RE: [Flashcoders] Flash Remoting onStatus in Flash Player 8

2006-05-26 Thread Rui Duarte Silva
you do what you suggested, Thanks, Rui Duarte Silva -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jordan L. Chilcott Sent: quinta-feira, 25 de Maio de 2006 11:23 To: Flashcoders mailing list Subject: Re: [Flashcoders] Flash Remoting onStatus in Flash

Re: [Flashcoders] Flash Remoting onStatus in Flash Player 8

2006-05-25 Thread Jordan L. Chilcott
Use the Connection.call() method to call your routine with a callback to your object. Place your onStatus and onResult methods in your callback object. Your status information should be passed to your callback object. jord On May 23, 2006, at 7:19 AM, Rui Duarte Silva wrote: I'm having a

[Flashcoders] Flash Remoting onStatus in Flash Player 8

2006-05-23 Thread Rui Duarte Silva
Hi, I'm having a strange problem that only occurs in Flash Player 8 and above. Apparently when I publish to Player 8, my Connection.onStatus ceases to function correctly. The method is still called, but the status information (normally passed as a Object) is undefined. Any ideas on this?