Question : flash crossdomain simple question : where to put the crossdomain.xml file ?

hello experts
This question is a very simple crossdomain application

When I run my flash application I got:
Error #2044: SecurityErrorEvent: text=Error #2048: Security violation Sandbox : http://sponsorstatus.com/chat/shane.swf cannot load data from http://69.77.188.145/~sponsors/chat/amfphp/gateway.php

Which is normal: sponsorstatus.com is on different than 69.77.188.145

I tried to put the crossdomain.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
        <allow-access-from domain="*"/>
</cross-domain-policy>

into http://69.77.188.145/~sponsors/chat/crossdomain.xml
and into : http://69.77.188.145/~sponsors/crossdomain.xml

Still the same error:
What should i do ?

regards

Answer : flash crossdomain simple question : where to put the crossdomain.xml file ?

firewall issue?  you could test with a google smart host or hotmail (if you have their accounts).  Really there isn't a whole lot to IIS smtp.

check: http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/6003ab51-7eb5-47b2-8d92-e26b1deeeac1.mspx?mfr=true

Random Solutions  
 
programming4us programming4us