You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NOTE the "|" character is used by Sound to separate source into distinct files, which allows you to provide multiple extensions for wider browser support
77
77
78
78
//createjs.Sound.onLoadComplete = playSound; // add a callback for when load is completed
// NOTE the "|" character is used by Sound to separate source into distinct files, which allows you to provide multiple extensions for wider browser support
100
100
101
101
this.displayStatus.innerHTML="Waiting for load to complete.";// let the user know what's happening
// NOTE the "|" character is used by Sound to separate source into distinct files, which allows you to provide multiple extensions for wider browser support
115
115
116
116
createjs.Sound.addEventListener("fileload",playSound);// add an event listener for when load is completed
0 commit comments