Back Previous Next


Linguist media package - seek

Syntax:

   seek {player} by {amount}
   seek {player} to {position}

Keyword handler:

   linguist.media.keyword.MKSeek.class

Runtime handler(s):

   linguist.media.handler.MHSeek.class

Function:

Change the current position in the specified player to the specified position, in ticks (tenths of a second).

This will not automatically make the media visible - see show.

Example(s):

   seek MoviePlayer to 1000


Back Previous Next