I would like to use FlexGlobals, but I always get this error.
1120: Access of undefined property FlexGlobals.
1172: Definition mx.core:FlexGlobals could not be found.
This is weird, because I think Flex Globals are part of the Flex 3.5 Framework.
How do I solve this?
FlexGlobals is released with Flash Builder SDK4, you can use mx.core.Application in Flex 3
Should read Migrating From Flex 3 to Flash Builder 4
Hopes that helps