# Loading an external movie inside an external movie?

**URL:** https://forum.kirupa.com/t/loading-an-external-movie-inside-an-external-movie/32029
**Category:** Uncategorized
**Created:** [September 30, 2003, 6:26pm UTC](https://forum.kirupa.com/t/loading-an-external-movie-inside-an-external-movie/32029 "2003-09-30T18:26:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![G111](https://avatars.discourse-cdn.com/v4/letter/g/7ea924/32.png) [@G111](https://forum.kirupa.com/u/G111)
#### Post date: [September 30, 2003, 6:26pm UTC](https://forum.kirupa.com/t/loading-an-external-movie-inside-an-external-movie/32029/1 "2003-09-30T18:26:45Z")

</div>

This is my problem.

First my nav buttons load an external movie to a container movieclip. However in this loaded movie I am using another container to load in other movieclips (I am loading a movie in turn that movie contains buttons which loads in other movies to another container in that movie).

I’m using the following code on the buttons -

on (release){  
\_root.container.loadMovie(“test.swf”);  
}

however when I click on the button in the movie clip it just goes white. Is my code wrong? Can you only load one movieclip using containers? I know I’ve explained it very complicated.

1. I click a button.
2. That button loads an external file to a container.
3. In that external file there is another button, when clicked loads another external file into it using another container.

Please someone help!!!
