宜昌本地软件开发与弱电工程服务商
项目咨询 · 快速响应
您当前的位置: > 博客2 > AS2与AS3技术

[AS3]as3中加载外部背景音乐并循环播放

2016-10-13 00:16:48 点击量:5 标签: 收藏本文

[AS3]as3中加载外部背景音乐并循环播放

  1. import flash.media.SoundChannel;   
  2. import flash.media.Sound;   
  3. import flash.net.URLRequest;   
  4. import flash.events.Event;   
  5.    
  6. var soundM:Sound=new Sound();   
  7. var soundct:SoundChannel=new SoundChannel();   
  8. soundM.load(new URLRequest("CuPlayer.mp3"));   
  9. soundct=soundM.play();   
  10. soundct.addEventListener(Event.SOUND_COMPLETE,onComplete);   
  11.    
  12. function onComplete(eve:Event):void   
  13. {   
  14.     soundct=soundM.play();   
  15.     soundct.addEventListener(Event.SOUND_COMPLETE,onComplete);   
  16. }    

 

ABOUT US
宜昌农人网络科技有限公司

我们是一家提供综合软件外包与弱电工程服务的技术公司。

业务涵盖定制软件、管理系统、网站、小程序、APP、系统集成、网络布线、监控安防、门禁、机房建设及长期技术维护。

公司地址:湖北省宜昌市伍家岗区东站二路6号三峡(宜昌)大数据产业园海洋馆二楼A203室