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 retrieves whether the element should restart if a beginEvent call occurs while the local timeline is already running.
Syntax
XML | <ELEMENT t:EVENTRESTART
= bRestart... >
|
---|
Scripting | object.eventRestart [ = bRestart ] |
---|
Possible Values
bRestart | Boolean爐hat specifies one of the following values. true | Timeline immediately restarts every time the referenced event happens. | false | Default. Timeline cannot be restarted while it is running. |
|
The property is read/write.
The property has a default value of
false.
Remarks
This property is deprecated. For similar functionality, refer to the restart property available with the time2 behavior.
The t: prefix is used to associate this attribute with an XML namespace.
Standards Information
This property is defined in
HTML+TIME (Timed Interactive Multimedia Extensions) 1.0
.
Applies To
See Also
Introduction to HTML+TIME