PDA

View Full Version : amfphp does not always work?


imatthew
11-27-2007, 04:11 PM
I have been developing an app with amfphp and as 2.0. When I try to reach my page often I will get the page but no data arrives? Has anyone had any issues with amfphp like this? Are there some ports used by the server that could be blocked depending where you are trying to access your web app from?

Any help appreciated.

imatthew
11-28-2007, 01:06 PM
changed my gatewayURL from: var gatewayUrl:String = "http://246.47.47.9/gateway.php";


to: var gatewayUrl:String = "gateway.php";

Now my app won't work when testing from Flash.