I had developed a mobile page by asp.net to play mp4 video.
I know iOS had disabled the autoplay function to minimize user bandwidth, so how can i autoplay HTML5 mp
I simplified the Javascript to trigger the video to start.
var bg = document.getElementById ("bg"); function playbg() { bg.play(); }
*"Files/snow.mp4" is just sample url