0
Why I can't create a hidden autoplay audio player in my html? here's the code
<audio controls autoplay> <source src="https://dl.pmup.ir/ftpup/ggpo_vista.mp3" type="audio/ogg"> <source src="https://dl.pmup.ir/ftpup/ggpo_vista.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio>
0 Answers