I am looking to do a client side image crop/scale (creating thumbnails) then upload the cropped image, along with a scaled version of the full sized image (max-size 700×700, for instance)
I also want to be able to offer the chance to rotate the image if needed.
The reasons for this are numerous, mainly to do with the vastly reduced (100-200KB) upload size (compared with 5-7MB for full images).
Also it gives the user more control over what gets uploaded and will provide a reduced upload time if the processing is done in Flash AS3.
I have looked on google for everything I require but I can only find each thing separately and do not have access to the .fla files for the projects to put them all together.
EDIT:
You seem to be correct. I must have missed that memo 🙂
If you have any more specific questions about the different parts, it might be better to open new questions.
I might be wrong, but afaik it’s not possible to load an arbitrary image from the users drive into a flash application without first uploading it to a webserver. This is due to safety restrictions.It would be done something like this;
If you can get your users to install an AIR-app, you should be able to do what you want however.
It might also be possible if you use another technology (such as Java).