Using some flash embeded code at the moment on WP but its not showing up on Android browser and I guess in iOS also.
I presume I need an html5 video plugin? Whats the best?
I presume I need an html5 video plugin? Whats the best?
<object type="application/x-shockwave-flash" data="http://www.mydomain.com/flvplayer/player.swf" width="480" height="320" name="player" id="player"> <param name="movie" value="http://www.mydomain.com/flvplayer/player.swf" /> <param name="allowscriptaccess" value="always" /> <param name="allowfullscreen" value="true" /> <param name="flashvars"value="file=http://www.mydomain.com/video.flv&image=/wp-content/uploads/picture.jpg"/> </object>






Comment