mySock = new XMLSocket();
mySock.connect("61.14.187.197", 5555);
mySock.onConnect = function(success:Boolean) {
if(success) {
output = "Connected";
} else {
output = "Failed";
}
}
This is the code that isnt working. I don't know why, it seems perfect to me. I've uploaded it to the main directory of my server, apdistributors.net/xmlsocket.swf, yet it still returns that it's failed. If anyone could help that would be great.Ben.
