private function askquestion(event:mouseevent):void 
{ 
var askquestions:askwindow = new askwindow(); 
popupmanager.addpopup(askquestions,this,true); 
popupmanager.centerpopup(askquestions); 
askquestions.title = "解决问题窗口"; 
askquestions.action = "askquestions.action" 
}
更多flex弹出窗口请求action函数示例。
   
 
   