|
-
Controlling a Movie
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|