CreateJS / SoundJS

A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.
http://createjs.com/
MIT License
4.44k stars 835 forks source link

instance.paused doesn't pause, it loses the position. #231

Closed nivaruofficial closed 8 years ago

nivaruofficial commented 8 years ago

Hi, I can't figure out why the console says that "paused property" is "true", but actually "instance.paused = true" behaves the same like the stop method does.

Any idea?

Thanks!

nivaruofficial commented 8 years ago

I have understood that I have to click again the pause button to keep the position rather than clicking again the play button! :)