BigVideo.js
BigVideo.js copied to clipboard
Ambient Series in IE
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!
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" }
]);
});