9/19/2011 7:52:55 AM
Title:
Resize Image before Uplaod In flash AS3 using AJAX
I want make a image up-loader in flash.i will call to Ajax to upload image, AJAX check for flash re sizer and it re size image using flash re sizer and upload on sever.please any body can help me how i can re size image in flash before upload on server.
9/19/2011 10:21:09 PM
You can see this article to resize and crop image in flex / flash.To upload the resized image can be sent as bytearray to server and saved there by using some server language like asp, php etc
http://www.flexer.info/2008/10/16/how-to-crop-and-resize-an-image-used-as-background-for-canvas/