+ 2
Autoplay not working in chrome!
html5 video tag not working in chrome browser for example i give var video = document.getElementById ('test'); video.autoplay = true; video.load (); its not working me any one help me!!!..
2 Antworten
+ 2
try
var video = document.getElementById ('test');
video.play();
0
hi sudharshan
im also put this code for
video.play ();
but its not working me..!!