HTML Audio/Video DOM Reference
Get the first played range (part) of the video in seconds:
The played property returns a TimeRanges object.
The TimeRanges object represents ranges of the audio/video that has already been played (seen) by the user.
A played range is a time-range of played audio/video. The user gets several played ranges if he/she skips in the audio/video.
![]()
The played property is supported in all major browsers.
Note: This property is not supported in Internet Explorer 8 and earlier.
| Type | Description |
|---|---|
| TimeRanges Object | Represents the played parts of the audio/video. TimeRanges Object Properties:
Note: The first played range is index 0 |
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.