RE: [flexcoders] Re: Flexbuilder 2B1: coercion error at package declaration, JSON

2006-02-24 Thread David Mendels
: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Flexbuilder 2B1: coercion error at package declaration, JSON Regarding JSON, have you tried the parser at http://www.theorganization.net/work/jos/JSON.as to see if it will compile in AS3?  Since the eval() function has been removed

[flexcoders] Re: Flexbuilder 2B1: coercion error at package declaration, JSON

2006-02-24 Thread Doug Lowder
Regarding JSON, have you tried the parser at http://www.theorganization.net/work/jos/JSON.as to see if it will compile in AS3? Since the eval() function has been removed, I think parsing is the only approach left. Doug --- In flexcoders@yahoogroups.com, "dhirshbe" <[EMAIL PROTECTED]> wrote: >

RE: [flexcoders] Re: Flexbuilder 2B1: coercion error at package declaration, JSON

2006-02-24 Thread Matt Chotin
: Friday, February 24, 2006 2:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flexbuilder 2B1: coercion error at package declaration, JSON Thanks, it was somewhere else in the file. I wasn't aware that arrays still had string indices. The error was: for(var i:int in someArr

[flexcoders] Re: Flexbuilder 2B1: coercion error at package declaration, JSON

2006-02-24 Thread dhirshbe
Thanks, it was somewhere else in the file. I wasn't aware that arrays still had string indices. The error was: for(var i:int in someArray) --- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > I think there must be another problem in your file and the compiler just > c