Web Plugin with overlay DIV
Posted: 13 Jun 2014 01:53
Hi All,
I am trying to build a web page with a video DIV contains a VLC EMBED plugin element. I could use either Firefox, Google Chrome, or Chromium and I would like the page to work on Windows, Linux, and Mac OSX.
For the video plug in, I stalled the latest VLC and its web plug in, and the video is working fine. However, one thing that I wish to do is to have another DIV overlay on top of the video plugin so that I can draw text or other graphics using Javascript. I use the z-index value to enforce the layer order. Here is where I got into trouble.
On the Mac OSX, the video and overlay work great on Google Chrome and Safari the plugin obey the z-index order so I can write stuffs on top of the video. On the Linux platform, I used Firefox and the video plugin is always on top no matter how I specified the z-index.
Anyone had experience with this issue and any pointers to the right direction? Greatly appreciate!
I am trying to build a web page with a video DIV contains a VLC EMBED plugin element. I could use either Firefox, Google Chrome, or Chromium and I would like the page to work on Windows, Linux, and Mac OSX.
For the video plug in, I stalled the latest VLC and its web plug in, and the video is working fine. However, one thing that I wish to do is to have another DIV overlay on top of the video plugin so that I can draw text or other graphics using Javascript. I use the z-index value to enforce the layer order. Here is where I got into trouble.
On the Mac OSX, the video and overlay work great on Google Chrome and Safari the plugin obey the z-index order so I can write stuffs on top of the video. On the Linux platform, I used Firefox and the video plugin is always on top no matter how I specified the z-index.
Anyone had experience with this issue and any pointers to the right direction? Greatly appreciate!