Assuming that webservices.domain.com is where your web service is located, and www.domain.com is where your swf files are located, so you have the crossdomain.xml file on the correct server (it should be on webservices.domain.com)?

Kevin N.


Liam Mincy wrote:
Unfortunately this doesn't seem to be doing it either. After I tried this I 
also put
the following inside the code to no avail:

System.security.allowDomain("webservices.domain.com","*","*.somedomain.com");

This one has me flummoxed...

Thanks,
liam m-


--- Mike Britton <[EMAIL PROTECTED]> wrote:
Like this:

<?xml version="1.0"?>
<cross-domain-policy domain="*" />
        <allow-access-from domain="somedomain" secure="false"  />
        <allow-access-from domain="anotherdomain" secure="false"  />  
        <allow-access-from domain="*" />                
</cross-domain-policy>


Mike




_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to