Contents Index Topic Contents | ||
Previous Topic: IHTMLInputImage::put_start Next Topic: IHTMLInputTextElement |
IHTMLInputImage::get_start
HRESULT get_start( BSTR *p );Retrieves when a video clip should start playing.
- Returns S_OK if successful, or an error value otherwise.
- 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. See also put_start
IHTMLInputImage::put_start
HRESULT put_start( BSTR v );Specifies when a video clip file should start playing.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying 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. See also get_start
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.