在线视频播放

来源:互联网 发布:linux rpm qa grep 编辑:程序博客网 时间:2024/06/09 14:27
<html>
<head>
</head>
<body>
<video width="320" height="240" controls autoplay><source src="url"  type="video/mp4">
<object data="url" width="320" height="240">
<embed width="320" height="240" src="movie.swf">
</object>
</body>

</html>


url就是视频路径!