I'm trying to access mx.core.FlexGlobals, but I keep getting the error that it can't be imported. I'm using the Flex 4.6.0 SDK and it should be part of it.
import mx.core.FlexGlobals;
Gives the error: The import FlexGlobals could not be found.
Using my IDE it also does not show up as an option after mx.core.
I can't seem to get it done either in Flash Builder 4.6 or Flash Builder 4.7. Am I overlooking something?