I would love some help or suggestions with the scripting of a site I'm doing in Flash. Basically what I want to do is dynamically load jpeg thumbnails into the flash movie, which appear in a strip and then when clicked, display a larger version of the same image in the same window above the smaller ones.
It's a photographer's agency site which will need to be updated frequently and has 12 artist's portfolios on it. I want it so that the same page loads different content into itself dynamically, depending on who's portfolio it is.
Here is a mock up of the site.
I want each of the thumbnails to be based on one movieclip which is reproduced to display each image in sequence.
I was thinking to do this using the loadMovie method in a for loop, and using a counter to load the next image in the sequence each time it loops.
What I'm unsure about is that if i do this, how will I then get each instance of the movieclip to be assigned a different instancename so it can be referenced and removed, and also how to get it to link to the correct image to do the enlargements.
I don't need the code written out, but any ideas on the best way to approach this would be really appreciated.
Incidentally, does anyone know a good book on advanced flash techniques?
many thanks and a happy new year.
It's a photographer's agency site which will need to be updated frequently and has 12 artist's portfolios on it. I want it so that the same page loads different content into itself dynamically, depending on who's portfolio it is.
Here is a mock up of the site.

I want each of the thumbnails to be based on one movieclip which is reproduced to display each image in sequence.
I was thinking to do this using the loadMovie method in a for loop, and using a counter to load the next image in the sequence each time it loops.
What I'm unsure about is that if i do this, how will I then get each instance of the movieclip to be assigned a different instancename so it can be referenced and removed, and also how to get it to link to the correct image to do the enlargements.
I don't need the code written out, but any ideas on the best way to approach this would be really appreciated.
Incidentally, does anyone know a good book on advanced flash techniques?
many thanks and a happy new year.