I can connect to my localhost(using internet address) but others can''t

I have installed jive messenger for development propuses in my home PC, I’'m using XIFF to create a client and on my machine works great. But when I send my flash to one of my friends to test over internet, my client hangs during the login process, I mean, the server does not respond.

I heve NO firewall and I’‘m connected directly to Internet through my modem. Has anyone idea why can’'t connect?

Thanks!

Hola WEREW0LF,

I’'m not a Flash developer but my guess is that you are a victim of the Flash security sandbox. Check out these other threads:

http://www.jivesoftware.org/forums/thread.jspa?messageID=98180&#98180

and

http://www.jivesoftware.org/forums/thread.jspa?messageID=96417&#96417

Suerte,

– Gato

Gaston! como va capo.

your links were very usefulls, the solution to this problem is create a XML named “crossdomain.xml” in the root of your webserever, it’'s should be accessed by the path

http://yorserver/crossdomain.xml

with the following content

<?xml version="1.0"?>

and in the flash put the line

load(“http://yorserver/crossdomain.xml”);

also the server must be configurated correctly (domain of the server must be the name of the host, instead of 127.0.0.1, that was my case.

Muchas gracias!!

De nada.

Enjoy,

– Gato