onresync Event(deprecated) (t:AUDIO, t:IMG, t:MEDIA, ...)

HTML (DHTML)

onresync Event?deprecated)

Internet Development Index

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" ... > All platforms
Event propertyobject.onresync = handlerJScript only
object.onresync = GetRef("handler")Visual Basic Scripting Edition (VBScript) 5.0 or later only
Named script <SCRIPT FOR = object EVENT = onresync> Internet Explorer only

Event Information

BubblesNo
CancelsNo
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.

Available Properties

Available Properties

Remarks

This event is deprecated.

Standards Information

This event is defined in HTML+TIME (Timed Interactive Multimedia Extensions) 1.0 Non-Microsoft link.

Applies To

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

See Also

Introduction to HTML+TIME