Search.../

currentTime

Gets the current play time from the beginning of the audio track, in seconds.

Description

To set the currentTime property, use the seek() function.

Type:

numberRead Only

Was this helpful?

Get the current play time

Copy Code
1let currentTime = $w("#myAudioPlayer").currentTime // 137