I am trying to embed a video into my HTML/ASP webpage using VLC. The box appears showing the VLC player in FireFox, but it won't play anything. This is what it looks like:
Please tell me what I am doing wrong.. I've tried many different things.
I am trying to embed a video into my HTML/ASP webpage using VLC. The box appears showing the VLC player in FireFox, but it won't play anything. This is what it looks like:
Please tell me what I am doing wrong.. I've tried many different things.
Share Improve this question edited Sep 8, 2015 at 13:22 SuperBiasedMan 9,96910 gold badges52 silver badges76 bronze badges asked Aug 4, 2013 at 6:23 KryptosKryptos 5422 gold badges9 silver badges18 bronze badges 01 Answer
Reset to default 9<embed
type="application/x-vlc-plugin"
pluginspage="http://www.videolan"
version="VideoLAN.VLCPlugin.2"
width="640"
height="480"
target="file:///x:/vid.avi"
id="vlc">
</embed>