# Dynamicaly loading SWF problem

**URL:** https://forum.kirupa.com/t/dynamicaly-loading-swf-problem/30217
**Category:** flash
**Created:** [September 5, 2003, 10:17am UTC](https://forum.kirupa.com/t/dynamicaly-loading-swf-problem/30217 "2003-09-05T10:17:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![RussianBeer](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/russianbeer/32/152_2.png) [@RussianBeer](https://forum.kirupa.com/u/RussianBeer)
#### Post date: [September 5, 2003, 10:17am UTC](https://forum.kirupa.com/t/dynamicaly-loading-swf-problem/30217/1 "2003-09-05T10:17:35Z")

</div>

Okay , so I have a nav bar, right underneath is an empty MC called: bottomloader

In on button I have the following code;

```auto
on (release){
    _root.bottomloader.loadMovie ("bottommain.swf")
}

```

When I click the button it loads ONLY the text of the external MC, nothing else, no shapes or graphics or nothing, just text! And only the main body text no even the titles!

thanks guys!
