Re: [flexcoders] XMLSocket Send().

2008-01-15 Thread Hugues Bruyere
I got it !. The problem was linked to a formatting issue of the data been sent. //h On 15-Jan-08, at 1:37 PM, Hugues Bruyere wrote: > Hello, > > no clue about what I must be doing wrong ? > > Why do I need to 'close' the XML socket in order for the Java server > to receive the data from the sw

Re: [flexcoders] XMLSocket Send().

2008-01-15 Thread Hugues Bruyere
Hello, no clue about what I must be doing wrong ? Why do I need to 'close' the XML socket in order for the Java server to receive the data from the swf ? Thanks, //h On 15-Jan-08, at 12:14 AM, wanderingwithoutlight wrote: > Hi, > > I'm trying to setup a really simple XMLSocket connection. >

RE: [flexcoders] XMLSocket

2005-12-08 Thread Ralf Rottmann
CTED] --- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Donnerstag, 8. Dezember 2005 20:19 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] XMLSo

RE: [flexcoders] XMLSocket

2005-12-08 Thread Tracy Spratt
Are you using asynchronous read and write?  I couldn’t get my “blocking” setup to work reasonably.   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Andre Ehlert Sent: Monday, December 05, 2005 8:29 AM To: flexcoders@yahoogroups.com S

Re: [flexcoders] XMLsocket behaviour

2005-07-13 Thread Alberto Albericio Salvador
Hi, I have achieved the aim by using the setInterval function hehe Greetings and thanks for your interest! Theodore E Patrick escribió: >Alberto, > >The onConnect callback receives a Boolean flag True if connected and False >if not connected. When false just reconnect. > > >function onConnect(c

RE: [flexcoders] XMLsocket behaviour

2005-07-13 Thread Theodore E Patrick
Alberto, The onConnect callback receives a Boolean flag True if connected and False if not connected. When false just reconnect. function onConnect(connected){ if (connected){ //connected }else{ Sock.connect( Sock.server

RE: [flexcoders] XMLSocket over SSL ?

2005-06-22 Thread Matt Chotin
Right now the socket can’t send any encrypted data, only plaintext.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sanjayd Sent: Wednesday, June 22, 2005 11:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] XMLSocket over SS