Le 16 mai 10 à 20:51, Nils Breunese a écrit :

If you don't know how to do HTTP requests from Flex I guess you should consult the Flex documentation or ask the Flex community.


You can use the usual URLRequest object. It can only make GET and POST requests and does not return HTTP error codes, but it's still a good and easy start.

ActionScript's library does not provide JSON encoding/decoding - see http://code.google.com/p/as3corelib/ instead.


Hope this helps,

Martin

Reply via email to