I have a flash movie that plays a small intro text while a slideshow of 5
images are being loaded into 5 instances of a container movieclip. The goal
is to play the intro, then start the slideshow but when the last slide is
viewed, loop back to the first slide, skipping the intro text. I have the
movie all set up but when I loop back to the first slide the loaded jpg
dissapears leaving me with the empty conatiner. The loaded slides are always
on stage, just set to alpha=0 when the slide is not currently being viewed.
It's very simple code I just don't understand why the loaded jpgs dissapear
after the loop. Here is the basic code:

On frame 2
[code]
// load all slides
slide1.loadMovie("images/home/slide1.jpg");
slide2.loadMovie("images/home/slide2.jpg");
slide3.loadMovie("images/home/slide3.jpg");
slide4.loadMovie("images/home/slide4.jpg");
slide5.loadMovie("images/home/slide5.jpg");
[/code]

On frame 60 - LABEL:loopstart

On frame 810
[code]
gotoAndPlay('loopstart');
[/code]

The slides show up fine for the first viewing, but dissapear after the
playhead goes back to loopstart. The container MC shows up but the loaded
jpgs are gone. Is this a known behavior?

Thanks,
Brian

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to