IsPlaying()

For a Video object named myVideo, use the following syntax:

var vidStatus = myVideo.IsPlaying()

Note:

In this example, the variable vidStatus will contain either the Return Valuetrue or false.

Close