This content has been marked as final.
Show 1 reply
-
1. Re: load external swf
Newsgroup_User Dec 16, 2006 5:40 PM (in response to svarmuza)
svarmuza wrote:
> Please if somebody could help me.
> I created main movie and named it main.swf.
> Then I loaded external menu by
>
> _root.createEmptyMovieClip("container", 1);
> loadMovie("menu.swf", "container");
> container._x = 43 ;
> container._y =54 ;
>
> Now I would like to when I click on menu link to load movie.swf to main stage
> (main.swf)
> I need the actionscript for buton ( on relase) in menu.swf
> How do I target the main stage of main.swf
> Thank you for your help.
_root.your action here
--
Best Regards
Urami
--
!!!!!!! Merry Christmas !!!!!!!
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

