Is there any way to attach variables to an eventListener when it is a loader?
Example:
displayImageLoader._id = 1; // and then have this go with the Event
displayImageLoader = new Loader();
displayImageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, imageLoadComplete);
displayImageLoader.load(new URLRequest(projectImageURL));