Filter (Advanced Search)
Downloads
0
Views
218
Video

Video is not available... Embedded is previous playlist.

Details

To start an audio file automatically, use the autoplay attribute:


<!DOCTYPE html>
<html>
<body>
<h2>Audio Element - Autoplay</h2>
<audio controls autoplay>
  <source src="/html/audio/audio_song.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

</body>
</html>



Ad