-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
loop works well in firefox latest, but not in chrome latest. In chrome, the music is just played once.
var mySound = new buzz.sound( "music", {
formats: [ "mp3", "ogg" ],
preload: true,
autoplay: false,
loop: true
});
mySound
.setVolume( 0 )
.fadeTo(25, 15000)
.loop()
.bind( "timeupdate", function() {
var timer = buzz.toTimer( this.getTime() );
document.getElementById( "timer" ).innerHTML = timer;
});Metadata
Metadata
Assignees
Labels
No labels