Adobe Flex Actionscript Question:
What is a resource Manager in flex actionscript?
Answer:
The ResourceManager — 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 you’re writing some other kind of class that needs to use the ResourceManager, you can call ResourceManager.getInstance() to get a reference to it.
Previous Question | Next Question |
I am going to add images into a tag. How will it resize itself in adobe flex actionscript? | What are the similarities between java and flex? |