PDA

View Full Version : Loading and Talking


PowerCat
07-24-2009, 10:33 AM
Hi,

I'm trying to stop an animation running that I've imported from an .SWF file.

I've loaded it using the new URLRequest method, but now I can't seem to talk to it.

Is it possible to Talk to it, or should I just leave it in the Library and pull it from there.

Anyone run into this problem?

fauzira
07-24-2009, 10:39 AM
How you stop an animation on loaded swf file? I always create public function and call the function from the parent movie.

PowerCat
07-24-2009, 11:09 AM
I've got an animating Ball, thats continuously bouncing in MovieClip giving an instance name of mcBounce, and I've Published it as Ball.swf.

Now on my Main Stage. Fun.fla, I Load the file Ball.swf in and it start playing,
over and over.

Now when I press the Stop Button I want the Ball to stop Bouncing in mid Sequence.

Any Ideas?