This topic has not yet been rated - Rate this topic

autoplay property

Gets or sets a value that indicates whether to start playing the media automatically.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.7Internet Explorer 9

Syntax

HRESULT value = object.put_autoplay( v);HRESULT value = object.get_autoplay(* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Default. The media is paused until IHTMLMediaElement::play is called.

VARIANT_TRUE (true)

The media is played after it buffers enough data.

Standards information

Remarks

You can use the IHTMLMediaElement::autoplay attribute rather than script to force the audio or video to play. The presence of the autoplay attribute, regardless of assigned value, in either the audio or video element equals true (for example, <audio autoplay=""> is true).

See also

IHTMLMediaElement::autobuffer

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.