Cliplister.run = Cliplister.run || {}; Cliplister.run.$id$ = function() { window.$id$ = new CLPlayer('#$id$').setup({ playerstage: { flash: { swf: 'http://mycliplister.com/static/clplayer/skinless_swf/latest/clplayer.swf', flashvars: { ID : "document.getElementById(\"$__ID__$\").api", PLAYER_MODULE_PATH: "http://mycliplister.com/static/clplayer/skinless_swf/latest/_player.swf", PLAYER_CONTROLS_MODULE_PATH: "http://mycliplister.com/static/clplayer/skinless_swf/latest/_controls.swf", BACKGROUND_COLOR: "#000000" } }, html : { style : { url : "http://mycliplister.com/static/player/latest/skin_mob.json", path : "http://mycliplister.com/static/player/latest/img/" } }, stagedefault : "html5" }, style : { maxWidth : 480, maxHeight : 270, backgroundcolor: "black" }, ready: Cliplister.getCallback('$id$'), autoload: "$autoplay$".toLowerCase() !== "false", autoplay: "$autoplay$".toLowerCase() !== "false", responsive: false, responsivemode: "width", plist: "http://mycliplister.com/plist/93301/1fdfb6c9a53644965a7051499d96bc471b1c0c617d06aebee76199796a916d642ec1ffa71c0da191687a8e4e72240373f", playbtn : 'http://mycliplister.com/static/player/latest/img/playButton.png', bandwidthtest: { testfile : 'http://mycliplister.com/static/clplayer/testfiles/bigtestfile_.bin', active: false }, plugins : { Cliplist: { url : 'http://mycliplister.com/static/player/latest/CLPlayer.cliplist.min.js', show: false } } }); }; typeof CLPlayer != "function" ? Cliplister.loadJS('http://mycliplister.com/static/player/latest/CLPlayer.core.min.js?_=' + new Date().getTime(), Cliplister.run.$id$) : Cliplister.run.$id$();