PDA

View Full Version : AMFPHP Remoting from Flashcom


nitrofly
12-05-2003, 11:06 PM
I have a FlashCom app that makes a service call when a user connects (to authenticate the user against MySql db). I am encountering a problem where *only every second connection receives a result handler from the service.

To eliminate coding errors on my part (still being new to AMFPHP) I deployed a great login tutorial by Jorge Solis to my server and the problem persists.

You can see his demo working as it should here:

user: test
password: test

http://www.flash-db.com/Tutorials/login/

...and my deployment of his demo on my server where only every second connection works here:

http://www.bayinteractive.com/login/login.swf


Anyone seen this kind of battyness before and know what causes it?:confused: