This is the embeded flash code I am using with JW player:
Code:
<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>
Is there a way to transform this code and make it work on Android browsers & iOS?