onresync Event (deprecated)

This page documents a feature of HTML+TIME 1.0, which was released in Microsoft® Internet Explorer 5. We recommend that you migrate your content to the latest version of HTML+TIME, which implements the SMIL 2.0 Working Draft. See the Introduction to HTML+TIME overview for more information.

Fires when the element's associated media synchronization is interrupted.

Syntax

Inline HTML <ELEMENT onresync = "handler(event);" >
Event Property object.onresync = handler;
attachEvent object.attachEvent( "onresync", handler);
Named script <SCRIPT FOR = object EVENT = onresync>

Event Information

Bubbles No
Cancels No
To invoke Interrupt the element's ability to play its media as defined by the timeline. Using timelines with locked t:SYNCBEHAVIOR increases the chances that the element needs to be resynchronized somewhere along the timeline.
Default action Calls the associated event handler and re-establishes media synchronization.

Event Object Properties

Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query the event object for the following event properties.

Available Properties

srcElement Gets or sets the object that fired the event.
type Gets or sets the event name from the event object.

Refer to the specific event object for additional event properties.

Remarks

This event is deprecated.

Applies To

t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, t:VIDEO

See Also

Introduction to HTML+TIME