I have a webpage, when a user clicks on the link:
The video opens with VLC which is set as the default player, the problem is that when a user clicks on the link it pops up a box saying open with vlc or save and the save option is selected by default and the remember my choice is grayed out, can anyone tell me a different way to get an avi play when clicked on in a webpage?
Code:
<a href="file:///D:\Test.avi">Test</a>
Comment