html - HTML5 using <video> tag to insert every .mp4 from a directory -
i'm trying make basic image/video sharing website. make things easier on myself, wondering if possible mass-include .mp4's directory instead of individually adding them. here current doc:
<html> <body>under construction.<br> <video autoplay> <source src="away.mp4" type="video/mp4"> </video> </body> </html>
i don't want have manually add <video>
tag every file, there way add them @ once? or youtube does, shows thumbnail opens page play it. if there way add video sources en masse, include newly added files?
i think mean creating video playlist check these links
http://thenewcode.com/909/create-an-automatic-html5-video-playlist
http://thenewcode.com/792/create-a-simple-html5-video-playlist
Comments
Post a Comment