I can't help you with your problem but do wonder why you felt the need
to create your own socket system to implement JSON to PHP.

AFAIK there are a number of solutions for this (eg.
http://blog.paranoidferret.com/index.php/2007/08/24/flex-php-json-mysql-advanced-updating/).

Also, WebORB with AMF3 is a much simpler (And probably faster)
solution for getting data to and from Flex/PHP.




--- In flexcoders@yahoogroups.com, "Sean Clark Hess" <[EMAIL PROTECTED]> wrote:
>
> Hello coders!
> 
> This is my first question to the list, so go easy on me, alright? :)
> 
> I spent quite a while developing a good socket system that
communicated with
> PHP via JSON.  It uses the Socket class (since that's the only way
you can
> do it, as far as I'm aware).  It works perfectly now, with one small
> caveat.
> 
> When testing it on machines with r45 of FP9 installed, it didn't
connect.
>  I'm not sure which version started working, but I think it works on
r115
> and r124.  As far as I can tell, the connect event just never fires.
  The
> policy file request goes through fine, but the socket server never hears
> from the connection request.
> 
> Thanks!
> ~sean
>


Reply via email to