A loadMovie question

Main Timeline Frame 1:

loadMovie(“intro.swf”, “introContainer”, “POST”);
stop();

-introContainer is an empty MC

Why does this work when I test it within Flash but not when I upload the files and try it live?

Thanks for your help.

JRP

be sure that all the files are available on your server.

you don’t need to spec the POST argument, no variables are being passed.

Thanks for the help.

All the files were available, but i took out POST and it works now.

Anyone know why having POST in there would cause the movie not to load? Just curious.

Thanks,
JRP

complete stab in the dark…

maybe it is sitting there waiting for the “non-existant” variables to arrive b4 it plays!