This topic has not yet been rated - Rate this topic

onseeking | onseeking event

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)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: Event

Standards information

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

audio
audio
document
source
video element
video object
window
Reference
onseeked
seeking

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.