[]有没有SoundChannel的示例?

SoundManager.playSound(_url, _loop, new Handler(this, _fn));

var channel:SoundChannel = new SoundChannel();
SoundManager.addChannel(channel);

_btn.on(Event.CLICK, this, soundClick);
function soundClick(evt:Event){
alert("channel.isStoped:"+channel.isStoped);
if (channel.isStoped){
channel.play();
}else{
channel.stop();
}
}

channel.isStoped输出是:undefined
已邀请:

Laya_XS

赞同来自:

你如果是单独的控制声音播放的话,直接调用SoundManager.playMusic就行了,我们封装了一个声音播放类,可以直接播放声音或音效!

要回复问题请先

商务合作
商务合作