Tagged Questions

2
votes
2answers
3k views

Flash client XMLSocket not connecting to server

I have a Flash client that I want to connect to a server. Both are using localhost and port 50000 so there shouldn't be any cross-domain problems. I also set Access Network Only in the publishing ...
2
votes
2answers
1k views

ActionScript 3.0 sockets can't reconnect

I'm having trouble connecting (via the Socket and XMLSocket classes) to a TCP listener after a connect timeout. I have a flash applet that needs to maintain a TCP connection to a server. I have ...
1
vote
2answers
325 views

Impossibility to connect to a java server with AS3

I'm having trouble with a XMLSocket script in AS3. I have a java server and i'm trying to send a XML data, but the server isn't recieving anything. The most suprising is that my script worked very ...
1
vote
2answers
424 views

What is the xmlsocket:// protocol?

This SO answer says "The Flash Player now looks for a policy file on port 843".. I have a policy server that is listening on port 843 which sends out an XML policy to Flash clients. Is this enough? ...
0
votes
0answers
33 views

Can I use my XMLSocket server with my iOS application?

I have a XMLSocket server in python for my flash games. I would like to use this server for my iOS games. But I don't how to use xmlsocket with objective-c. Is there any libs or tips or classes to ...
0
votes
1answer
92 views

Ignore large amount of sites with TCP/IP Sockets policy file for Flash

Let me explain my situation. I'm using flash sockets to build an embedded chat application. everything works great. I want to allow all the sites who embedded this application to connect to my server, ...
0
votes
2answers
223 views

connecting javascript to php socket to communicate with Flash

I'm trying to build a projection installation for a university project, I want the audience to be able to communicate with the installation with their mobile phones. This is what I'm trying to do: - ...
0
votes
1answer
439 views

Flash: XMLSocket can receive data but not send

I am attempting to connect to a python twisted socket server with Flash using XMLSocket. The connect works fine, and so does the receive. However I can't send data to the server. Is there a specific ...
0
votes
2answers
611 views

C#.net XMLSocket app

I'm trying to make a C#.net app connect to a server using the XMLSocket protocal, I can do it with the following VB.net code but i'm not sure how to do it in C# as i'm just now learning it. Public ...
0
votes
1answer
502 views

VB.net flash XMLSocket substitution app

I'm trying to get a VB.net (express 2010) app to connect to a socket server (keeping the connection open), how would I go about this? Right now it works using flash XMLsocket, I'm trying to build a ...