Seek()

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

myVideo.Seek("forward",3.479)
// or
myVideo.Seek("end")

Close