Click to return to the Reusing Browser Technology home page    
IHTMLInputElement::get_sr...     IHTMLInputElement::get_st...     IHTMLInputElement Interfa...    
Web Workshop  |  Reusing Browser Technology

IHTMLInputElement::get_start Method


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.


IHTMLInputElement::put_start Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.