0
sound overlapping issue in Animate cc HTML 5 canvas
Explorer
,
/t5/animate-discussions/sound-overlapping-issue-in-animate-cc-html-5-canvas/td-p/10658299
Oct 09, 2019
Oct 09, 2019
Copy link to clipboard
Copied
I am facing the Sound overlap issue, when I used to play the sound using linkage name. Next sound is playing before playing sound is not completed. I am playing sound using frame numbers. For reference find the following image.
TOPICS
Import and export
,
Timeline
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/animate-discussions/sound-overlapping-issue-in-animate-cc-html-5-canvas/m-p/10658736#M197143
Oct 09, 2019
Oct 09, 2019
Copy link to clipboard
Copied
createjs.Sound.stop();
This will kill all currently playing sounds.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
sumanr49634048
AUTHOR
Explorer
,
LATEST
/t5/animate-discussions/sound-overlapping-issue-in-animate-cc-html-5-canvas/m-p/10660247#M197156
Oct 09, 2019
Oct 09, 2019
Copy link to clipboard
Copied
If we write create.Sound.stop(); first sound will stop before playing completely and second sound will start. I am facing issue that first sound file is playing and second sound file is started before first sound file playing is completed.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

