R – Why are .jpg’s appearing yellow in the flash as3 application

actionscript-3flashjpeg

I retrieve .jpgs from my server and load them within my as3 app. I use Flash CS3, and am not using flex. Occasionally, some images will appear yellow and unreadable within the app. The actual original of the image is fine, and has no such yellowing, yet when I load the image in flash it appears yellow. This seems independent of size, cause I have large and small images that appear yellow, and some that do not with the app.

When looking at the images in flashplayer 9, this yellowing occurs. It always happens on the same ones, with the rest appearing as expected. When looking at the images in flashplayer 10, it NEVER has yellowing, all images appear as intended.

Best Answer

I suspect, like other people have said, it's something to do with the colour profile of the jpgs. It may be because FP10 has colour management, whereas FP9 does not:

http://www.adobe.com/devnet/flash/quickstart/color_correction_as3/

Related Topic