onoutofsync Event | DHTML中文手册 |
Fires when the element loses synchronization with its associated timeline.
dhtml语法
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
是否符合公共标准
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
更多语法参考
Introduction to HTML+TIME