# loadMovie issues

**URL:** https://forum.kirupa.com/t/loadmovie-issues/214362
**Category:** flash
**Created:** [January 28, 2007, 12:22am UTC](https://forum.kirupa.com/t/loadmovie-issues/214362 "2007-01-28T00:22:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Shadownetspy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/shadownetspy/32/1883_2.png) [@Shadownetspy](https://forum.kirupa.com/u/Shadownetspy)
#### Post date: [January 28, 2007, 12:22am UTC](https://forum.kirupa.com/t/loadmovie-issues/214362/1 "2007-01-28T00:22:27Z")

</div>

Hi, all!

I just finished my website through Flash MX, and uploaded it as a .swf. I used the loadMovie technique to load individual .swf’s according to a button pressed. It all worked like magic on Flash, however, when I went to upload it, it was a no go. Just the first page that loads the movies. Check it: [http://www.sonicallstars.net](http://www.sonicallstars.net)

Here’s how the code goes on each button:

```auto

on (release) {
 external.loadMovie("Home.swf");
}

```

(external being the movieclip)

Any suggestions? All of the files are in the same folder online.

-Shadownetspy
