I’ve managed to get most of it done (Thanks to everyone who gave me a nudge here and a pointer there), but My lack of flash syntax is hampering my progress.
My movie also connects to a db and gets variables for “image_file_name” among other things.
How do I replace photo.jpg with the variable “image_file_name”.jpg
Have you thought about creating an XML file to store the image names/locations…then having flash loop through the XML file to load the images in?..that way, you could just edit the XML file to add more images…