Hello,
playlist is here
http://sdkdemo.admosphere.cz/BrowserSdk6/playlist.json
player is here
http://sdkdemo.admosphere.cz/BrowserSdk6/
JW player init
playerInstance.setup({
playlist : "playlist.json",
height : 360,
width : 640,
autostart : false,
nextUpDisplay : true,
sharing : {
"sites" : [ "reddit", "facebook", "twitter" ]
}
});
All works fine in all browsers - except Internet Explorer 11
↧