Easy Tutorial
❮ Ev Onclick Canvas Imagedata Data ❯

HTML Audio/Video DOM seeking Property

HTML Audio/Video DOM Reference Manual

Example

Displays whether the user is currently seeking in the video:


Definition and Usage

The seeking property returns whether the user is currently seeking in the audio/video.

Seeking refers to the user moving/jumping to a new position in the audio/video.


Browser Support

All major browsers partially support the seekable property.

Note: Internet Explorer 8 and earlier versions do not support this property.


Syntax

Return Value

Type Description
Boolean true false. true if the user is seeking, otherwise false.
❮ Ev Onclick Canvas Imagedata Data ❯