Thursday, 15 January 2015

html5 - HTML 5 Play video file in mp4 -



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 it

upload file online host/storage.

possible fix

try doing <source src="file:///e:/video/part1.mp4" type="video/mp4">

possible prepare 2

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