Eddie -
Thanks for the reply but you're misunderstanding cross domain policy files.
"A cross-domain policy file is an XML document that grants a
web client—such as Adobe Flash Player (though not necessarily limited
to it)—permission to handle data across multiple domains. When a client
hosts content from a particular source domain and that content makes
requests directed towards a domain other than its own, the remote
domain would need to host a cross-domain policy file that grants access
to the source domain, allowing the client to continue with the
transaction."
So, for example, let's imagine we have an iFrame on a MySpace canvas page that has a test.swf embedded and loaded from a domain called 'test.com'.The problem is that test.swf from test.com has to check the cross domain policy file on myspace.com in order to make a request to myspace.com. If the cross domain policy file on myspace.com doesn't allow calls from 'test.com' a security error event is fired and the call to myspace.com fails. I am having this exact problem too and I'm not sure how you're supposed to get around it.
Any thoughts from the myspace development team?
Cheers,
T