var obj:Object = new Object(); var str:String = 'любая строчка'; obj[str] = true; for (var prop in obj) { trace(prop) }