Bug?

So i have this empty swf to load in the main.swf and this works fine offline.
But when i upload it to my site, it wont work. But i think maybe my main.swf was loaded because I have a script to close the menu at frame 4, and i can see that by right clickin on it, but i cant see the preloader of mine at frame 1-3 running.
The script in the empty swf is jus as simple as
loadMovie(“main.swf”,"") or loadMovieNum(“main.swf”,“0”)
Any ideas why this things happened? If i straight away using the main.swf it would have any problem.