i have the following code ]
connection.objectEncoding = ObjectEncoding.AMF0;
connection.connect("http://localhost/test/test.php");
var responder = new Responder(recvdata,recverror);
connection.call("test.test",responder);
but no connection established what is the reason behind not know help required and one more thing XAMPP is installed in D:\ drive.
thanx in advance