I've PM'd this to Jamie and he's not responding, so thought i'd post here in case anybody had an idea:-

Hey Jamie,

Hope you can help as I'm a bit stuck!!

I've been asked by a sponsor to load a crossdomain policy file directly in to my SWF so that the Get Object can access a PHP script on their server to submit scores to. Is this possible?

They don't want to change their crossdomain.xml file in the root of their directory due to (perceived) security issues and have loaded an XML file in to the same folder that the PHP script will sit.

The code they sent me was:-

Security.allowDomain("*");
Security.loadPolicyFile("http://www.teagames.com/games/ploughtheskies/crossdomain.xml");

Does that make any sense to you?

Cheers,

Steve