Hi People ! Just following through Mike Potter's example of integrating AMFPHP with Flex2, notice that with the following code http://www.adobe.com/devnet/flex/articles/flex2_amfphp_03.html Flex cannot recognize the
gateway = new RemotingConnection( "http://localhost/flex/php/gateway.php" ); line -- it thinks that there is no RemotingConnection method. Does anyone have any ideas? Also does anyone know of sample code which demonstrates adding editing deleting records as well ? Thanks for any help Prema

