QuickTime.GetCurrentPos

number QuickTime.GetCurrentPos ( 

string ObjectName )

Example 1

curr_pos = QuickTime.GetCurrentPos("QuickTime1");
QuickTime.Seek("QuickTime1", SEEK_SPECIFIC, curr_pos - 2);

Retrieves the current time position of the media in the "QuickTime1" QuickTime object and stores it in a variable called cur_time. That time is then used to seek 2 seconds previous to it.

See also:  Related Actions