Name
IsVideoPlaying -- check if video is currently playing (V5.0)
Synopsis
playing = IsVideoPlaying(id)
Function
This function checks if the video specified by id is currently playing. If it is, True is returned, False otherwise.

Inputs
id
identifier of video to check
Results
playing
True if video is currently playing; False otherwise

Show TOC