I am storing images on my server with a naming convention of ID (obtained from a database) and "IMAGEx.JPG" (where x = 1 to 8). I am using a loop (8 times) containing a loadMovie to get the image and display it in my movie. This works great unless one or more of my series of images is not found. Is there any way I can determine that an image doesn't exist prior to attempting to load it?