#Content handler
#Open any supported file type with its designated application
import appuifw
a=appuifw.Content_handler()
a.open("C:\\movie.mpg")
#This opens the video file with RealPlayer, or whatever the default player is.
#Open any supported file type with its designated application
import appuifw
a=appuifw.Content_handler()
a.open("C:\\movie.mpg")
#This opens the video file with RealPlayer, or whatever the default player is.