Answered
isValid parameter in BitmapData
Hi,
I am not sure if this has been asked before, but would it be hard to add an isValid parameter to BitmapData?
currently this is what I have to do to figure it out:
try { myBitmapData.width; }
catch (e:Error) { return; }
Unless I am missing something and there is already something to help me out.
Thanks.