Play()

For a Video object named myVideo, use the following syntax:

myVideo.Play()
// or
myVideo.Play(2,-1)
// or
myVideo.Play(2,-1,false)
// synch message not sent.

Close