Thanks I think I'll understand I'll have a stab at it

Craig

Quote Originally Posted by 5TonsOfFlax View Post
To load more than one thing at once, you can simply use more than one Loader.

Or you could set an event listener for the COMPLETE event, and take the loaded content out of the loader to put it somewhere else, then load a new resource into the same loader.

Bear in mind that the COMPLETE event is dispatched by the loaderInfo, not the Loader itself.