Tagged Questions

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 ...
0
votes
1answer
71 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
0answers
332 views

Flex XMLSocket I keep getting a socket error. Windows 2008 r2 server

I've been tearing my hair out over this for a while. So I've made a simple socket server using php, mostly derived from the kirupa tutorial on using sockets: ...
0
votes
2answers
387 views

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. Now we have 2 servers, one dedicated to purely ...
0
votes
1answer
449 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
2answers
756 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 something similar ...