I'm creating a website which will be used for a fair. The PC has a touch-screen and will be used for display websites, play videos, etc. Everything is going to be stored locally, so using an embedded VLC player works best because of the different video formats, etc.
The DVD is one which was created internally by another department, so there isn't any protection, etc. It's been ripped so there's a video_ts folder with the .IFO and .VOB files within.
Code: Select all
<embed type='application/x-vlc-plugin' name='VLC' autoplay='yes' loop='yes' volume='100' width='800' height='600' target='./video/dvd/VIDEO_TS/VIDEO.VOB'>
Yet:
Code: Select all
<embed type='application/x-vlc-plugin' name='VLC' autoplay='yes' loop='yes' volume='100' width='800' height='600' target='./video/thehistoryof.mov'>
Any ideas?