Archive

Posts Tagged ‘error’

AMFPHP Failed Responses from Desktop Applications

October 14th, 2009

When sending data between Flash to Server I often use the AMFPHP service. It’s a easy to install and rapid way to send data back and forth. A problem I noticed when running a desktop application on PC was that it kept returning errors but from a MAC it worked just fine. The simple solution is to set the gateway to work as a test server, else the service blocks desktop calls.

Problem: Desktop application from PC getting errors in responses when MAC works fine.
Solution: Open gateway.php line: 106 and change PRODUCTION_SERVER to false.

Flash , ,