1.

What Is Resource Manager In Flex Actionscript?

Answer»

Resource Manager now handles access to all localized resources in an application. Any components that EXTEND UIComponent, FORMATTER, or Validator now have a new resourceManager property, which lets you EASILY access the SINGLETON instance of this manager. If youre writing some other kind of class that needs to use the Resource Manager, you can call Resource Manager. get Instance() to get a reference to it.

Resource Manager now handles access to all localized resources in an application. Any components that extend UIComponent, Formatter, or Validator now have a new resourceManager property, which lets you easily access the singleton instance of this manager. If youre writing some other kind of class that needs to use the Resource Manager, you can call Resource Manager. get Instance() to get a reference to it.



Discussion

No Comment Found