GetPosition()

Syntax:

GetPosition()

Return:

The current position of the specified Video object in seconds.

Remarks:

This function returns the current time the video has been playing. No parameters required.

Note:
There is also a GetPosition function in the Graphical Objects folder that returns a new object containing the x and y coordinates of the graphical object you specified. To get the x and y coordinates of a Video object, use the GetXPosition and GetYPosition functions.

image\Script_Button.jpgExamples