Video does not autoplaying in Samsung tab2 -


i have video tag in html. want automatically play when app start i'd tried different code still not auto playing. codes i've tried far.

<video id = "vid" width="320" height="240" controls autoplay="autoplay"> <video id = "vid" width="320" height="240" controls autoplay="true">  <video id = "vid" width="320" height="240" controls autoplay> 

i create trigger every time application load play video still not work.

var myvid = document.getelementbyid("vid").play();   $('#vid).trigger('play');  $('#vid').play();  myvid.autoplay=true;  myvid.load(); 

can please me auto playing video .thank you


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -