Loading an image into a clip?

Hi all, :smiley:

I’m preloading an image into a flash movie using this code:

loadMovie(“image1.jpg”,1);

… and I want to add a simple piece of code that says:

“Once image/movie is loaded, gotoAndPlay(2);”.

Is there any way I can do that?

Cheers. :smiley: