Determine Easily What Image Formats the Target Device Supports
You can check before loading the image with System.capabilities
if (System.capabilities.imageMIMETypes["image/png"]) {
loadMovie("images/image.png", "mc_myPngImage");
}