Jump to content
Search Community

kheftel

Members
  • Posts

    1
  • Joined

  • Last visited

kheftel's Achievements

0

Reputation

  1. Hi, I was wondering if it is possible to add children loaders to a LoaderMax once loading has already started. I have a multi-SWF project where the top-level SWF loads multiple child SWFs, which also load their own child SWFs. The top-level SWF passes a reference to the LoaderMax object to the child SWFs. Can they then call LoaderMax.append() on the LoaderMax instance from the parent SWF and add their own children to the queue? I tried to get it to work this way but I couldn't get it to work properly. I know that subloading is supported, but as far as I can tell you have to create and fully initialize the LoaderMax object in the child SWF's constructor, and my child SWFs aren't fully ready until after the constructor because they need some data passed in from the parent SWF, so I'd rather not go that route. Does this make sense?
×
×
  • Create New...