HBCMS更多的中文手册参考:

t:EVENTRESTART Attribute | eventRestart Property?deprecated)

DHTML中文手册

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.

dhtml语法

xml<ELEMENT t:EVENTRESTART = bRestart... >
Scriptingobject.eventRestart [ = bRestart ]

DHTML可能的值

bRestartBooleanthat specifies one of the following values.
trueTimeline immediately restarts every time the referenced event happens.
falseDefault. 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.

是否符合公共标准

This property is defined in HTML+TIME (Timed Interactive Multimedia Extensions) 1.0 Non-Microsoft link.

Applies To

t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, time, t:VIDEO

更多语法参考

Introduction to HTML+TIME