Help needed with a loadMovie, external jpeg problem
Hello all,
I've been having problems with loadMovie using an empty movie clip to load an external jpeg located in the root directory of my files.
I have a gallery made from a movieclip called "images".
Within this movieclip I have several movieclips called Image_1, Image_2 and so forth.
In the Image_1 movieclip I have yet another movieclip called "loader_mc1" and some AS2.0 code on it :
onClipEvent (load) {
loader_mc1.loadMovie("image1.jpg");
}
For some reason I keep getting "Error opening URL : "file:url to the directory I'm using(same one as the swf file)"
The jpg is in the correct directory, I just don't get it, I've double checked all instance names, everything, just doesn't make sense...
Any ideas?? Thx in advance