BigVideo.js icon indicating copy to clipboard operation
BigVideo.js copied to clipboard

Ambient Series in IE

Open rickyvetter opened this issue 11 years ago • 1 comments

I'd like to get this example to work in IE: http://dfcb.github.io/BigVideo.js/example-ambient-loop.html. Any ideas? Currently it looks like it is the series that breaks it, as single videos play just fine. I was testing in IE 9, but things that work for other versions would be great as well!

rickyvetter avatar Jul 25 '13 21:07 rickyvetter

Try this

$(function() {
            var BV = new $.BigVideo({useFlashForFirefox:false});
            BV.init();
            BV.showPlaylist([
                { type: "video/mp4",  src: "images/video2.mp4" },
                { type: "video/mp4", src: "images/video1.mp4" }
            ]);
        });

luisalves73 avatar Feb 12 '17 03:02 luisalves73