autostart on Chrome don’t work
-
For all who encounters problems with Chrome autoplay:
This solution worked for me:
Just add this Javascript to your site replacing the id to ‘war_soundy_audio_player’
var myVideo = document.getElementById('war_soundy_audio_player'); myVideo.addEventListener('canplay', function() { myVideo.play(); }); myVideo.load(); myVideo.play();
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘autostart on Chrome don’t work’ is closed to new replies.