ZhiYeJianKang_PeiXun/Song.Site/Utility/Ckplayer/help.htm
2025-02-20 15:41:53 +08:00

55 lines
2.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>升级文档</title>
<style type="text/css">
body,td,th {
font-size: 14px;
line-height: 22px;
}
p {
padding-left: 20px;
margin: 0px;
padding-top: 5px;
padding-bottom: 5px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>
</head>
<body>
<p>6.8升级说明</p>
<p>6.7升级至6.8的方法</p>
<p>1替换ckplayer.swf<br />
2替换ckplayer.js中的315行(function() {)及以下的所有内容<br />
3ckplayer.js中setup属性的第21个值在正式使用时设置成0<br />
4language.xml里增加了控制提示文字的样式&lt;pr_prompt&gt;{font color='#FFFFFF' face='Microsoft YaHei' size='16'}[$prompt]{/font}&lt;/pr_prompt&gt;<br />
5languae.xml里增加了新版默认风格里的设置的提示文本样式&lt;pr_cksetup&gt;{font color='#FFFFFF' face='Microsoft YaHei,微软雅黑' size='14'}设置{/font}&lt;/pr_cksetup&gt;<br />
(也可以直接替换掉languae.xml)
<br />
6如果要使用新的风格需要替换掉目前的style.swf并同时删除ckplayer.js中和ckplayer.xml中安装的插件代码。详细的可以对照新的ckplayer.js中的:<br />
function ckcpt() {<br />
var cpt = '';<br />
return cpt;<br />
}<br />
以及ckplayer.xml中的&lt;cpt&gt;&lt;/cpt&gt;的节点 <br />
6.8升级说明<br />
修复Bug<br />
1修复了已知的bug<br />
2修正了html5中监听time的错误<br />
3新加了几个交互函数 <br />
4风格设置里增加了提示文本底色及圆角的功能 </p>
<p>二:增加功能<br />
1增加了全屏模式下启用键盘输入的功能设置方法分二步调用代码var flashvars={}里增加fs:'1',以及var params={}里增加allowFullScreenInteractive:true <br />
2增加了在播放器内显示文本元件的功能具体可查看http://www.ckplayer.com/manual/13/54.htm里的控制函数textBoxShow()textBoxClose()textBoxTween()getTextBox()以及对应的监听函数:http://www.ckplayer.com/manual/9/50.htm。<br />
3增加了新的调用视频地址的方式json调用。具体可查看 http://www.ckplayer.com/manual/16/26.htm<br />
感谢各位朋友对ckplayer的支持在本次升级中许多朋友提供了好的建议虽然因为考虑到大部分用户的需求后决定一些功能没有对其进行更改。</p>
</body>
</html>