Diaply a DIV overlay over the VLC video
Posted: 01 Feb 2012 20:33
I have found conflicting posts on this subject, several from many years ago. So, forgive me if this has been answered in the past but I want to verify this with the latest version. I have a meta data div with many fields of data, that I need to display over the video. Can this be done in IE8/IE9?
Also, here is how I have the vlc control in my web page:
When someone without the plugin hits the page, it does not ask them to install it. What is missing to make this work?
Thank you!
Also, here is how I have the vlc control in my web page:
Code: Select all
object id="vlcPlayer" type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="376"
height="234px" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" >
<param name="autoplay" value="true" />
<param name="volumn" value="50" />
<param name="events" value="true" />
<param name="loop" value="false" />
<param name="fullscreen" value="false" />
<param name="nooverlay" value='false' />
</object>
Thank you!