I'm trying to autoplay an audio file when page has been just opened. My browser is google chrome updated to last version.. here is the code
<body>
<iframe class="audio" autoplay="autoplay" controls style = "display:none;">
<source src="./sound/pacmanbegin.mp3" type="audio/mpeg"/>
</iframe>
</body>
This doesn't work also in other browser as Internet explorer, edge etc.. Anyone can help me?