Play()

Syntax:

videoObject.Play( From, To, Synch )

Parameters:

From - A position in seconds to play from. From must be a number or a variable name containing a number (e.g. 1, 2, 3 etc. or 0.2, 0.4, 0.6 etc are valid entries). This parameter is optional.

To - A position in seconds to play to. To must be a number or a variable name containing a number. A value of -1 indicates play to the end. This parameter is optional.

SynchSynch can be set to true or false. If Synch is true, synchronise message is sent. If Synch is false, synchronise message is NOT sent. This parameter is optional.

Remarks:

This function will play the video in a Video object. If the From and To parameters are not used, this function plays the whole video.

image\Script_Button.jpgExamples