t:CLOCKSOURCE Attribute | clockSource Property?deprecated) | DHTML中文手册 |
sets or retrieves whether all the elements within the local time scope are synchronized with this element's timeline.
dhtml语法
xml <ELEMENT t:CLOCKSOURCE = bSyncLocal... > Scripting object.clockSource [ = bSyncLocal ]
DHTML可能的值
bSyncLocal Booleanthat specifies one of the following values.
true Elements within the local time scope are synchronized with the timeline on this element. The local time scope is determined by the t:syncbehavior attribute on the parent element. false Default. Elements within the local time scope are not synchronized with the timeline on this element. The property is read/write. The property has a default value of false.
Remarks
This property is deprecated. For similar functionality, refer to the syncmaster property available with the time2 behavior.
this property must be used with the t:syncbehavior attribute to ensure synchronization between a designated media object, such as a video file, and other timed elements in the document.
the t: prefix is used to associate this attribute with an xml namespace.
是否符合公共标准
This property is defined in HTML+TIME (Timed Interactive Multimedia Extensions) 1.0 .
Applies To
t:AUDIO, t:IMG, t:MEDIA, t:VIDEO
更多语法参考
introduction to html+time, syncTolerance