onseeking event

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

Occurs when the current playback position is moved.

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

Syntax

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

Standards information

Event information

Synchronous No
Bubbles No
Cancelable No

Event handler parameters

Remarks

The seeking property changes to VARIANT_TRUE during this operation.

To invoke this event, do one of the following:

  • Use the playback controls to change the current position.

See also

Reference

onseeked

seeking

 

 

Build date: 1/25/2012