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

Remarks

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