[]QQ里扫一扫打开网页,不响应Laya.Event.FOCUS事件,导致失去焦点后,声音异常
Laya.SoundManager.autoReleaseSound = true
Laya.SoundManager.autoStopMusic = true
Laya.SoundManager.playSound("sound/bg1.mp3", 0);
Laya.stage.on(Laya.Event.FOCUS, null, function(){
console.log("获取焦点")
Laya.SoundManager.playSound("sound/bg1.mp3", 0);
})
Laya.stage.on(Laya.Event.BLUR, null, function(){
console.log("失去焦点")
})
Laya.SoundManager.autoStopMusic = true
Laya.SoundManager.playSound("sound/bg1.mp3", 0);
Laya.stage.on(Laya.Event.FOCUS, null, function(){
console.log("获取焦点")
Laya.SoundManager.playSound("sound/bg1.mp3", 0);
})
Laya.stage.on(Laya.Event.BLUR, null, function(){
console.log("失去焦点")
})
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
chasel
赞同来自: