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 ...
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
21 views
ActionScript socket in Android
I have a Flash client application, written in ActionScript, which uses an XMLSocket to talk to the server device via TCP/IP. So for example, I can run the Flash client in a browser and connect to a ...
0
votes
0answers
45 views
Why is Flash 8 XMLSocket so slow?
I have a Flash 8 application which is streaming data from a localhost server. The data is being broadcast by the server 10 times a second.
Flash is receiving all the data. No values are missed. I am ...
0
votes
2answers
263 views
How to split packets in flash, XMLSocket
Hello I believe my flash client is losing some packets the server sends, because some packets get joined together hence I believe it drops them.
Here is my packetHandler in flash
private var ...
0
votes
1answer
438 views
Flex - XMLSocket truncates the final closing tag of the XML - why?
I have a project which tries to send an XML using XMLSocket to a server listening to it on the other side.
The application file is:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application ...
0
votes
1answer
251 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? Do I have to queue ...
0
votes
2answers
912 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 following line to ...