Flash 8 - Dynamically load images into a Movieclip

[FONT=Arial]Ok so I am not terribly advanced in Flash, but I have figured out dynamically loading text and images into flash, but what I am trying to set up is somewhat of a back end script for a client. It is a photography website and I am trying to have the images dynamically load into a movie clip. So he can change out the files on his end when needed.

I have a script something like this for the button that loads the image.

on(press){
controller.loadMovie(“image.jpeg”);
}

This loads the images into the ‘controller’ movie clip, but what I want to happen is for the images to fly in from off stage. So I made a movieclip ‘controller’ with a guide layer and have animated the controller movie clip and have the images loading into the movieclip, but they won’t animate. My guess is that the controller movie clip is already played through and the image is loading at the end of the movie clip. Is there a good script to load an image into frame #1 of this ‘controller’ clip? Or another way to dynamically load images into a movie clip that will animate. I am hoping to use this same ‘controller’ movie clip for all images on the page so I don’t have to keep making new clips? Make sense? Am I doing this completely wrong? someone please help me out.

Thanks!
-M
[/FONT]