Groups | Blog | Home
all groups > flash actionscript > october 2005 >

flash actionscript : Imported SWF not using Actionscript


Jeditdog
10/4/2005 11:07:12 PM
I'm importing 1 movie into another movie. Movie-A has a stop() function in the
last frame. It works fine on it's own; however, when I import it into Movie-B,
it will not heed the stop() command and keeps cycling through.

How do I get this movie to acknowledge the stop() command?

You can see an example at:
http://www.skipperscuba.com/example/largeEnvelope.zip

I'm sure this is a basic issue that a newbie isn't familiar with. Thanks for
your help.
Jeckyl
10/5/2005 12:00:00 AM
Flash is a lousy SWF file imported .. all script is stripped when you
import.

Instead, use loadMovie to load one movie into another when it plays.
--
Jeckyl

Jeditdog
10/5/2005 7:11:10 PM
Wow, that's frustrating.
Jeditdog
10/5/2005 9:02:44 PM
I'm not terribly familiar with the "loadMovie" command. Does anyone have an example? Or could you take my files and use the command in there?

Jeckyl
10/6/2005 12:00:00 AM
Start with the help for loadMovie in Flash. Then try googling or looking at
sites like actionscript.org etc
--
Jeckyl

AddThis Social Bookmark Button