How do you layer over <Object> tag in HTML?

  • Thread starter Thread starter Joey
  • Start date Start date
J

Joey

Guest
I am trying to layer over the following VLC Object embeded in a web page no matter what I do i can't seem to get my div layer on top of it.
here is the code
<OBJECT id='vlc1_IE' codeBase=http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab height=480 width=740 classid=clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921>

<embed src="" id="WinMedia1" border="0" autostart="true" loop="false" width="150" height="150">
</embed>

</object>

The goal is to create a button once pressed that open a hidden layer that is on top of the movie
 
Back
Top