·您当前的位置:首页 > 技术教程 > AS2与AS3技术 >

[AS3]sendMediaEvent事件发送(自定义事件发送)

时间:2016-08-24 10:51aisajiajiao
[AS3]sendMediaEvent事件发送

[AS3]sendMediaEvent事件发送

  1. package   
  2. {   
  3.     import flash.display.Sprite;   
  4.     import flash.events.Event;   
  5.     import flash.events.EventDispatcher;   
  6.        
  7.     /**   
  8.      * ...   
  9.      * @author aisajiajiao   
  10.      * 使用继承来实现   
  11.      */   
  12.        
  13.     public class CustomEventDispatcherDemo extends Sprite   
  14.     {   
  15.        
  16.         public function CustomEventDispatcherDemo()   
  17.         {   
  18.             var dispatcher:SampleEventDispatcher = new SampleEventDispatcher();   
  19.             //不推荐直接使用字符串表示事件类型,这里只是作为演示   
  20.             dispatcher.addEventListener("Custom",actionListener);   
  21.             dispatcher.dispatchEvent(new Event("Custom"));   
  22.         }   
  23.            
  24.         private function actionListener(e:Event):void   
  25.         {   
  26.             trace("自定义事件发送类" + e);   
  27.         }   
  28.     }   
  29. }   
  30.    
  31. import flash.events.Event;   
  32. import flash.events.EventDispatcher;   
  33.    
  34. //继承   
  35. class SampleEventDispatcher extends EventDispatcher   
  36. {   
  37.     //这里可以写一些自己需要的代码   
  38. }   

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器