I'm trying to create a picture gallery. I have a movie with my main 16 pictures, 1 frame each and 16 thumbnails. First I want to be able to stop the movie when the project is launched. I tried swf1.stop() on the keyframe, but it doesn't seem to work.

Also on each thumnail I perform the following

on (release)
{
swf1.gotoandstop(6);
}

Where the number is the frame I want displayed in the movie. However it always goes back to frame 1 and then all the thumbnails have no effect.

I'm sure there is a simple thing I am missing, but I can't see it. Help!

Many thanks