hi everyone! I’ve been ancountering some trouble with an image loading routine, down on my PC it works perfectly but once it’s uploaded most of the images won’t load and they’re in the same directory and everything, the code is this one for each button:
on (release) {
createEmptyMovieClip(“container”, 1);
container.loadMovie(“foto1.jpg”);
container._x = -150;
container._y = -500;
}
the coordinates change for each foto of course.
does anyone have a clue of why this is happening? the URL of the site is http://www.taearq.com and slick where it says “desarrollos” and “guanajuato”
thank you very much