onsyncrestored Event | Internet Development Index |
Fires when synchronization is resumed between the element and its associated timeline.
Syntax
Inline HTML <ELEMENT onsyncrestored = "handler" ... > All platforms Event property object.onsyncrestored = handler JScript only object.onsyncrestored = GetRef("handler") Visual Basic Scripting Edition (VBScript) 5.0 or later only Named script <SCRIPT FOR = object EVENT = onsyncrestored> 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