RE: [Flashcoders] getting loader to work with security policy...

2008-09-09 Thread Robert Leisle
Hi Boyd, Yes, you'll need to do import flash.system.Security; to use the loadPolicyFile method. Also, in your crossdomain.xml, you'll need to include allow-access-from domain=www.boyd-speer.com/, or allow-access-from domain=*.boyd-speer.com/ The way it is coded now will only allow the specific

Re: [Flashcoders] getting loader to work with security policy...

2008-09-09 Thread Juan Pablo Califano
Maybe I'm misreading something, but placing a crossdomain policy file in boyd-speer.com to allow access from boyd-speer.com makes not much sense to me... The crossdomain file has to be placed in the target host, i.e. the server that holds the php file. It says, let any swf server from this domain