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
Post a Comment