+ 3
How can i make music to autoplay on my website
without me always pressing the play button for the audio to play https://code.sololearn.com/WgqS5jYZq1zv/?ref=app
5 Answers
+ 2
Its not working for me.....
+ 1
Write "autoplay" inside <audio>
Example:
<audio src="#.mp3" controls autoplay>
0
<source src="horse.mp3" type="audio/mpeg">
0
Autoplay does'nt work with chrome so you can try to open the file with IE and the audio will start in its own
0
Thanks