如何在网页中嵌入VLC

Kry*_*tos 8 html javascript css embed vlc

我正在尝试使用VLC将视频嵌入到我的HTML/ASP网页中.该框出现在FireFox中显示VLC播放器,但它不会播放任何内容.这就是它的样子:

在此输入图像描述

请告诉我我做错了什么..我尝试了很多不同的事情.

Kry*_*tos 8

<embed 
    type="application/x-vlc-plugin" 
    pluginspage="http://www.videolan.org" 
    version="VideoLAN.VLCPlugin.2"
    width="640"
    height="480"
    target="file:///x:/vid.avi"
    id="vlc">
</embed>
Run Code Online (Sandbox Code Playgroud)