AutoPlay de vídeo html não está funcionando
<script>
document.getElementById('vid').play();
</script>
Bibhu
<script>
document.getElementById('vid').play();
</script>
<body onclick="document.getElementsByTagName('audio')[0].play()">
<audio src="url">
</body>
Just muted your video. Than add autoplay, Then it is going to work! :)
After autoplay put muted, the video will not have a sound, but it will autoplay