I tried that, but it only works with URLLoader, not with Loader, Loader says that event.target is a LoaderInfo, however I’m trying to access the original Loader itself.
Hm… do you need to check if a.contentLoaderInfo == b.contentLoaderInfo? I can’t understand where the problem is… =/
btw. LoaderInfo.loader references the instance of Loader this loaderInfo belongs to… if this is the question.
i.e. in your case the Loader which loaded something, can be accessed through it’s contentLoaderInfo.loader property.
Aha, i’ll try that, the reason is I am creating an extended Loader system which intakes an array of url’s instead of just one, that way it will go through each url that fails, in an attempt to find one that works, (a game I am making will load sprite sheets from various servers if a server fails)