RE: [Flashcoders] totally lost figuring out AS3 JSON Class

2009-10-13 Thread David Hunter
Subject: Re: [Flashcoders] totally lost figuring out AS3 JSON Class Thanks Muzak. Yeah, I got the JSON library from the same place. Muzak wrote: AFAIK, there are no Flex specific classes in the AS3CoreLib library, it's an ActionScript 3 library (hence the name). But yes, you have

[Flashcoders] totally lost figuring out AS3 JSON Class

2009-10-12 Thread Andrew Sinning
I've been using JSON forever with AS2. It's a single as class in org.JSON. I've downloaded the as3 core library from JSON.org. It's 283 files, and there's no explanation for what to do. The main JSON class is in adobe.serialization.json, which seems to suggest that this is an adobe class.

Re: [Flashcoders] totally lost figuring out AS3 JSON Class

2009-10-12 Thread Muzak
, 2009 12:27 AM Subject: [Flashcoders] totally lost figuring out AS3 JSON Class I've been using JSON forever with AS2. It's a single as class in org.JSON. I've downloaded the as3 core library from JSON.org. It's 283 files, and there's no explanation for what to do. The main JSON class

Re: [Flashcoders] totally lost figuring out AS3 JSON Class

2009-10-12 Thread Andrew Sinning
; Where rawData is the loaded JSON data. regards, Muzak - Original Message - From: Andrew Sinning and...@learningware.com To: Flash Coders flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 13, 2009 12:27 AM Subject: [Flashcoders] totally lost figuring out AS3 JSON Class I've been

Re: [Flashcoders] totally lost figuring out AS3 JSON Class

2009-10-12 Thread Muzak
: [Flashcoders] totally lost figuring out AS3 JSON Class I don't have com.adobe.serialization.json in my install of Flash. So, I just move the com folder from the as3corelib into my global classpath and then I can use any of the Flex classes? Muzak wrote: It's AS3, so not just Flex specific. There's

Re: [Flashcoders] totally lost figuring out AS3 JSON Class

2009-10-12 Thread Andrew Sinning
@chattyfig.figleaf.com Sent: Tuesday, October 13, 2009 2:02 AM Subject: Re: [Flashcoders] totally lost figuring out AS3 JSON Class I don't have com.adobe.serialization.json in my install of Flash. So, I just move the com folder from the as3corelib into my global classpath and then I can use any