0
Chrome doesn't support HTML5 properly video/audio tag autoplay doesn't work?
HTML5 video tag not support autoplay how to overcome by using javascript
2 Respostas
+ 1
can you post your code here so community can help you
0
<video id="test" class="fullwidth" src="http://techslides.com/demos/sample-videos/small.mp4" type ="video/mp4"></video>
setTimeout(function (){
document.getElementById ('test').play ();
}, 5000);