HBCMS更多的中文手册参考:

start Attribute | start参数属性

DHTML文档教程

Sets or retrieves when a video clip file should begin playing.

dhtml语法

HTML<ELEMENT start = sStart... >
Scriptingobject.start [ = sStart ]

DHTML可能的值

sStartString that specifies or receives one of the following values.
fileopenDefault. Video begins as soon as it finishes loading.
mouseoverVideo begins when the user moves the mouse over the animation.

The property is read/write. The property has a default value of fileopen.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.

remarks

the start property applies only to img objects with the dynsrc property specified.

是否符合公共标准

This property is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 2 Non-Microsoft link.

Applies To

IMG, INPUT, INPUT type=image