javascript - auto play using flowplayer in ios devices -


is there way auto play videos using flow player in ios devices? have searched lot , couldn't find out anything.

i have used below code display videos:`

        <source src="file2.mp4" type="video/mp4">           <object id="flash_fallback_1"  class="vjs-flash-fallback"  type="application/x-shockwave-flash" data="flowplayer-3.2.7.swf">              <param name="movie" value="flowplayer-3.2.7.swf">     <param name="allowfullscreen" value="true" />             <param name="flashvars" value="config={'clip':[{'url': 'file2.mp4','autoplay':true,'autobuffering':true}]}">         </object>     </video>` 

sadly impossible on ios, user interaction required play video. on related note, audio cannot controlled via code either. source


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -