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 is, there is 1% chance... the application can't
draw the bitmap... it will just be empty. It never happens to me, but
some of my users are complaining they can't see any image. I think they
have pretty...