# Help: loading external swf stuck or doesn't work

**URL:** https://forum.kirupa.com/t/help-loading-external-swf-stuck-or-doesnt-work/324209
**Category:** flash
**Created:** [August 8, 2011, 9:25pm UTC](https://forum.kirupa.com/t/help-loading-external-swf-stuck-or-doesnt-work/324209 "2011-08-08T21:25:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![almakana](https://avatars.discourse-cdn.com/v4/letter/a/ba8739/32.png) [@almakana](https://forum.kirupa.com/u/almakana)
#### Post date: [August 8, 2011, 9:25pm UTC](https://forum.kirupa.com/t/help-loading-external-swf-stuck-or-doesnt-work/324209/1 "2011-08-08T21:25:01Z")

</div>

Hi everyone,

I’m doing a project and I faced problem with loading external swf  
I have main swf which load external swf which work alone but when I load it from main swf  
all code do not work  
I tried and searched for solved codes but in vain ( please help )

I tried this code whick makes external swf work but the buttons in main swf disappear

tn.onPress = function() {  
this.\_parent.loadMovie(“01.swf”, “input”);  
};
