Jim,

Do you want something like this? (movie_clip is the instance name)

        movie_clip.play();
        movie_clip.stop();
        movie_clip.gotoAndStop(x);  // for scrubber

--Dave


Date: Wed, 24 Sep 2008 08:58:14 -0400
From: Jim Elmore <[EMAIL PROTECTED]>
Subject: [Flashcoders] Pause/Play a swf
To: Flash Coders List <flashcoders@chattyfig.figleaf.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

I have a slide show built of scripted movie clips placed on the main
timeline to sync to a voice over audio.

This is way over my head, but I'd like to add play/pause functionality
and a scrubber to this show. Is that possible to start and stop
scripted movie clips from any frame in the swf?



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to