I am a Java developer who tries Flex. Here is my problem:
I behave actionScript objects as hashmap but when the object do not have the property it gives exception: No su
hasOwnProperty() doesn't work correctly with inheritance, static properties, or dictionaries.
hasOwnProperty()
You should use
if ("propertyName" in myObject)
instead.