Hi
I am trying to embed vlc player in jsp page (using embed tag for firefox). I want to show the seek bar and the controls for the video being played with it in firefox but cannot do so. The embed code is
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" src="http://<serverPath>/part1.mp4" width="640" height="480" id="vlc" align="center" showcontrols="1" name="acl" autoplay="no"/>
How can i show the controls and seek bar with it.
Thanks