Sound problem
I have made an animation of an image in html5 canvas in animate cc. Then I add an mp3 song in a frame with this code:
createjs.Sound.on("fileload", handleLoad);
createjs.Sound.registerSound("xxx.mp3", "bgmLoop");
function handleLoad(event) {
createjs.Sound.play("bgmLoop");
}
In microsoft edge, the sound works but the image is still white no image view.
When I remove the code in .fla for canvas, the image of the animation in canvas appears.
How to use create.js for seamless background music? This person has the same problem as me with the code.
For me, I don't work both in Chrome or Android.
What is the problem in the HTML 5 animate CC program.
Can anyone solve it so that it works with background music in my animation.
