onseeked event

[This documentation is preliminary and is subject to change.]

Occurs when the seek operation ends.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.12Internet Explorer 9

Syntax

HTML Attribute <element onseeked = "handler(event)">
Event Property object.onseeked = handler;
attachEvent Method object.attachEvent("onseeked", handler)
addEventListener Method object.addEventListener("seeked", handler, useCapture)

Standards information

Event information

Synchronous No
Bubbles No
Cancelable No

Event handler parameters

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

Reference

onseeking

seeking

 

 

Build date: 1/25/2012