PDA

View Full Version : wierd problem - swf flv player works on local machine but does not work on server


ramanathan
07-07-2007, 06:09 PM
hi

i made an flv player.

weird thing about it is that it plays when i load it inside an html file or as a projector (exe) from my desktop.

when i load the file on the server and access the html file.

im using cs3 with as3 and fplayer 9.

i have added the cross domain file as follows

<?xml version="1.0" ?>
<!DOCTYPE cross-domain-policy (View Source for full doctype...)>
- <cross-domain-policy>
<allow-access-from domain="*" secure="false" />
</cross-domain-policy>


funnily i was expecting the player to work on the net and not on the local machine due to flash security.


when i load it on mozilla it shows swf tried to do something illeagal and on ie it just there like its buffering.

http://www.nautanki.tv/tester/ntv2.html
any ideas??

ram