Hi,

It has been a while since I worked with flash and I am picking up AS 3.0 now.

I have this project that should load jpegs from a server. I found that properties like x,y position etc are accesible through the loader object and that you can add a click event to it. Let's say I want to display a list of jpegs in thumbnail format, when the user clicks on it, it should show a full size version.

I am not sure what the best approach is to achieve this as I assume that when using the same loader object to download all images the click event will reference the last downloaded image, correct?

Should I create a seperate class for all of this and load all images by instantiating this class for each image or is there an easier approach?

Thanks,
Raoul