首先你需要将该按钮放在舞台上面,并且取一个实例名,如btn,然后在第一帧关键帧上写上下面的代码,按钮也必须在第一帧;btn.addEventListener(MouseEvent.CLICK,do);function do(event:MouseEvent):void{play();}