[LEFT][FONT=Arial][SIZE=2]Hey everyone!
I am actually trying to program a multiplayer game:hitman:. I made a socket server usign Javascript and i can acces it from a local .swf. The problem comes when i try to access it from the web.
Here are some important points:
- I used my internet ip and the port 5677 to connect to my server, it works.
- Many friends tried to connect to my server, they succeeded. Their computers are not connected via LAN to mine (where the java server is)
- I already made a crossdomain.xml file allowing all accesses.("*")
- I loaded this file usign System.security.loadPolicyFile(“file url”) function.
- I also added that: System.security.allowInsecureDomain(“server ip”);
I really dont know how to get it working! And… if anybody have a link to a php socket programming tutorial, please share :P.
Thanks in advance! :hr:
[/SIZE][/FONT][/LEFT]