HTML Link Opening .AVI file??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ziycon
    Contributor
    • Sep 2008
    • 384

    HTML Link Opening .AVI file??

    I have a webpage, when a user clicks on the link:
    Code:
    <a href="file:///D:\Test.avi">Test</a>
    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?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    You must tell the browser which application is associated with that file type. In Firefox, it's under Edit->Preferences and find the tab for applications.

    Comment

    Working...