I have a flash app that I have running from within a browser. I use PHPAMF to push and pull data from the server.
I am converting this to an air app and with the air version, while it seems to be pushing info to the server, it gets nothing back,
Using “charles” to sniff what is going out and coming back in , the info being sent is correct, but the response seems to be plain html headers rather than any results.
The AMF service is the same as for the web based version.
I am wondering if I need to change something in order for PHPAMF to talk to AIR?
Any help would be greatly appreciated.