[]预加载音频文件遇到的问题

写了一段预加载音频的代码(JS飞机大战示例),

//加载声音资源
Laya.loader.load("res/sound/bloodstream_bg.mp3", Laya.Handler.create(this, onLoadedSound), null, Laya.Loader.SOUND);
// })();
function onLoadedSound(){
Laya.SoundManager.playMusic("res/sound/bloodstream_bg.mp3", 0, Laya.Handler.create(this, onComplete));
}
function onComplete(){
console.log("播放完成");
}
运行能正常运行但是控制台提示
Resources already exist,is repeated loading: D:/html5yx/project_zz/myxfj/bin/res/sound/bloodstream_bg.mp3
请问这是怎么回事。
 
TIM截图20180320143040.png
已邀请:

qian

赞同来自:

这个资源你加载了几次
显示的是资源已经存在

该问题目前已经被锁定, 无法添加新回复

商务合作
商务合作