您的位置:首页 > 其它

视频播放插件(二)

2014-03-04 21:13 176 查看
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="../flowplayer-3.2.13.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Minimal Flowplayer setup</title>

</head><body>

<div id="page">

<a href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv"
style="display:block;width:350px;height:330px"
id="player">
</a>
<script>
flowplayer("player", "../flowplayer-3.2.18.swf", {
clip: {
auto:true,
autoBuffering: true
}
});
</script>
</div>

</body></html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: