I GWD,
Thanks for the reply.
In the case bellow must I then make a reference to this xml
file in the
flash?
I.e. System.security.loadPolicyFile("
http://foo.com/sub/dir/file.xml");
What about the php file. would you be kind to show me an
example?
Regards
Peter
"GWD" <webforumsuser@macromedia.com> escreveu na
mensagem
news:fnaq3k$rk4$1@forums.macromedia.com...
> In order for your swf to load data from a different
domain it requires a
> crossdomain.xml permission file at the other server to
grant access to the
> domain where your swf resides.
>
> The other option is to proxy the request through a
serverside script e.g.
> php
> from your own domain, so that for all intents and
purposes, your swf
> assumes
> its loading the data from your domain.
>
>