b9c3a77af8d5c61b78e2dd45f07a3226e88f59a6.svn-base 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>升级文档</title>
  6. <style type="text/css">
  7. body,td,th {
  8. font-size: 14px;
  9. line-height: 22px;
  10. }
  11. p {
  12. padding-left: 20px;
  13. margin: 0px;
  14. padding-top: 5px;
  15. padding-bottom: 5px;
  16. }
  17. body {
  18. margin-left: 0px;
  19. margin-top: 0px;
  20. margin-right: 0px;
  21. margin-bottom: 0px;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <p>6.7升级说明<br />
  27. 6.4升级至6.7的方法</p>
  28. <p>1:替换ckplayer.swf<br />
  29. 2:替换ckplayer.js中的315行((function() {)及以下的所有内容<br />
  30. 3:如果想在滚动文字广告使用发光滤镜,需要ckplayer.js的ckstyle()函数中和ckplayer.xml文件中增加pm_glowfilter参数。详细的可参考6.5的该函数<br />
  31. 4: ckplayer.js和ckplayer.xml中setup参数最后新增加三个参数,默认是0
  32. </p>
  33. <p>6.5升级至6.7的方法<br />
  34. 1:替换ckplayer.swf<br />
  35. 2:替换ckplayer.js中的315行((function() {)及以下的所有内容<br />
  36. 3:
  37. ckplayer.js和ckplayer.xml中setup参数最后新增三个参数,默认是0
  38. </p>
  39. <p> 6.6升级至6.7的方法<br />
  40. 1:替换ckplayer.swf<br />
  41. 2:替换ckplayer.js中的315行((function() {)及以下的所有内容<br />
  42. 3:
  43. ckplayer.js和ckplayer.xml中setup参数最后新增一个参数,默认是0 <br />
  44. 一:修复Bug</p>
  45. <p>1:修复了多段视频播放时间出错的bug,修复了在有些情况下进度栏拖动时乱跳的bug<br />
  46. 2:修复了控进度栏限制向前拖动,向后拖动时间不准确的bug<br />
  47. 3:修复了lv=1时,全屏切换时进度栏按钮位置的bug<br />
  48. 4:修正了前置广告是视频广告时,倒计时时间设置大于视频时间导致跳转不了的bug
  49. </p>
  50. <p>二:新增加的内容</p>
  51. <p>1:ckplayer.js,ckplayer.xml中的setup增加了一个参数,第43个参数,默认是0,当=1时,调用网址形式或xml形式的地址时,调用文件中的视频地址可以是相对于调用文件的地址<br />
  52. 2:在CKobject.embed函数增加了一个参数,控制html5下控制栏是否显示,false=隐藏
  53. </p>
  54. <p>感谢各位朋友对ckplayer的支持,在本次升级中,许多朋友提供了好的建议,虽然因为考虑到大部分用户的需求后决定一些功能没有对其进行更改。</p>
  55. </body>
  56. </html>