I'm trying to load a flash movie to my site from my subdomain. The idea is that i store the video.fls to mysubdomain.mydomain.com and then im using this code
Code: Select all
<object id="player1" type="application/x-shockwave-flash" data="flash/player/player_flv_maxi.swf" width="645" height="410">
<param name="movie" value="flash/player/player_flv_maxi.swf" />
<param name="allowFullScreen" value="true" />
<param name="FlashVars" value="configxml=flash/player/video_MOV010.xml" />
<param name="flv" value="<?=$videoPath?>" />
</object>
the problem is that it's not working and the workarounds that i found on the net not working either. I don't know if I'm doing something wong but I'm at deadend and I can't continue my work untill I solve this..
Any help will be appreciated..
Thanks in advance..