Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This page documents a feature of HTML+TIME 1.0, which was released in Microsoft® Internet Explorer 5. We recommend that you migrate your content to the latest version of HTML+TIME, which implements the SMIL 2.0 Working Draft. See the Introduction to HTML+TIME overview for more information.
Sets or gets whether all the elements within the local time scope are synchronized with the timeline on this element.
Syntax
XML <ELEMENT t:CLOCKSOURCE = bSyncLocal... > Scripting [ bSyncLocal = ] object.clockSource
Possible Values
bSyncLocal A Boolean that 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.
Applies To
t:AUDIO, t:IMG, t:MEDIA, t:VIDEO
See Also