<br>Currently, mozilla-plugin have a bottom control toolbar on Linx. Since many websites already have an external Javascript control over the plugin, this patch make it possible to hide this toolbar.<br><br>To hide the toolbar, add "show_toolbar='no'" in the embedded HTML node, like this :<br>
<br> <embed type="application/x-vlc-plugin"<br> pluginspage="<a href="http://www.videolan.org">http://www.videolan.org</a>"<br> version="VideoLAN.VLCPlugin.2"<br>
style="" id="myVLC" name="myVLC"<br> height="200" width="400"<br> show_toolbar="no"<br> /><br clear="all">
<br>regards,<br>-- <br>Anthony LOISEAU