IsPlaying()

Syntax:

var videoStatus=videoObject.IsPlaying()

Return:

true if the video in the specified Video object is currently playing. Otherwise false.

Remarks:

This function will check if the video in the specified Video object is currently playing or not. No parameters are required. As it is a function which returns information rather than takes action it needs to be used with a variable to hold the information returned.

image\Script_Button.jpgExamples