var info = document.getElementById(""); window.onload=function(){ flowplayer("","http://mdsresource.net/wp-content/plugins/wp-video-commando/swf/aligplayer.custom.swf",{ plugins: { controls: {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';}], },});}