Click to return to the DHTML, HTML     
CLIPEND Attribute | clipE...     colorDepth Property     Default Behaviors Referen...    
Web Workshop  |  DHTML, HTML & CSS

CLOCKSOURCE Attribute | clockSource Property


This document describes technologies available as an experimental implementation of HTML+TIME within Internet Explorer 5. While we encourage you to evaluate these features and to send us your feedback, please note that these features are subject to change.

Sets or retrieves whether all the elements within the local time scope are synchronized with this element's timeline.

Syntax

HTML <ELEMENT STYLE="behavior:url(#default#time);" t:CLOCKSOURCE = bSyncLocal... >
Scripting object.clockSource [ = bSyncLocal ]

Possible Values

bSyncLocal 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 SYNCBEHAVIOR attribute on the parent element.
false Elements within the local time scope are not synchronized with the timeline on this element.

The property is read/write with a default value of false. This property cannot be modified in script after the onload event fires on the document body.

Remarks

This property must be used with the SYNCBEHAVIOR attribute to ensure synchronization between a designated media object, such as a video file, and other timed elements in the document.

The prefix t is used to associate this attribute with an XML namespace.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
animation, audio, img, media, video

See Also

HTML+TIME, syncTolerance


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.