// ';
document.write(code);
var configPlayer = new Object();
configPlayer.width = 300;
configPlayer.height = 250;
configPlayer.logoClickUrl = 'http://www.sekindo.com';
configPlayer.logoType = 'sekindo';
configPlayer.showLogo = 'true';
configPlayer.isAutoPlay = 'true';
configPlayer.volume = ".5"; // Number(0 ...1)
configPlayer.mute = "true"; //Boolean
configPlayer.adsTimeGap = 5;//in seconds - Number
if (playerType == 'auto')
configPlayer.adsTimeGap += 5; // add 5 sec to native html5 player
configPlayer.adVast = null;
configPlayer.waterFall = 'http://live.sekindo.com/live/liveView.php?s=58057&vid_debugInfo=5728283_venturebeat.com&vid_vastTimeout=-1&vid_content_url=https%3A%2F%2Fvideo.sekindo.com%2Fuploads%2Fvideo%2Fthe_cure_to_overeating_mini.mp4&vid_content_id=the_cure_to_overeating&vid_content_desc=Life+Therapy+Series+-+The+Cure+to+Overeating&vid_content_title=Health+-+The+Cure+to+Overeating&vid_content_duration=86&vid_vastType=3&vid_waterfall=auto&x=300&y=250&ri=6C69766553746174737C317C323031352D31312D30375F32307C307C353732383238337C55537C7C646D5675644856795A574A6C59585175593239747E317E31FEFE&pubUrl=http%3A%2F%2Fventurebeat.com%2F2012%2F10%2F24%2Fapple-drives-another-nail-in-hardwares-coffin-if-youre-not-apple%2F&cbuster=${CBUSTER}';
configPlayer.playlistMultiplier = 25; // (0 ...Infinity) - int
configPlayer.contentClickUrl = '';
configPlayer.contentPlayList = [{
"url": "https://video.sekindo.com/uploads/video/the_cure_to_overeating_mini.mp4",
"title": "Health - The Cure to Overeating"
}];
configPlayer.debug = 'true';
configPlayer.controlBar = ['mute','pause','logo'];
configPlayer.encoderUrl = 'http://live.sekindo.com/live/liveJsonVid.php?vidUrl=[TARGET]&origin=[ORIGIN]';
configPlayer.absolutePath = 'http://live.sekindo.com';
var randName = ("SekindoJPlayer"+Math.floor( Math.random()*100000)).toString();
var code = '';
document.write(code);
//var audioEl = new Audio();
//audioEl.setAttribute("id",randName+"Audio");
//document.body.appendChild(audioEl);
window[randName] = new SekindoMobilePlayer(configPlayer, randName);
}
})();