Hi,
im facing a problem with the XML socket connection.
I have developed my own swf and uploaded this to a server.
for eg:
server name is: http://myserver.com and ip add of this is 71.345.12.344
in the actionscript of A.swf, i've wriiten like this.
socket.connect("myserver.com " ,"6565");
and now i have opened the content from http://71.345.12.344/A.swf
and then, the connection is not successful becuase of the crossdomain.xml.
Things which I can not understand:
1.71.345.12.344 and myserver.com are one and the same.still do i need to write a crossdomain.xml?
2.if so,what should i write in crossdomain.xml and where should i keep it?
please guide me with this.
thanks,
rees




