I changed to my gateway...

        public function startApp():void {
            nc = new NetConnection();
            nc.addEventListener(NetStatusEvent.NET_STATUS,
onNetStatus);
//          nc.connect('http://amf.local:61008/');
                        nc.connect('http://localhost:8888/cake_1_2/');
        }


when i run the app, and select the "Single Request, Multiple Results"
button nothing happens.  I opend Charles Webd Debugging Proxy to see
the communication and it says:
(General Tab):
URL     http://localhost:8888/cake_1_2/
Status  Failed
Failure Remote server closed the connection before sending response
header

(Request Tab):
users.index     Method  AMF data is incomplete (0 bytes of 0 bytes). Please
check the recording limits in the Recording Settings.
Parameters      Array
Result  Null

(Response Tab):
users.index     Method  AMF data is incomplete (0 bytes of 0 bytes). Please
check the recording limits in the Recording Settings.
Parameters      Array
Result  Null


Does this help?  thanks for your time on this, i really appreciate
it ;)

On Sep 4, 11:16 am, Gwoo <[EMAIL PROTECTED]> wrote:
> Sorry Bobby, here is the correct 
> link.https://trac.cakefoundation.org/amf/wiki/tutorial/amf
>
> @kiang
> I do not approve of that code and I do not want to support it.
> Therefore, I do not want it anywhere near the project that I maintain.
> Feel free to use it just don't come looking to me for answers when it
> does not work. This has already happened to me twice. If it works for
> you, great, have fun, and enjoy.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to