Seek()

Syntax:

Seek( Action, Amount )

Parameters:

Action – Action should be one of the following strings: "forward", "backward", "end", "start". This parameter is required.

Amount – Amount is the time in seconds to seek by. Amount must be a number or a variable name containing a number. This parameter is only required for the Action "forward" and "backward".

Remarks:

This function is used to re-position the starting point in the specified Video object.

image\Script_Button.jpgExamples