Stop()

Syntax:

videoObject.Stop( Reset, Synch )

Parameters:

Reset – Reset the video to the start. If Reset is true, the video is reset to the start. If Reset is false, the video is not reset and remains at its current position. This parameter is optional. If Reset is not entered, the default value is false.

Synch – To set the synchronise to end message. If Synch is true, the synch message is sent. If Synch is false, the synch message is not sent. This parameter is optional. If Synch is not entered, the default value is true.

Remarks:

This function will stop the video playing in a Video object. Optional parameters allow the video to be reset to the start of the video or set to send the sync message.

image\Script_Button.jpgExamples