+ 3
How do you do audio autoplay!?!?
I keep trying <audio controls autoplay> and it doesn't autoplay, how you add background music to your website without the audio controls
3 Réponses
+ 7
by using <bgsound src="youraudio.ext" loop="*">
+ 2
the Code playground prevents autoplay and looping of audio and/or video. try your code on your xampp/Lamp server or check out the online editor at w3schools.com.
http://www.w3schools.com/html/html5_audio.asp
0
<audio controls autoplay loop>