Search Results

2
votes
7answers
1k views

Adobe AIR: Handling JSON objects from server

I have a script that retrieves objects from a remote server through an Ajax call. The server returns objects in JSON notation. However, in Adobe AIR, there is a restriction on using …
0
votes

Adobe AIR: Handling JSON objects from server

@ jsight: as3corelib would require that I code in Flex, is there a good solution that uses Javascript which would enable me to receive JSON data? I'm a …
0
votes

Adobe AIR: Handling JSON objects from server

@ Mark Ingram: I already know how to use JSON in Javascript. I'm trying to work around Adobe AIR's …