HBCMS更多的中文手册参考:

onsyncrestored Event

DHTML中文手册

Fires when synchronization is resumed between the element and its associated timeline.

dhtml语法

Inline HTML<ELEMENT onsyncrestored = "handler" ... > All platforms
Event propertyobject.onsyncrestored = handlerJScript 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

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

是否符合公共标准

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

更多语法参考

Introduction to HTML+TIME