xmlsocket
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?[详细]
2023-02-25 06:53 分类:问答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[详细]
2023-02-17 06:10 分类:问答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).[详细]
2023-02-17 01:32 分类:问答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.[详细]
2023-02-04 17:11 分类:问答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.[详细]
2023-01-31 04:45 分类:问答Problem with policy file for ActionScript 3 XMLSocket
we\'ve developed a tailored server in .NET to host some basic chat/IM functions for our website, and the client is written in Flex (AS3) using XMLSocket.[详细]
2023-01-17 13:56 分类:问答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[详细]
2023-01-12 14:30 分类:问答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[详细]
2022-12-19 22:34 分类:问答Can XMLSocket send more than once in a frame?
I have a XMLSocket and I call send twice in the same function.The first se开发者_如何转开发nd works but the second does not?Does XMLSocket have a restriction to only send one message per frame?Do I ha[详细]
2022-12-10 20:29 分类:问答