Language References
Sets or retrieves when a video clip should start playing.
HTML |
<IMG DYNSRC = sURL START = sStart ... > |
Script |
img.start [ = sStart ] |
fileopen |
The video starts as soon as it is finished loading. |
mouseover |
The video starts when the user moves the mouse over the animation. |
The property is read/write with no default value.
To play the video whenever the page is loaded in a site visitor's Web browser, specify fileopen
. To play the video whenever a site visitor moves the mouse over the video, specify mouseover
.
IMG