使用介绍:在打开窗体控件的事件里,使用
private function openWindow():void{
var s:Simple=new Simple();
PopupEffert.show(s,this,true);
}
private function colse():void{
PopupEffert.remove(this);
}
本文参考了:http://www.cnblogs.com/henryfan/archive/2009/01/16/1377148.html