I’m having similar challenges with the posted example for CI & Zend-AMF integration. I followed the instructions on the wiki page exactly and am also getting the ‘NetConnection.Call.BadVersion’ error code back. I ran the method without the server by printing the return of the ‘getData’ method - data is printed as expected and no php errors are produced. With the server enabled I get the appropriate ‘Zend Amf Endpoint’ echoed out, again with no php errors produced. I also tried connecting to the server with Flex but got the same error code back.
Flash Error:
Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Call.BadVersion
Flex Error:
[FaultEvent fault=[RPC Fault faultString=“Send failed” faultCode=“Client.Error.MessageSend” faultDetail=“Channel.Connect.Failed error NetConnection.Call.BadVersion: : url: ‘http://localhost/remote.php’”] messageId=“6CBC5580-4066-2712-49D1-8CFD1E9DC4B0” type=“fault” bubbles=false cancelable=true eventPhase=2]
I am new to CI and remoting in general though I have been using Flash and related technologies since version 3. I would very much like to get the Zend AMF server up and running either through some help with troubleshooting the error returned with the existing setup or by getting some help initializing the Zend AMF server through the ‘library hack’ mentioned by seansmith57 - as I said, I’m new to CI.
I’m using the latest version of MAMP, CI and ZEND Framework with Flash CS3/Flex 3.
Any help would be greatly appreciated! I’m getting tired of using SOAP with all the inherent xml overhead! 
Thanks in advance for any help rendered!