I often see others using the Dictionary object in their AS3 code, which simply maps objects using the String keys and wonders if there is any advantage to using the Dictionary over a simple object if String keys are used. Does anyone know any details about this? I would suggest that, since the object is lighter, it should be faster and more preferable than the Dictionary if used with string keys.
source share