View Single Post
Old 09-15-2011, 10:38 PM   PM User | #3
Vladq
New to the CF scene

 
Join Date: Sep 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Vladq is an unknown quantity at this point
Unfortunetly it don't work. In the code I marked the place where error occurs.
It's the part when I try to create bitmapData from width and height of the image_temp
Code:
bitmapData=new BitmapData(image_temp.width, image_temp.height);
The error says ArgumentError: Error #2015: Invalid BitmapData.

So I think I'm doing something wrong, but I don't know what, and how to fix this.
Vladq is offline   Reply With Quote