0
votes
1answer
20 views
Can XMLSocket send more than once in a frame?
I have a XMLSocket and I call send twice in the same function. The first send works but the second does not? Does XMLSocket have a restriction to only send one message per frame? …
1
vote
2answers
68 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 …
0
votes
1answer
112 views
flex XMLSocket over ssl
i am writing a flash app that receives its data over a XMLSocket. On the testmachine that worked really fine, but now the data will be ssl secured. Is there any XMLSSLSocket or som …
2
votes
2answers
377 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 …
0
votes
2answers
358 views
XMLSocket working in firefox but not IE
I'm helping a customer who has a problem with a flash app. The flash app uses an XMLSocket to connect to a service running on localhost. It works fine under firefox.
It uses the …
0
votes
2answers
111 views
XMLSockets in Flash Lite?
Are XMLSockets available in Flash Lite, and if yes in which versions, and are there differences between the regular and the lite objects? Thanks!
2
votes
2answers
623 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 …
