Tagged Questions
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
1answer
1k views
Security Sandbox Violation: Lack of Policy File Permissions
I'm using as3httpclientlib to post data to my web service, but I'm continually
getting the following security violation. Does anyone know how to resolve this?
My crossdomain.xml file is below the ...
1
vote
2answers
315 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
1answer
416 views
XMLSocket communication between localhost and example.com
I want to use XMLSocekt between localhost and example.com.
SWF in localhost try to connect example.com, SecurityError occured.
How can I use XMLSocekt between localhost and example.com?
0
votes
0answers
18 views
Flash xmlsocket cannot connect to server hosted on different network [using policies.xml]
I´m working on a flash multiplayer application, using a processing server and xmlsocket in flash to send messages to the flash clients.
This all works perfectly when the 2 flash players are connected ...
0
votes
1answer
40 views
How to solve Flex utf-8 encoding
I develop a facebook application using flex' s XMLSocket and Java.
When i type 'ş' character in my client side, it prints, however when i send 'ş' character,
it is printed as ??? or any kind of ...
0
votes
1answer
91 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
1answer
167 views
Flash XMLSocket & NetStream interfere with each other
in my test application, i have an XMLSocket to communicate with a java socket server (running locally on my computer).
If i concurrently try to setup a P2P connection with another client (also ...
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
3answers
532 views
Can't connect to server with AS3.0 XMLSocket
I have a server that I have written in Python and I'm trying to connect to it via Flash's XMLSocket. I know for sure that this server is working properly as I have used it successfully with multiple ...