Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
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 value otherwise.
See Also
put_start
Specifies when a video clip file should start playing.
Syntax
HRESULT put_start( BSTR v );
Parameters
- 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.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_start, IHTMLInputImage
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.