You can't use the default RemoteObject tag with AMF0. You'll need to use a custom RemoteObject implementation. Here's one: http://renaun.com/blog/2007/03/12/197/
regards, Muzak ----- Original Message ----- From: "borkyborkbork" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, April 03, 2007 3:31 AM Subject: [flexcoders] ColdFusion 6.1 Flash Gateway and Flex 2 Anyone, I've got a set of ColdFusion 6.1 CFC's that are currently being consumed via the flash gateway (/flashServices/gateway) with Flash MX. We are trying to consume the CFC's via the same gateway but with Flex 2 instead of Flash MX. We've changed the encoding to AMF0. When we do this we are running into an issue where we are getting the following error on the client: TypeError: Error #1034: Type Coercion failed: cannot convert [EMAIL PROTECTED] to mx.messaging.messages.ErrorMessage" And the following error in the server "flash.log" file: "You are not allowed to access the service null. The service is not in the configured whitelist." I have not found any references to people successfully connecting to CF6.1 FlexGateway without using webservices... so really wondering if this is even possible. Any ideas? Code follows. TIA Tom Kirstein

