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
Here’s how the code goes on each button:
on (release) {
external.loadMovie("Home.swf");
}
(external being the movieclip)
Any suggestions? All of the files are in the same folder online.
-Shadownetspy