gpt4 book ai didi

javascript - 检测歌曲结束 - SoundJS

转载 作者:行者123 更新时间:2023-11-30 11:45:09 25 4
gpt4 key购买 nike

我正在使用 SoundJS演奏音乐。如何检测歌曲何时结束?

SoundJS 可以检测事件,歌曲结束时是否有事件?像这样:

var songInstance = createjs.Sound.play("sound");
songInstance.on("_SONG_ENDED_", function(){
//do something after song has ended
});

最佳答案

我认为您可以基于此站点执行以下代码:http://createjs.com/docs/soundjs/classes/Sound.html

instance.on("complete", this.handleComplete, this);

关于javascript - 检测歌曲结束 - SoundJS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41231615/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com