Fires when the element's associated media synchronization is interrupted.
Syntax
Inline HTML <ELEMENT onresync = "handler" ... > All platforms Event property object.onresync = handler JScript (compatible with ECMA 262 language specification) only Named script <SCRIPT FOR = object EVENT = onresync> Internet Explorer only
Remarks
Bubbles No Cancels No To invoke Interrupt the element's ability to play its media as defined by the timeline. Using timelines with locked 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 Dynamic HTML (DHTML) Object Model do not directly receive parameters, the handler can query the event object for data. For a list of properties of the event object relevant to an onresync event handler, click the following link.
srcElement Retrieves the object that fired the event. type Retrieves the event name from the event object.
Applies To
animation, audio, img, media, par, seq, video