i have a flash game hosted on domain a.com which connects using sockets to a game server on domain b.com on a certain port other than 80. now this doesnt work. the connection cant be established and i assume this is because of cross-domain security in flash-player.
now i have read that this problem can be solved with a crossdomain.xml file. but i dont quite understand where i have to put this? on domain a or domain b? domain b doesnt even have port 80 open since that game server is listening on a custom port.
thanks!