Search.../

currentTime

Gets the current play time from the beginning of the current video, 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("#myVideoPlayer").currentTime // 137