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/1d3555d31a671edc13de5222cd6b8c2bf0b82d2ad642e5e6e9cb3afe39bbf8f1e15bcc0cc9cfa88f106fc41783a2e4a0f70ddc9089d766d51f69c49b136f4e660", 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$();