I'm making a binary socket server for Flash and I'm trying to figure out a way to run Multiple clients in a local environment for testing purposes.
Tried to run the exported flash movie in my browser (to open multiple tabs of flash swf) but I just could not figure out how to solve the cross-domain problem.
I'm running my server right from my PC (localhost) and just simply want to test my darn Flash document multiple times so I can simulate multiple clients.