Re: [flexcoders] Re: Error #1034: Type Coercion failed: cannot convert JSON Data

2009-03-03 Thread Ashish Verma
ng(event.result); > } > > --Keisha > > > ---------- > > *From:* Tracy Spratt > *To:* flexcoders@yahoogroups.com > *Sent:* Tuesday, March 3, 2009 5:33:05 PM > *Subject:* RE: [flexcoders] Re: Error #1034: Type Coercion failed: cannot > convert J

RE: [flexcoders] Re: Error #1034: Type Coercion failed: cannot convert JSON Data

2009-03-03 Thread Tracy Spratt
, 2009 11:08 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Error #1034: Type Coercion failed: cannot convert JSON Data Yes, I have it like this: private function updatedPHPDataResult(event:ResultEvent):void { lblStatus.text = String(event.result); } --Keisha

Re: [flexcoders] Re: Error #1034: Type Coercion failed: cannot convert JSON Data

2009-03-03 Thread Keisha Lexie
: RE: [flexcoders] Re: Error #1034: Type Coercion failed: cannot convert JSON Data Is your data in event.result? Tracy From:flexcod...@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of keishalexie Sent: Tuesday, March 03, 2009 5:29 PM To

RE: [flexcoders] Re: Error #1034: Type Coercion failed: cannot convert JSON Data

2009-03-03 Thread Tracy Spratt
Is your data in event.result? Tracy _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of keishalexie Sent: Tuesday, March 03, 2009 5:29 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Error #1034: Type Coercion failed: cannot convert JSON Data