读书人

播放按钮统制代码

发布时间: 2012-09-02 21:00:34 作者: rapoo

播放按钮控制代码

//【播放按钮代码】function playmovie(event:MouseEvent):void{play();}but_play.addEventListener(MouseEvent.CLICK,playmovie);//暂停function stopmovie(event:MouseEvent):void{stop();}but_stop.addEventListener(MouseEvent.CLICK,stopmovie);

?

读书人网 >Web前端

热点推荐