'hidden' hides the console. : hidden « Object « HTML / CSS






'hidden' hides the console.

    
<HTML>
<BODY>
<embed src="flash.swf" 
       quality="high"
       pluginspage="plugin page url"
       width="480" 
       height="240" 
       hidden=true>
</embed>
</BODY>
</HTML>  
    
      
      








Related examples in the same category