How to send data when image loading completed?

Hello,
I’m trying to write a program that loads two images (or more). When the loaders complete the loading, i’d like to catch an event that announces about the completion, like Event.COMPLETE. The difference is that i’d like to pass some image identification while receiving this complete event.

for example:

loader.load(new URLRequest(“URL”));
loader.contentLoaderInfo.addEventListener(event.COMPLETE);

I’d like to send numbers with the complete event in order to differentiate between these events in case i’d try loading more than one image. How is this possible?

Thanks,
OML[COLOR=#000099][FONT=arial][/FONT][/COLOR]