I have a image loaded from different domain. The checkpolicy is set to true and crossdomain file has no problem. The image isn't that large, 2,304px × 1,260pxIn the application, I will draw the bitmap image with this callnew Bitmap(Bitmap(imgLoader.content).bitmapData, "auto", true);The weird part i...