# Container in container

**URL:** https://forum.kirupa.com/t/container-in-container/137680
**Category:** Uncategorized
**Created:** [February 16, 2005, 6:31pm UTC](https://forum.kirupa.com/t/container-in-container/137680 "2005-02-16T18:31:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Stefaan](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@Stefaan](https://forum.kirupa.com/u/Stefaan)
#### Post date: [February 16, 2005, 6:31pm UTC](https://forum.kirupa.com/t/container-in-container/137680/1 "2005-02-16T18:31:24Z")

</div>

Hi,

On my main stage I load an external swf file into a container named “container”. In this swf file I have buttons to load another external swf file into a container in the first external swf file, named “container2”.  
Nothing happens when I push these buttons.

My code for loading the first external swf file:

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

My code for loading the second external swf file:

on (release){  
\_root.container2.loadMovie (“voorwoord.swf”);  
}

Can someone help me please?  
Thanks

Stefaan
