Good afternoon!
How can I prevent certain web pages from playing .mp4 files with the built-in browser features, and play them with the built-in Windows 7 player?
I make an index.html file with the video collection from the computer disk, create a link like: <a href="file:///D:/file.mp4">File</a>
But Google Chrome opens the file directly in the browser, and I need to open it with the regular player.
Thank you!