I have a file called "C:\folder\movie.mp4". How can I play this in chrome? I tried using html5 video tag, but no luck. I see the player but cannot click play.
<video width="320" height="240" controls><source src="file:///C:/folder/movie.mp4" type="video/mp4">Your browser does not support the video tag.</video>