If your AMFPHP browser is working correctly, then your
linkage between Flash and AMFPHP is wrong, as you are guessing. If
you copied the Action Script code from your AMFPHP browser then it
should work. Here is my first couple of lines of Action Script (I
am using AMFPHP Version 1.2.5):
import mx.remoting.*;
import mx.rpc.*;
import mx.utils.Delegate;
import mx.remoting.debug.NetDebug;
//Change the gateway URL as needed
var gatewayUrl:String = "
http://your_url/amfphp/gateway.php";
NetDebug.initialize();
service = new Service(gatewayUrl, null, "services");
And then it goes into my functions. If you are still having
trouble, I would revert to AMFPHP Version 1.2.5 because I know for
a fact that it works. I would always be hesitant about using and
open source beta.
29FIVE Designs
http://29fivedesigns.com