Share Posted November 13, 2014 I am wondering if this is even possible. I am using LoaderMax/XMLLoader and loading in SWF files that are externally hosted into an AIR app. Everything works great! With LoaderMax is it possible to have one of these child SWFs load in some type of XML data? Or if need be, should I have the AIR app do all the loading (including the other XML) and pass that to the child SWF? Thanks in advance! In detail: AIR app -> Loads SWFs SWFS -> Load XML SWF -> displays something or does something RAD!!! Thanks in advance! Link to comment Share on other sites More sharing options...
Share Posted November 14, 2014 Glad to hear you are having success with LoaderMax. To answer your question, you can absolutely use LoaderMax / XMLLoader to load and track child assets of child assets. I don't know of any restrictions that AIR might impose on desktop, should be the same as regular Flash Player as far as I know. I'd certainly recommend trying it. As for whether or not the main swf should load in data and pass it to child swfs, not really sure if either way is easier or better. I think I would let each child swf load its own xml. If you need any help or get stuck, let us know. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now