View Single Post
Old 05-28-2013, 05:56 AM  
maccsta
Confirmed User
 
maccsta's Avatar
 
Industry Role:
Join Date: Jan 2007
Location: England
Posts: 477
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?
maccsta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook