onseeking event

Occurs when the current playback position is moved.

 

Syntax

Event Property object.onseeking = handler;
addEventListener Method object.addEventListener("seeking", handler, useCapture)

 

Event information

Synchronous No
Bubbles No
Cancelable No

 

Event handler parameters

  • handler [in]
    Type: function

    Event handler object.

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

Reference

onseeked

seeking