all groups > macromedia flash flash remoting > april 2006 >
You're in the

macromedia flash flash remoting

group:

cross domain problems


cross domain problems Ricoo
4/10/2006 3:13:22 PM
macromedia flash flash remoting:
Hi There,

We are having problems with our Flash application because of the different
domains we are using. I have added this to the code:

System.security.allowDomain("*");

But that does not seem to work.

My colleague created this crossdomain.xml:

<?xml version="1.0"?>
<!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>

Both things do not work. I have searched the whole internet (at least I think
so), but there are no pratical answers except from the obvious (use the cross
domain xml file, etc. etc.)

So my questions:

1. Do you need anything else than the crossdomain.xml file?
2. Does coding in your .swf help at all?
3. Does it help to put the cross domain.xml file in ALL directories that we
are using to get our data?

The application works fine on my own PC by the way...

Please refer to the numbered questions above otherwise I lose track....;-)

Thanx for all your help, I am looking forward to your answers!!

Rico.....



Re: cross domain problems sneakyimp
4/11/2006 2:25:42 AM
Re: cross domain problems Ricoo
4/11/2006 6:54:34 AM
Re: cross domain problems decemtione
4/12/2006 2:54:44 AM
AddThis Social Bookmark Button