Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

import com.adobe.serialization.json.JSON;

New Here ,
Apr 21, 2009 Apr 21, 2009

Hello

I am using Flex Builder 3 Trial Version, when I import com.adobe.serialization.json.JSON, the IDE gives the following error:

1172: Definition com.adobe.serialization.json.JSON could not be found.

I have seen that the library is @ http://code.google.com/p/as3corelib/source/browse/trunk/src/com/adobe/serialization/json/JSON.as?spe...

Can I simply download this version of JSON.as and save it in my file system for the error to go away? If yes, where should I save it to?

Or what else can I do for this error to disappear?

25.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 21, 2009 Apr 21, 2009

http://raghuonflex.wordpress.com/2007/06/02/json-to-ason-2183/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Apr 21, 2009 Apr 21, 2009
LATEST

download the zip file from http://code.google.com/p/as3corelib/downloads/list and unzip it. it should have SWC file; copy this file to lib folder of your Flex Builder project and you're good to go.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines