# Load SWF into SWF

**URL:** https://forum.kirupa.com/t/load-swf-into-swf/11656
**Category:** flash
**Created:** [January 20, 2003, 7:42pm UTC](https://forum.kirupa.com/t/load-swf-into-swf/11656 "2003-01-20T19:42:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Audrius](https://avatars.discourse-cdn.com/v4/letter/a/848f3c/32.png) [@Audrius](https://forum.kirupa.com/u/Audrius)
#### Post date: [January 20, 2003, 7:42pm UTC](https://forum.kirupa.com/t/load-swf-into-swf/11656/1 "2003-01-20T19:42:37Z")

</div>

hi guys

I have alittle problem here with loading SWF’s into SWF what I mean is:

I am building a flash website which has (let say 5 swf’s) each has different functions. so my home.swf has nothing but the buttons on the left side and on the right side is an empty space for external movies to load. so  
when it loads home.swf i want to make another movie load in it automaticly i.e  
when i load home.swf ( which has only buttons on the left I want at the same time to load news.swf on the right side of home.swf  
and when i click contact button i want to load contact,swf and so on.

please help me to add right actionscript into my home.swf

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 20, 2003, 7:59pm UTC](https://forum.kirupa.com/t/load-swf-into-swf/11656/2 "2003-01-20T19:59:24Z")

</div>

You can use loadMovie() or loadMovieNum() for that.

The descriptions of them are pretty good int he AS Reference in MX. Or the AS Dictionary at [http://www.macromedia.com/support/flash/action\_scripts\_dict.html](http://www.macromedia.com/support/flash/action_scripts_dict.html)
