As contributor in some flash-related forums i noticed, that a lot of people are asking the same question over and over again.
How to send or receive JSON-encoded data from flash to a server-side-script
In this little “tutorial” we’ll send an arbitrary JSON-encoded Object
from flash
to our server-script, alter the value of its property and send it; even JSON encoded;
back from the server to flash.