I'm building a mobile app that loads external SWFs, and it works fine when I include the current application domain in the loader context for the Loaders.
However, as soon as I include some native extensions I need to use for the app, I start getting this familiar error:
Error #3747: Multiple application domains are not supported on this operating system.
I've tried switching to the parentDomain, grabbing the application domain from the parent's loaderInfo... no dice.
Anybody know a workaround for this?
I really need to load the SWFs and I really need the ANEs...