HTML+TIME 1.0 Reference
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.
This section contains reference information for the object model exposed by the time behavior.
Behaviors
Defines a timed audio element in an HTML document.
Defines a timed image element in an HTML document.
Defines a generic, timed media element in an HTML document.
Defines a new timeline container in an HTML document for independently timed elements.
Defines a new timeline container in an HTML document for sequentially timed elements.
Provides an active timeline for an HTML element.
Defines a timed video element in an HTML document.
Events
Fires when the timeline starts on an element.
Fires when the timeline stops on an element.
Fires when the element's associated media is finished loading.
Fires when an element's media file fails to load for any reason.
Fires when an element's media file fails to keep up with the defined timeline.
Fires when the timeline on an element pauses.
Fires when the timeline repeats on an element, beginning with the second iteration.
Fires when an element's timeline resumes from a paused state.
Fires when the element's associated media synchronization is interrupted.
Fires when the timeline on an element begins to play backward.
Fires when the Microsoft Windows Media Player control receives a synchronized command or URL.
Methods
Starts the element on the timeline.
Stops the element on the timeline.
Pauses the timeline on the HTML document.
Resumes a paused timeline on the HTML document.
Attributes/Properties
Sets or gets a value that applies an acceleration to the element's local timeline.
Sets or gets whether the timeline on an element immediately begins playing in reverse after completing in the forward direction.
Sets or gets the delay time before the timeline begins playing on the element.
Sets or gets a value indicating that the timeline of an element starts when the referenced element ends.
Sets or gets a value that starts the timeline of an element when the referenced event occurs.
Sets or gets a value that starts an element timeline at the same time as the referenced element.
Sets or gets the beginning point of a sub-clip of a continuous media object.
Sets or gets the end point of a sub-clip of a continuous media object.
Sets or gets whether all the elements within the local time scope are synchronized with the timeline on this element.
Gets a value indicating the current time on the simple duration as defined by the element's t:DUR attribute or the t:END attribute.
Sets or gets a value that applies a deceleration to the end of a simple duration.
Sets or gets a value indicating the amount of time the element remains active or displayed.
Sets or gets a value indicating the end time for the element, or the end of the simple duration when the element is set to repeat.
Sets or gets a value indicating that the timeline of an element ends immediately when the referenced event occurs, regardless of the element's repeat count or repeatDur property.
Sets or gets whether an element remains active if its timeline ends before the timeline on its parent element ends.
Sets or gets whether the element should restart if a beginEvent call occurs while the local timeline is already running.
Sets or gets the URL of an alternate image to display if the MIME type is not supported on the user's computer.
Gets a value indicating the current time along the local duration, as defined by the element's t:REPEAT atribute or t:REPEATDUR attribute.
This property is deprecated. Gets an object that indicates whether the specified Microsoft DirectAnimation behavior is running.
Sets or gets the object used to render the media associated with this element.
Gets the object that plays media files.
Gets an object indicating the progress of the specified DirectAnimation behavior.
Sets or gets the number of times an element timeline repeats.
Sets or gets the number of seconds an element timeline repeats.
Sets or gets the source URL of the media.
Sets or gets the synchronization rules for the element timeline.
Gets the time variance allowed on a timeline with locked synchronization.
Sets or gets the action that is taken on the element while the timeline is active.
Sets or gets the type of timeline associated with an HTML element.
Gets a DirectAnimation number object containing the timeline behavior associated with the specified object.
Sets or gets the point at which the document timeline begins.
Sets or gets the MIME type of the media object referenced by the t:SRC attribute.