HTML5 Sound Distorted and Slow
I'm sorry to keep asking, but Adobe Animate with HTML5 and Javascript is just acting so weird.
I'm simply trying to make a CLICK sound when a user clicks on a button.
I have a 1 second audio clip (or 1.018 seconds according to Audition).
The ONLY thing in this file is a this.stop(); and a simple button with the following code:
this.Key_1.addEventListener("click", fl_Down.bind(this));
function fl_Down()
{
createjs.Sound.play("ClickUp");
}
While it WORKS the sound is being stretched long and/or distorted into a completely different sound.
In the Library it sounds fine.
I've tried the sound as a WAV and MP3.
I hope someone here can tell me what I'm doing wrong.
I'm still on Animate 21.0.9 at my office. I'll try it on the most recent version when I get home, but I don't think that's it.
Thank you again!
