AS 2 Slideshow component

Hi folks,

I’m working on a a pretty basic slideshow for a client. I thought I would try the Flash slideshow component. It seems to be working quite well. I just have one problem I can’t figure out how to make a gotoAndPlay call to my loaded movie.

I am loading external movies into a holder called image_mc like this.

this.image_mc.loadMovie(“Lesson6/media/anis/L6_T2_P3_ani_eng.swf”);

This works just fine but I when I go to the next slide or previous slide my L6_T2_P3_ani_eng.swf file doesn’t reload. I have tried using
this.image_mc.unloadMovie(); on one frame and then loading the movie on the next but no luck. I’ve also tried targeting it different ways nothing seems to work.

Sylvia