I'm doing a mini app in AS2 where the user can upload an image into Flash and be able to crop, scale, and rotate and image, and after they're done, save the edited image to the server.

How would I do this?

I know I have to load an image into the BitmapData, after that I'm lost.