一个最简单的HTML5播放器

版权声明:heibao111728 https://blog.csdn.net/heibao111728/article/details/83415877
<!DOCTYPE HTML>
<html>
<head>
<title>Video Player Html5</title>
</head>
<body>
<h1>Video Player Html5</h1>
<video src="http://www.html5videoplayer.net/videos/madagascar3.mp4" controls="controls">
</video>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/heibao111728/article/details/83415877