HTML在线播放视频代码

2014-12-06 19:39:47 -0500
<!DOCTYPE html>
<html lang="en">
<head>
<title>Video Player</title>
</head>
<body>
<section id="player">
<video id="media" width="720" height="400" controls>
<source src="直接的视频地址">
</video>
</section>
</body>
</html>
代码来源:
http://outofmemory.cn/code-snippet/4993/Html5-video-bofang-qi-code
«Newer      Older»

Back to home

Subscribe | Register | Login | N