how can i hide video display, im just trying to display controlbar only for audios. btw im using javascript control bar http://flowplayer.org/demos/plugins/javascript/index.html
A:
Put the player-swf into a separate div ( <div id="flash">
), whenever you'd like to hide the output just execute document.getElementById("flash").style.display = "none";
and document.getElementById("flash").style.display = "block";
to show it again.
saibotd
2010-10-21 08:26:44