VLC activex无窗口模式无法正常工作

时间:2013-07-06 18:11:50

标签: activex z-index vlc

该功能已在2.0.6版中添加 见http://wiki.videolan.org/Documentation:WebPlugin

<object style="z-index:0;position:relative" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" 
        codebase="http://download.videolan.org/pub/videolan/vlc/last/win32/axvlc.cab" width="352" height="288" id="vlc">
<param name="Src" value="" />
<param name="windowless" value="True" />
</object>
<div style="width:50px;height:50px;position: absolute;z-index: 1000;background: green;top:0;left:0"></div>

绿色div应放在activex控件上,为什么不呢?。

1 个答案:

答案 0 :(得分:0)

您的绿色方块将显示在屏幕的左上角。你需要弄乱css将它放在控件出现的位置。