onresync Event?deprecated) | DHTML中文手册 |
fires when the element's associated media synchronization is interrupted.
dhtml语法
inline html <element onresync = "handler" ... > All platforms Event property object.onresync = handler JScript 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
Bubbles No Cancels No 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
remarks
this event is deprecated.
是否符合公共标准
This event is defined in HTML+TIME (Timed Interactive Multimedia Extensions) 1.0 .
Applies To
t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, t:VIDEO
更多语法参考
Introduction to HTML+TIME