I need to make a simple flash program (exported as swf for display in a web browser) that allows the user to manipulate an existing image, but then SAVE this managed image on the web server.
Can a flash program on the client side generate a new image or does it need to send all the changes to the web server, which then will generate a new image (based on these changes through POST) on the server side?
cheers :)
source
share