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