# Load & Unload with Action Script 3

**URL:** https://forum.kirupa.com/t/load-unload-with-action-script-3/304659
**Category:** flash
**Created:** [February 11, 2010, 11:42am UTC](https://forum.kirupa.com/t/load-unload-with-action-script-3/304659 "2010-02-11T11:42:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hani3d](https://avatars.discourse-cdn.com/v4/letter/h/ecccb3/32.png) [@hani3d](https://forum.kirupa.com/u/hani3d)
#### Post date: [February 11, 2010, 11:42am UTC](https://forum.kirupa.com/t/load-unload-with-action-script-3/304659/1 "2010-02-11T11:42:37Z")

</div>

[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]

```auto

[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]](http://www.mediafire.com/?czyyjd2tk2j)[/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]
