-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loop doesn't work in chrome #65
Comments
BTW superb lib with nice documentation ! |
This seems to be an issue with Chrome itself, not the library. Once I load an mp3 and issue a play() on it, it will not play again unless I issue another load() call, which downloads the sound file again. In Chrome, drop to the console and issue the following, to see the issue in (in-)action (image attached). I also tried with a .wav file to see if there was any difference, but got the same results. Running latest Chrome 37.0.2062.124 on Win 7. |
Confirmed -- this is how Chrome works; you need to load() the sound again or it will only play once. Check this link out - http://stackoverflow.com/questions/8733330/why-cant-i-play-sounds-more-than-once-using-html5-audio-tag |
Thanks you @MonkeyData for those investigations. Thanks again. |
any update on this? workarounds? |
loop works well in firefox latest, but not in chrome latest. In chrome, the music is just played once.
The text was updated successfully, but these errors were encountered: