loop
Property of dom/HTMLMediaElementdom/HTMLMediaElement
Syntax
var result = element.loop;
element.loop = value;
Notes
Remarks
The presence of the loop attribute, regardless of assigned value, in either the audio or video element equals true (for example, <audio loop=""> is true).
Syntax
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.6
See also
Related pages
- mediamedia
audio
audio
video element
video object
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]