Hello !

Here is my problem:
I have a java socket server that send XML data to a flash movie in a browser. My flash movie is on a IIS Web Server. This works well when the XML server and the Web Server are on the same machine.
But when the XML server and the IIS Web Server are on different machine (but in the same domain), the flash movie can't connect to the XML server.
However, if the flash movie is published on a .exe form, it works... But i want it to work in SWF form (in a browser) !

Can you help me ?
Thanks.