Sets or retrieves whether the element should restart if a beginEvent call occurs while the local timeline is already running.
Syntax
HTML <ELEMENT STYLE="behavior:url(#default#time);" t:EVENTRESTART = bRestart... > Scripting object.eventRestart [ = bRestart ]
Possible Values
bRestart Boolean that specifies one of the following values:
true Timeline immediately restarts every time the referenced event happens. false Timeline can't restart until after it plays through once. The property is read/write with a default value of true. This property cannot be modified in script after the onload event fires on the document body.
Remarks
The prefix t is used to associate this attribute with an XML namespace.
Applies To
animation, audio, img, media, par, seq, time, video
See Also
HTML+TIME