I need to access key-value pairs from a properties file, well a substring of the key and the value to be exact, but that shouldn't change anything.
When you check the Adobe docs and help pages such as this one http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7f2c.html (last paragraph) you can see that Adobe mentions that the ResourceBundle's content property contains key-value pairs from the given bundle.
The ASDoc of the ResourceBundle also says: "The subclass overrides this method to return an Object that contains key-value pairs for the bundle's resources." However, the ASDoc also says that this property applies for Flex 3.
Anyway, the content property (type Object) doesn't seem to store key-value pairs, as I only get the value, not the key though.
I'm kinda lost here, if anyone has some information regarding this, please shoot!