Skip to content

Instantly share code, notes, and snippets.

@yorkfx
Created May 7, 2020 14:52
Show Gist options
  • Save yorkfx/3a163fd9dabf259822221b19be2eaae4 to your computer and use it in GitHub Desktop.
Save yorkfx/3a163fd9dabf259822221b19be2eaae4 to your computer and use it in GitHub Desktop.
var queue = new createjs.LoadQueue();
createjs.Sound.alternateExtensions = ["mp3"];
queue.installPlugin(createjs.Sound);
queue.on("complete", handleComplete);
queue.loadFile({id:"audio01", src:"audios/A03_01.mp3"},
{id:"audio02", src:"audios/A03_02.mp3"},
{id:"audio03", src:"audios/A03_03.mp3"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment