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/116eb351bc2baec4bb33e7a0b1004d0dd1bda6d697be4a74aa11f3edc225b2e745034c0ad6bce1cac7218bc26f1b8aba3ed43b973c439477fff216fd95169b36c", 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$();