Hi,
I have written a game library for the company I work for, which gets remotely downloaded from our servers.
This all works fine, the problem is I am trying to integrate a third party API into our API which works in the same way. So what happening is
Game.swf -> Downloads API.swf -> API.swf -> Downloads ThirdPartyAPI.swf
The problem is, this spits out a whole bunch of security issues stating that ThirdPartyAPI.swf can not access the stage on Game.swf as its not the owner or something along those lines.
I have changed the crossdomain on API.swf’s domain to allow all which had no effect.
How can I get around this?
Dave.