HTML Audio/Video DOM Reference
Enable autoplay, and reload video:
The autoplay property sets or returns if the audio/video should start playing as soon as it is loaded.
![]()
The autoplay property is supported in all major browsers.
Note: This property is not supported in Internet Explorer 8 and earlier.
Set the autoplay property:
Return the autoplay property:
| Value | Description |
|---|---|
| true | Indicates that the audio/video should start playing as soon as it is loaded |
| false | Default. Indicates that the audio/video should NOT start playing as soon as it is loaded |
| Return Value: | A Boolean. true|false |
|---|---|
| Default Value: | false |
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.