[thelist] Controlling one Flash movie from another

joe stowaway at uklinux.net
Wed Jun 2 10:29:45 CDT 2004


Chris Price wrote:

>I want a Flash movie to run from the 1st or 150th frame depending on
>instructions from its parent.
>
>How can I load a child swf within a parent swf and automatically tell it to
>run from frame 150.
>
>  
>
Hi Chris

If you're using loadMovie or loadMovieNum then you must be loading the 
second swf into a level.  So, if it's level 1, use 
_level1.gotoAndPlay(1) or _level1.gotoAndStop(150), etc. 

hth

joe


More information about the thelist mailing list