Questions tagged [xmlsocket]

37 questions
0
votes
1 answer

AS3, xmlSocket and encoding

I am working with xmlSocket and I have an encoding problem (I think). In Flash Builder, when I trace my event.data property I see data as expected but when I debug it, I see many unrecognized characters. See image : image When I use Alert.show() I…
Olivier J.
  • 3,115
  • 11
  • 48
  • 71
0
votes
2 answers

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 setup the security…
kevin42
  • 2,108
  • 3
  • 22
  • 21
0
votes
1 answer

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 messages and have an onEnterFrame function that…
zooropa
  • 3,929
  • 8
  • 39
  • 61
0
votes
1 answer

Java Socket Server

I am already loosing it... I've built a simple Flash application via FlashDevelop (AS3) and I want it to communicate to a Server. I created then a simple Socket Java Application with the code: Main.java: import org.xsocket.connection.*; public…
Vitor Mendes
  • 120
  • 8
0
votes
2 answers

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 available? If not XMLSocket a normal SSLSocket would…
Niko
  • 6,133
  • 2
  • 37
  • 49
0
votes
1 answer

XMLSocket "Failed to load policy file" error

I am trying to use an XMLSocket.swf file, and it is not connecting. Do I need to open up a port on my server? I am trying to run this on a dedicated remote Windows 2008 server. Here is the error from FlashFirebug: OK: Root-level SWF loaded:…
TedMurphy
  • 1
  • 1
-1
votes
1 answer

Flash cannot setup XMLSocket

I just started a project in flash, but it can't startup XMLSocket. My code: import Network.CommunicationBootstrap; var network:CommunicationBootstrap = new CommunicationBootstrap(); network.start("127.0.0.1", 30000); Package Network classs…
user2528595
  • 75
  • 2
  • 5
1 2
3