<head>
<title> four in one vedio</title>
<style type="text/css">
video.margin {margin:-7px -10px 0 -2px}
</style>
</head>
<body class="margin" display:block margin:0px>
<video class="margin" controls="controls" autoplay="autoplay">
<source src="a.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<video class="margin" controls="controls" autoplay="autoplay">
<source src="b.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<video class="margin" controls="controls" autoplay="autoplay">
<source src="c.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<video class="margin" controls="controls" autoplay="autoplay">
<source src="d.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</body>
</html>
本文介绍了一个能够同时播放四个不同视频文件的HTML5视频播放器,包括了样式设置、自动播放和控制条等功能。
2万+

被折叠的 条评论
为什么被折叠?



