seeked | onseeked event
Occurs when the seek operation ends.
![]() ![]() |
Syntax
| Event Property | object.onseeked = handler; |
|---|---|
| addEventListener Method | object.addEventListener("seeked", handler, useCapture) |
Event information
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
- handler [in]
-
Type: function
Event handler object.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.12
Remarks
This event is raised when the seeking property changes to VARIANT_FALSE.
To invoke this event, do one of the following:
- Allow playback to resume at the new playback position.
See also
- audio
- audio
- document
- source
- video element
- video object
- window
- Reference
- onseeking
- seeking
Show:

