Retrieves when a video clip should start playing.
Syntax
HRESULT get_start( BSTR *p );
Parameters
- p
- Address of a variable that receives one of these values:
fileopen The video starts as soon as it is finished loading. mouseover The video starts when the mouse goes over the animation.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Specifies when a video clip file should start playing.
Syntax
HRESULT put_start( BSTR v );
Parameters
- v
- String that specifies when to start the video. Can be one of these values:
fileopen The video starts as soon as it is finished loading. mouseover The video starts when the mouse goes over the animation.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0