Skip to content

loop doesn't work in chrome #65

@Offirmo

Description

@Offirmo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions