Groups | Blog | Home
all groups > flash actionscript > december 2004 >

flash actionscript : second movie not loading over the internet!!



bso_71
12/23/2004 8:52:53 PM
I want to load another movie after one movie that I'm using as an introduction
finishes. The way I''m loading it is: loadMovie('/myMovie.swf', '_level0');
It works perfectly on my computer but when I play it over the internet this
second movie doesn't play!!!! I don't know what is happening! Can anyone help
me??? thanks! brenda s.
juankpro
12/23/2004 8:57:20 PM
Why don?t you try:

loadMovieNum("myMovie.swf", 0);

Besides, notice that when you use the / character your telling the server to
find the movie on the root of the site maybe i you remove the / from
/myMovie.swf

AddThis Social Bookmark Button