<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > VideoPlayer > Method >IsPlaying |
Indicates whether the video is playing.
Prototype :
bool IsPlaying
(
No Arguments
)
Example :
if(This.IsPlaying() == true) {
_TraceLn("The VideoPlayer is playing.");
} else {
_TraceLn("The VideoPlayer is not playing.");
}
Available Events :
All Events