Hi folks,
I need to make a simple flash program (exported as a swf to be displayed in a webbrowser) that allows a user to manipulate an existing image but then SAVE this manipulated image to a webserver.
Can the client side flash program generate the new image OR does it need to send back all the changes to the web server, which will then generate the new image (based on those changes, via a POST) on the server side?
cheers :)