Search.../

isPlaying

Indicates if an audio track is currently playing.

Description

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

Type:

booleanRead Only

Was this helpful?

Get whether an audio track is playing

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