Help with links that wont work

Hi everybody

I’m having a hard time trying to figure out what is the problem with this swf file:

http://www.alvarezverderamo.cl/intro_flash/index.html
directory and files to this other site and they work

http://www.stereo0054.cl/intro_flash/index.html

I must add that the “index.html” file includes a file called “random_prueba.swf” wich loads randomly 8 diferents flash files (movie1.swf,movie2.swf,movie3.swf,movie4.swfmovie5.swf,movie6.swf,movie7.swf,movie8.swf)

the code that I’m using in the “random_prueba.swf” file is this:

filename = [“movie1.swf”, “movie2.swf”, “movie3.swf”, “movie4.swf”, “movie5.swf”, “movie6.swf”, “movie7.swf”, “movie8.swf”];
path = “http://www.alvarezverderamo.cl/intro_flash/”;
i = filename.length;
k = Math.floor(Math.random() * i);
loadMovie(path + filename[k], movieTarget);

of course changing the path to http://www.stereo0054.cl/intro_flash/ in the second site.

what do you guys think the problem is? :expressionless:

thanks you very much