hy!
I have this situation:
1 main movie
1 external movie
I load the external movie into main ( loadMovie(“menu1.swf”,menus); ), and i want to put a gotoandplay() from the menu1.swf to 90 frame on main movie…
I try to this _root.gotoandplay(90); but didn’t works
thks…for any help