xiaokalearning 发表于 2013-2-3 11:21:45

Flex小技巧--3

Alert框消失:
    private function initApp():void{    alert = Alert.show("dafjksdjaaghi");    setTimeout(removeAlert, 3000);    }    private function removeAlert():void{    PopUpManager.removePopUp(alert);    }
页: [1]
查看完整版本: Flex小技巧--3