Stop()

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

myVideo.Stop()
// or
myVideo.Stop(true, true)
// resets the video to start and sends synch message.
// or
myVideo.Stop(false, false)
// stops video at current position and does not send synch message.

Close