-1
There is some method of auto play with audio, I tried several ways but none worked. Usually works on a pc and the test pc does not work.
I have tested with iframe, video, audio, direct on Js and Youtube Api.
<audio id="musica" autoplay="true">
<source src="/home/musicas/teste.ogg" type="audio/ogg">
<source src="/home/musicas/teste.mp3" type="audio/mp3">
</audio>
Unfortunately it does not work with this method.
– BEING
True, this Chrome update really blocked it. I think you’ll have to play when the user does some interaction, like a click, or something like
– André Santos