I was surprised to find that when trying to determine if an object has a property using the ‘in’ operator it does not return ‘true’ if the property is a ‘public static var’ (it does work if it is just a public var). Can anyone shed some light on the logic behind this ?
http://help.adobe.com/en_US/AS3LCR/Flash_10.0/operators.html#in