public const key:String; public function Main() { trace(key); //null this["key"] = "abc"; trace(key); // abc }