Search.../

isPlaying

Indicates if a video is currently playing.

Description

To set the isPlaying property, use the play(), pause(), and stop() functions.

Type:

booleanRead Only

Was this helpful?

Get whether a video is playing

Copy Code
1let isPlaying = $w("#myVideoPlayer").isPlaying // true