How to create a photo gallery of hundreds of photo?

I saw the tut for the creating of photo gallery. Is it possible to do a photo gallery like this one (http://www.kriztal.com/flash.html) with hundreds of them? Do i have to key in the Action dialog all the photos’ name in it? Is there another method of doing it with the effect of the web site i gave?Pls give some guidance and advice.

Yes you can do this with hundreds of photos… As in… You want a menu on the one side with thumbnails and then a door type interface opens up displaying the photo that they selected?

What are you doing this for and can the photos be divided up into sections… Like… Pictures of Me… pictures of this girl… Stuff like that?

If they can… Just have the mini thumbnails already placed in the movie… And then have the photos come in dynamically…

photoHolder.loadMovie(“photo1.jpg”);

Then just do some simple tests as to whether the thumbnail was clicked or when the photo is done loading up… As soon as it’s done loading up… Display the sob. :slight_smile:

playamarz :player:

If you want something plug’n’play, i suggest you check out this nice component here:
http://www.actionscript.org/components/showComponent.php?id=8

or you’ve got to uses databases if you dont want to have to load manually the names of the pics…
OR if you use names that change only by their number (ie jpg01.jpg, jpg02.jpg etc etc), you can automatically create the array…