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/191da936239cb664ed4e0d61a0999c63e36cb5a6a29a65a6e64d114980cd73de4b1356ae134a179fbb311e25429e3e8a81f5a34c9e0161a30af7af0d45ccc7fc1", 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$();