var info = document.getElementById(""); flowplayer("","https://mobilewebmds.com/wp-content/plugins/wp-video-commando2bad/swf/aligplayer.custom.swf",{ plugins: { controls:{url: "https://mobilewebmds.com/wp-content/plugins/wp-video-commando2bad/swf/flowplayer.controls-3.2.11.swf",fullscreen:false}, }, clip: { autoPlay : false, 'onBeforeSeek': function(event,time) { time = (Math.ceil(time)*1000); if (time < 0) { info.style.display = 'none';} else { info.style.display = 'block';}}, onCuepoint: [[0], function(clip, cuepoint) { info.style.display = 'block';}] },});