PDA

View Full Version : pause/ resume external swf


mtran
01-12-2006, 07:54 AM
I have a main .fla movie with buttons which load external swf files onRelease.
Is it possible to have a Pause button so that whenever you click it stops/pauses the relevant external swf, and another button to Play/Resume [just like the video player].

I need that Pause/Reusme very badly, please help!! Or at least let me know if it's possible to do. Thanks!!!

Billy T
01-12-2006, 07:57 AM
are you loading into a holder movieclip or a level. assuming that you are loading into a movieclip, just target that

someHolder_mc.stop();
someHolder_mc.play();

mtran
01-12-2006, 08:26 AM
Thanks!!!

How about movie with sound [internal, not external sound]? Anyway to also stop the sound, too?

Billy T
01-12-2006, 08:29 AM
set the sound to stream

mtran
01-12-2006, 08:34 AM
GREAT GREAT THANKS!!!!
I should have come here earlier.
You make my day:)