Flex小技艺-3

Flex小技巧--3Alert框消失:private function initApp():void{alert Alert.show(dafjksdjaaghi)setTim

Flex小技巧--3
Alert框消失:

    private function initApp():void{    alert = Alert.show("dafjksdjaaghi");    setTimeout(removeAlert, 3000);    }    private function removeAlert():void{    PopUpManager.removePopUp(alert);    }