Hi Everybody,
I have been playing around with Flash 8 and AMFPHP 1.9 beta 2 and it works great!! However I have come across a problem. My problem is that when I make more than 2 concurrent service calls from my flash file, I don't get a response from AMFPHP. I say this because the NetConnector.debug panel shows the the calls to the relevant PHP service functions but there is no response data - no errors reported either. Its just blank where I'm expecting the data to be returned and no other service calls are executed.
I've read previous posts about multiple service calls and they say that either I must change the Executive.php (but according to the forums this seems to be fixed in this version of AMFPHP) or change the setBaseClassPath("./services/"); to setBaseClassPath(realpath("services/") . "/"); (from Christophe Herreman) but I can't see this in the gateway.php file (it says $gateway->setClassPath($servicesPath)

.
Anyone else have this problem? Any solutions/workarounds? Your help will be much appreciated!