Serious movieclip linking problems
Is it possible on flash to access inside a movie clip of an external swf file?
im trying to link this button which is currently inside a movieclip to the frame inside this movieclip of an external swf.
this is what i got so far:-
footie.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_9);
function fl_ClickToGoToAndStopAtFrame_9(event:MouseEvent):void
{
navigateToURL(new URLRequest("olympic_sports.swf"), "_parent")
_root.olympic_content.gotoAndStop(football_info); //football info is the frame label
}