Video.GetCurrentPos

number Video.GetCurrentPos ( 

string ObjectName )

Example 1

cur_time = Video.GetCurrentPos("Movie");

Retrieves the current time position of the video in the "Movies" video object and stores it in a variable called cur_time.

See also:  Related Actions