Im trying to make some tests locally and I'm finding some troubles when I try to connect my AMFPHP server with Flash.
This is how I connect to my server:
_netConnection.connect("http://localhost/Amfphp");
and this is how I make a call to the predefined example service that comes with AMFPHP:
_netConnection.call("ExampleService.returnOneParam", res, 5);
(res is a Responder object)
When I try it, I get a Netconnection.Call.Badversion message.
I've googled a lot, and tried different suggestions, nothing seems to work.
Any ideas?