How do you define a global variable that is accessible across all views on Flex mobile / Flex 4.5/4.6
—
(Edited for clarification)
Is it still necessary to have to use a separate global class?
(additional) There is a new PersistanceManager in Flex 4.5, is there something like a GlobalObjectsManager that can be used to just set/get stuff in memory?
like comment given by pradeek declare a separate Global class
You can import that class in your application