orzubalsky / creative-computing-2018

0 stars 1 forks source link

background music autoplay #124

Open ellenyxr opened 5 years ago

ellenyxr commented 5 years ago

I used this code to add background music in my html, but sometimes it doesn't play automatically, is there any way to fix that?

<audio controls autoplay>
          <source src="bgm.mp3" type="audio/mpeg">

         </audio>