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

IHTMLImgElement::get_start Method


Retrieves when a video clip should start playing.

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 is finished loading.
mouseover 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

IHTMLImgElement::put_start Method


Specifies when a video clip file should start playing.

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 is finished loading.
mouseover 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.