I am trying to upload images in my Flex tool. Using mx.controls.Image class, I could load and display the JPG / GIF / PNG files at runtime. But I'm not able to upload the BMP files with the Image class (or control); what I get is only broken-image icon. It gives Error after selecting image with .bmp extension. If i continue then it upload the image but display it as Broken Image.
I don't understand why BMP files are displaying as broken image.