Can client Flash (swf file) do the following?

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 :)

0
source share
2 answers

, Flash , . - . , , .

+2
0

Source: https://habr.com/ru/post/1707168/


All Articles