Full Flash site works on hard drive but not server

I have a simple All flash site that works fine on my hard drive. But when I upload it online, the main movie plays and then nothing loads. Here is how my website works.

There is a main movie, which is like a frame. The homepage and all other Pages(movie clips) load into a empty movie clip which is located in that main frame. All external movies are located in the same directory so I didnt think I would have and crossdomain isssues. Am I missing something here?:puzzle:

(PS I am completely new full flash sites, so please dont overlook the obvious)

show us your code :slight_smile:

I didn’t think that my code mattered because its so trivial. But here it is:
_root.contents.loadMovie(“home.swf”);

This code is on the first frame (there is only one) I am typing this code from memory so please excuse me if I have a typo.