How to reduce size and resolution for my snapshot image.
Hi,
In my application i use to take snapshot for my current screen and send it to my DB, but i need very small sized with small resolution image only.So how do i change[reduce] my snapshot images size dynamically.I have tried decode but still my image size is huge.Please give me some idea.
as current screen you mean a snapshot from your app?
And then you put it into a BitmapData and send it to the server?
If so, then AS3 corelib can convert images http://code.google.com/p/as3corelib/