Sets or retrieves when a video clip file should begin playing.
Syntax
HTML <IMG START = sStart ... > Scripting img.start [ = sStart ]
Possible Values
sStart String that specifies one of the following values:
fileopen Video begins as soon as it finishes loading. mouseover Video begins when the user moves the mouse over the animation. The property is read/write with 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 Dynamic Properties.
Remarks
The start property applies only to IMG objects with the DYNSRC attribute specified.
Applies To
HTML N/A Scripting IMG