capt.ace
August 20th, 2003, 09:44 AM
I'm writing a full flash image achive that holds way too many photos for a static site. I'm using the code below to dynamically load the images.
container.loadMovie("/images/photo.jpg");
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
Hold those laughs back...
Ta
Capt
container.loadMovie("/images/photo.jpg");
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
Hold those laughs back...
Ta
Capt