What AS3 class should I use to read a simple property/ini file into memory to configure some settings such as colors easily for the project.
format could be
key=value <newline>
I like to access it with this kind of API: trace ( Settings.get("key") )