1:在页面上播放视频,我使用的是jwplayer,下面是我的源代码。这里是jwplayer的相关下载地址
<html>
<head>
<script type="text/javascript" src="jwplayer.js"></script>
</head>
<body>
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup(
{ flashplayer: "player.swf",
file: "./video.mp4",
height: 270,
width: 480 }
);
</script>
</body>
</html>
本文链接http://www.cxybl.com/html/wlbc/Php/20130329/37440.html