Flex, PHP und JSON
Im Adobe Developer Center gibt es einen Artikel zu Flex, PHP und JSON.
In almost every RIA data needs to be transmitted from a server to the client. (…) Adobe Flex makes implementing this solution an easy task. The solution explained in this tutorial uses PHP for the server-side programming and sends the data using JSON (JavaScript Object Notation) encoding. By the end of the tutorial you will be sending simple objects along with arrays of objects from your PHP code to your Flex client.

