Flash.Seek

Flash.Seek ( 

string ObjectName,

number SeekType = SEEK_BEGINNING,

number SeekFrame = 0 )

Example 1

Flash.Seek("Flash2", 2, 5); -- seek ahead 5 frames

Seeks ahead by 5 frames in the "Flash2" Flash object.

Example 2

Flash.Seek("Flash1", 4, 1134); -- seek to frame #1134

Seeks to frame number 1134 in the "Flash1" Flash object.

Example 3

Flash.Seek("My Object's Name Is Foo", SEEK_BEGINNING);

Seeks to the beginning of the Flash movie that is currently loaded in the Flash object called "My Object's Name Is Foo."

See also:  Related Actions