Back Previous Next


Linguist media package - play

Syntax:

   play {player} [from {start}] [to {finish}]

Keyword handler:

   net.eclecity.linguist.media.keyword.MediaKPlay.class

Runtime handler(s):

   net.eclecity.linguist.media.handler.MediaHPlay.class

Function:

Play the media in the specified player, starting and finishing at the specified position, in ticks (tenths of a second). If from {start} is omitted it defaults to the current position reached in the file. If to {finish} is omitted it defaults to the end of the media.

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

Example(s):

   play MoviePlayer from 200 to 1000
   play MoviePlayer from 200
   play MoviePlayer to 1000
   play MoviePlayer


Back Previous Next