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 …
0
votes

Are HttpOnly cookies a viable option for an AJAX website?

Cookies are automatically handled by the browser when you make an AJAX call, so there's no need for your Javascript to mess around with cookies. …