html5 - HTML 5 Play video file in mp4 -
i using html 5 play video. video file on drive application at. video files on e drive.
<video width="640" height="480" controls="controls"> <source src="e:/video/part1.mp4" type="video/mp4" /> </video>
i tried have above not working.
i tried:
<source src="e://video/part1.mp4" type="video/mp4" />
but did not work well. assistance appreciated.
i'm not sure, best guess either:
upload itupload file online host/storage.
possible fixtry doing <source src="file:///e:/video/part1.mp4" type="video/mp4">
make sure drive src @ file:///e:/video/part1.mp4"
, not @ file:///e:/video/part1.mp4
(e.g.) might case-sensitive.
html html5
No comments:
Post a Comment