How to call from an external SWF the main SWF

Please I need help.,

I load an external SWF movie in my main SWF ( I use tell a target with an empty movieclick) I need that when this external SWF ends go to a XXXXXX Frame but in the main SWF no in the same external SWF.

Thanks

Pablo Gill

You have to call the main timeline to use the main movie when using target method for load movie.

just use



_root.yourmovie.gotoAndPlay(framenumber);


and put the instance name where i have yourmovie

my bad , you dnt need the instance name

so its just



_root.gotoAndPlay(framenumber);


replace framenumber with the number you want to navigate to,

sorry about before, guess its getting late(-:

the main movie always is on level 0, and is best to use gotoAndPlay on frame labels instead of frame numbers in the root of the main movie, so:

_level0.gotoAndPlay("frameLabel");

cheers :bounce:

Thank for your help but the main SWF is in a *.EXE

Do I have to use the same code?

Thanks

Pablo Gill

.exe?

try, if that doesn´t work, nothing will :-\