# Load a movieclip into a other movieclip from a loaded swf file

**URL:** https://forum.kirupa.com/t/load-a-movieclip-into-a-other-movieclip-from-a-loaded-swf-file/109053
**Category:** Uncategorized
**Created:** [May 1, 2004, 7:18am UTC](https://forum.kirupa.com/t/load-a-movieclip-into-a-other-movieclip-from-a-loaded-swf-file/109053 "2004-05-01T07:18:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![westart](https://avatars.discourse-cdn.com/v4/letter/w/9de053/32.png) [@westart](https://forum.kirupa.com/u/westart)
#### Post date: [May 1, 2004, 7:18am UTC](https://forum.kirupa.com/t/load-a-movieclip-into-a-other-movieclip-from-a-loaded-swf-file/109053/1 "2004-05-01T07:18:22Z")

</div>

do somebody know how I can do if I have a flashmovie that is the skin and into that movie I load two .swf files (one with the menu and one with the start text). Have 2 empty movieclips one called “meny” and the other “main”. but the problem is that when I load the meny externally the actions that i have on the buttons doesn’t work as if I would have the menu in the skinmovie.

I have these action to the info button:

on (release) {  
loadMovie(“info.swf”, main);  
}

and these action work if i have the menu in the skinmovie but no when i load it from a .swf these actions don’t function.

Anyone that know how I could rewrite thes action that it would work?  
Thanks
