[COLOR=black][FONT=Verdana]Hi,[/FONT][/COLOR]
[COLOR=black][FONT=Verdana]Anybody can help me to complete my project >>[/FONT][/COLOR]
[COLOR=black][FONT=Verdana]My project is PC software and not related to web.[/FONT][/COLOR]
[COLOR=black][FONT=Verdana]It contains of Main menu and 3 external SWF (Total 4 Files).[/FONT][/COLOR]
[COLOR=black][FONT=Verdana]Inside the Main-Menu 3 buttons , when the user click on button # 1 or # 2 or # 3 I want a code to unload the main menu first then open external swf # 1 or #2 or #3 depending on which button user click.[/FONT][/COLOR]
[COLOR=black][FONT=Verdana]I use this code to load the external SWF:[/FONT][/COLOR]
[COLOR=black][FONT=Verdana]var myLoader:Loader = new Loader;[/FONT][/COLOR]
[FONT=Verdana][COLOR=black]addChild(myLoader);[/COLOR][/FONT]
[FONT=Verdana][COLOR=black]var [[COLOR=#22229c]url:URLRequest[/COLOR]](http://www.kirupa.com/forum/URLRequest) = new URLRequest("f1.swf");[/COLOR][/FONT]
[COLOR=black][FONT=Verdana]myLoader.load(url);[/FONT][/COLOR]
[COLOR=black][FONT=Verdana]Its working fine but the problem it load the external swf with the main menu in the same time! what I want a code first unload Main-menu then loading external swf. and another code in external SWFs to exit to Main-Menu with ofcorse unload the swf first then exit to main-menu.[/FONT][/COLOR]
[COLOR=black][FONT=Verdana]This is My project :[/FONT][/COLOR]
[COLOR=black][FONT=Verdana][COLOR=#22229c]http://www.mediafire.com/?czyyjd2tk2j[/COLOR][/FONT][/COLOR]
[COLOR=black][FONT=Verdana]Pls. Pls. Pls. help[/FONT][/COLOR]
[COLOR=black][FONT=Verdana]Anybody can update and upload again.[/FONT][/COLOR]
[COLOR=black][FONT=Verdana]Your cooperation and help is highly appreciated.[/FONT][/COLOR]