GetPosition()

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

var videoPos = myVideo.GetPosition()

Note:
In this example, the variable videoPos will contain the Return Value of the current position of the video myVideo in seconds.

Close