Retrieves when a video clip should start playing for the INPUT type=image element.
Syntax
HRESULT get_start( BSTR *p );
Parameters
- p
- Address of a string (BSTR) variable that receives one of the following values:
fileopen Video starts as soon as it finishes loading. mouseover Video starts when the mouse moves over the animation.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets when a video clip file should start playing for the INPUT type=image element.
Syntax
HRESULT put_start( BSTR v );
Parameters
- v
- String (BSTR) that specifies when to start the video. It can be one of the following values:
fileopen Video starts as soon as it finishes loading. mouseover Video starts when the mouse moves over the animation.
Return Value
Returns S_OK if successful, or an error code otherwise.