start property
Sets or retrieves when a video clip file should begin playing.
Syntax
HRESULT value = object.put_start( v);HRESULT value = object.get_start(* p);
Property values
Type: BSTR
fileopen
Default. Video begins as soon as it finishes loading.
mouseover
Video begins when the user moves the mouse over the animation.
Standards information
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
Remarks
The IHTMLInputImage::start property applies only to img objects with the IHTMLInputImage::dynsrc property specified.