invalidArgumentError: Error #2015: Invalid BitmapData

Posted by Arif on Stack Overflow See other posts from Stack Overflow or by Arif
Published on 2010-03-24T04:19:10Z Indexed on 2010/03/24 4:23 UTC
Read the original article Hit count: 397

Filed under:

the error is

ArgumentError: Error #2015: Invalid BitmapData.
    at flash.display::BitmapData/get width()

recently i write code in flex to upload a image in canvas and modify it. first i convert the image bitmapdata then use it. but problem is after upload some image the above error display. the process can't get the width or height of bitmapdata.

How can i solve this?

© Stack Overflow or respective owner

Related posts about flex