Video.Seek

Video.Seek ( 

string ObjectName,

number SeekType,

number SeekTime = 0 )

Example 1

Video.Seek("Video2", 2, 5); -- seek ahead 5 seconds

Skips ahead to a position 5 seconds later than the current position in the "Video2" video object.

Example 2

Video.Seek("Intro Video", 0); -- rewind the video

Seeks to the beginning of the "Intro Video" video object.

Example 3

Video.Seek("Video1", 4, 42.35);

Seeks directly to 42.35 seconds from the start of the "Video1" video object.

See also:  Related Actions