2013-08-04 326 views
8

我想用VLC將視頻嵌入到我的HTML/ASP網頁中。該框出現在FireFox中顯示VLC播放器,但它不會播放任何內容。這是什麼樣子:如何在網頁中嵌入VLC

enter image description here

請告訴我,我做錯了。我已經嘗試了很多不同的東西。

回答

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> 
+1

這應該是一個答案或是你試過的一件事嗎? – Filburt

+0

這是解決方案。 – Kryptos

+0

Kryptos如何在Android瀏覽器上呈現上述代碼。當我使用它時,我得到一個錯誤:「chrome for android不支持這個插件」 – ZahidKakar