davide.prina ha scritto:

>     [compc] 
> /home/flex/FlexJS/flex-asjs/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleValuesImpl.as(167):
>  col: 20 Error: 
> Access of possibly undefined property JSON.
>     [compc] 
>     [compc]             return JSON.parse("{" + value + "}");
>     [compc]                    ^
>     [compc] 
>     [compc] 
> /home/flex/FlexJS/flex-asjs/frameworks/projects/Core/src/main/flex/org/apache/flex/geom/Rectangle.as(261):
>  col: 21 Error: Access 
> of possibly undefined property JSON.

I have solved inserting the playerglobal.swc file in the configuration file 
flex-asjs/frameworks/projects/Core/src/main/config/compile-as-config.xml

       <external-library-path>
                
<path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
                
<path-element>/home/flex/FlexJS/librerie/player/11.1/playerglobal11_1.swc</path-element>
        </external-library-path>

But now I have others errors...

Probably I miss some steps... but how are they?

Thanks
Davide

Reply via email to