首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 媒体动画 > flex >

Flex小技艺-3

2012-10-24 
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);    }

热点排行