Answers for "audio autoplay not working"

0

audio autoplay not working html

<body onclick="document.getElementsByTagName('audio')[0].play()">
  <audio src="url">
</body>
Posted by: Guest on November-20-2021
0

audio autoplay not working

<iframe src="silence.mp3" allow="autoplay" id="audio" style="display: none"></iframe>
Posted by: Guest on April-06-2022
5

autoplay is not working in video tag

Just muted your video. Than add autoplay, Then it is going to work! :)
Posted by: Guest on June-13-2021
0

autoplay is not working in in audio tag html

audio_tag.setAttribute('autoplay', ''); //Rimon Islam 2021-08-07
Posted by: Guest on August-07-2021
0

autoplay html not working

After autoplay put muted, the video will not have a sound, but it will autoplay
Posted by: Guest on February-02-2022

Browse Popular Code Answers by Language