The question I have is, when plasma.jpg doesnt exist, I get an error saying image specified doesnt exist.Code:this.createEmptyMovieClip("prize_mc", this.getNextHighestDepth()); prize_mc.loadMovie("JPGFILES/plasma.jpg");
All I want to happen is, if plasma.jpg doesnt exist, it musn't load the movie. Is there a method that can check if the image exists, or if I used an "if" statement, what would I check for?