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?
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
in my test application, i have an XMLSocket to communicate with a java socket server (running locally on my computer).
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.
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.
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.
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
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
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