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