onoutofsync Event (t:ANIMATION, t:AUDIO, t:IMG, ...)

HTML (DHTML)

onoutofsync Event

Internet Development Index

Fires when the element loses synchronization with its associated timeline.

Syntax

Inline HTML<ELEMENT onoutofsync = "handler" ... > All platforms
Event propertyobject.onoutofsync = handlerJScript only
object.onoutofsync = GetRef("handler")Visual Basic Scripting Edition (VBScript) 5.0 or later only
Named script <SCRIPT FOR = object EVENT = onoutofsync> 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 SYNCBEHAVIOR increases the chance that the element needs to be resynchronized somewhere along the timeline.
Default action Calls the associated event handler and reestablishes media synchronization.

Available Properties

Available Properties

Standards Information

This event is a Microsoft extension to Synchronized Multimedia Integration Language (SMIL) Non-Microsoft link.

Applies To

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

See Also

Introduction to HTML+TIME