摘要:
private var sound:Sound;private var soundChannel:SoundChannel;private var soundTrans:SoundTransform;private function playMusic():void{sound = new Sound(new URLRequest("resource/music/wangfei.mp3"));//resouce文件夹和SWF文件同级都在bin-debug文件夹中//*只有在未将有效的 URLRequest 对象传递到 Sound 构造函数或传递了 null 值的情况下,才需 阅读全文