Re: lingo-l lingo + flashSocket + php + another app

2005-07-28 Thread arjen
thank you cole and mathew, i thought it had to do with \n or \0 but that wasn't the case, the problem is actually very strange. i found that the socket stops working, after a MIAW was openened briefly and closed again (forget). somehow the main window (stage) looses focus, which causes the

lingo-l lingo + flashSocket + php + another app

2005-07-27 Thread arjen
hi list, i'm having an urgent problem. hope anyone can help. i'm developing an interface that talks with several others applications using FlashXML-sockets, which goes very well. but now we're adding a web-interface, and i have trouble getting the the XML-socket to listen to very simple server

Re: lingo-l lingo + flashSocket + php + another app

2005-07-27 Thread Mathew Ray
Could it be a security sandbox issue? Flash Player 7.0.14.0 looked for policy files in only one location: /crossdomain.xml on the server to which a data-loading request was being made. For an XMLSocket connection attempt, Flash Player 7.0.14.0 looked for /crossdomain.xml on an HTTP server on

Re: lingo-l lingo + flashSocket + php + another app

2005-07-27 Thread Cole Tierney
does anyone understand what i'm talking about, and recognize the problem? I haven't worked with flash xmlSockets, but you could test your theory by having the php send an additional \n or \0. If that doesn't help, I would run a packet sniffer to see what's really going on. -- Cole [To