Click to return to the Reusing Browser Technology home page    
IHTMLInputImage::get_src ...     IHTMLInputImage::get_type...     IHTMLInputImage Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLInputImage::get_start Method


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

IHTMLInputImage::put_start Method


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


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.