FLex 中弹出框YES NO 改中文

 private function ClickHandler(event:Event):void {
                Alert.buttonWidth = 100;
                Alert.yesLabel = "是";
                Alert.noLabel = "否";
                Alert.cancelLabel = "取消";}

posted @ 2012-12-25 13:35  pretty flower  阅读(151)  评论(0)    收藏  举报