1 Star 1 Fork 2

phprao / ckplayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
m3u8.html 975 Bytes
一键复制 编辑 原始数据 按行查看 历史
phprao 提交于 2018-10-24 16:19 . add
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ckplayer6.8</title>
<style type="text/css">
body,td,th {
font-size: 14px;
line-height: 26px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
p {
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-left: 10px;
}
#a1{
position:relative;
z-index: 100;
width:600px;
height:400px;
float: left;
}
</style>
</head>
<body>
<div id="a1"></div>
<script type="text/javascript" src="ckplayer/ckplayer.js" charset="utf-8"></script>
<script type="text/javascript">
var flashvars={
f:'ckplayer/m3u8.swf',
a:'http://192.168.83.135/hls/item2/movie.m3u8',
s:4
};
var params={bgcolor:'#FFF',allowFullScreen:true,allowScriptAccess:'always'};
var video=[];
CKobject.embed('ckplayer/ckplayer.swf','a1','ckplayer_a1','100%','100%',false,flashvars,video,params);
</script>
</body>
</html>
1
https://gitee.com/phprao/ckplayer.git
git@gitee.com:phprao/ckplayer.git
phprao
ckplayer
ckplayer
master

搜索帮助