for each (var item:String in obj) { trace(item);// имя trace(obj[item]);//значение } //hello //undefined //world //undefined