PyS60 Tutorial - Content handler
------------------------------------
# For Open any supported file type with its designated application
/************ Complete Source Code End *************/
import appuifw
a=appuifw.Content_handler()
a.open("C:\\movie.mpg")
#This opens the video file with RealPlayer, or whatever the default player is
/************ Complete Source Code End *************/
No comments:
Post a Comment