Hi, so I set up an xml socket using this SimpleServer.java code and it works with me connecting to localhost and port 9988.

When I run the test via the swf file or the debugger, it works and connects fine... but it doesn't work simultaneously. Is there anyway to set it up so I can run two on the same computer to run tests before I have to go test it on a LAN network?

Thanks.