Hello,
I'm building an swf player, it works fine for local swf files, but not when the swf tries to access external resources (rss). I figured out that Adobe AIR is blocking that access. Does anyone know if it's possible to bypass this security mechanism, maybe using a LoaderContext ?
I'm getting this message:
* Security Sandbox Violation * Connection to http://x.com/ halted - not permitted from file:///x.swf -- Untrusted local SWFs may not contact the Internet.
There's no way to me to create the crossdomain.xml on http://x.com/.
thanks,