Flex 2 and AMFPHP
When I connect Flex 2 and AMFPHP using the code below I get a “ReferenceError: Error #1069: Property AppendToGatewayUrl not found on flash.net.NetConnection and there is no default value”. AS3 code: var gatewayUrl : String = "http://localhost/amfphp/gateway.php"; gateway_conn = new NetConnection(); gateway_conn.objectEncoding = flash.net.ObjectEncoding.AMF0; gateway_conn.connect( gatewayUrl...
Read More
Recent Comments