Hi, I'm trying to setup a really simple XMLSocket connection. The SWF (the client) and the Java class (the server) are both running in local on my Mac Laptop.
I used the example in the LiveDocs to get started: http://livedocs.adobe.com/labs/flex3/html/help.html?content=17_Networking_and_communications_5.html I'm able to make the SWF to connect to the Java server. But the data are only sent when the SWF is closed. I mean when I send data using "xmlsock.send(xmlFormattedData);" the data are not received by the java server until I closed the running SWF. When I close the SWF I can see the received data in the trace produced by the java server. What am I missing ? //h

