PDA

View Full Version : what's wrong with XMLSocket?!



uvsdesign
July 29th, 2009, 11:40 AM
Hey boys and girls,

I hope some of you could help me with this problem i have with XML SOCKET
I'm building a flash trivia game with multiplayer option. the served I've built is in ASP.NET and behind the scenes in C#.

Problem is that everything works just fine when i'm running it on local and inside the flash program but when i'm uploading it to the server I just can't get connected!

I've tried it all but nothing works.

maybe someone have a clue?

Sirisian
July 29th, 2009, 11:54 AM
Check the security errors your flash client is throwing. (Register the event to the socket). If it just can't connect and it's timing out then you probably have an easier problem. Where are you hosting your server? If it's behind a router make sure to set up port forwarding.

uvsdesign
July 29th, 2009, 12:23 PM
Check the security errors your flash client is throwing. (Register the event to the socket). If it just can't connect and it's timing out then you probably have an easier problem. Where are you hosting your server? If it's behind a router make sure to set up port forwarding.


First of all, thanx for the help.

I'm kinda new in all this stuff. how do i check the security errors?
I'm hosting my site on a web hosting server that I've bought. how do i set up my port forwarding?

SparK_BR
July 29th, 2009, 03:47 PM
is the flash trying to connect to localhost??? that can be a problem