onoutofsync Event | Internet Development Index |
Fires when the element loses synchronization with its associated timeline.
Syntax
Inline HTML <ELEMENT onoutofsync = "handler" ... > All platforms Event property object.onoutofsync = handler JScript 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
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 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
Standards Information
This event is a Microsoft extension to Synchronized Multimedia Integration Language (SMIL) .
Applies To
t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:REF, t:SEQ, t:VIDEO
See Also
Introduction to HTML+TIME