Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 帖子里添加快播QVOD和百度影音两种播放方式

[复制链接]
jiansolo 发表于 2013-12-27 16:15:53 | 显示全部楼层 |阅读模式
论坛里现在有一些 快播和百度影音的帖子
有时候一个资料两种播放器都可以用。
但现在只搞定快播和百度影音单一播放模式。
有快播就没百度影音,有百度影音就没有快播
先帖出快播的代码:
  1. <script>
  2. function ubbShowObj(strType,strID,strURL,intWidth,intHeight)
  3. {
  4.   var objPrefix="bShow";
  5.   var tmpstr="";
  6.   var bSwitch = false;
  7.   bSwitch = document.getElementById(objPrefix+strID).value;
  8.   bSwitch        =~bSwitch;
  9.   document.getElementById(objPrefix+strID).value = bSwitch;
  10.   if(bSwitch){
  11.   document.getElementById(strID).innerHTML = "";
  12.   }else{               
  13.   switch(strType){
  14.     case "qplay":
  15.      tmpstr='<object classid="clsid:F3D0D36F-23F8-4682-A195-74C92B03D4AF" width="'+intWidth+'" height="'+intHeight+'" id="QvodPlayer" name="QvodPlayer" onError=if(window.confirm("请您先安装Qvod播放器,然后再点击播放.")){window.location.;}else{self.reload();}><PARAM NAME="URL" VALUE="'+strURL+'"><param name="Autoplay" value="1"></object>';
  16.   break;
  17.   }
  18.   document.getElementById(strID).innerHTML = tmpstr;
  19.   }
  20. }
  21. </script>
复制代码

再来是百度影音的代码:
  1. <object classid="clsid:02E2D748-67F8-48B4-8AB4-0A085374BB99" width="'+intWidth+'" height="'+intHeight+'" id="BaiduPlayer" name="BaiduPlayer" onError=if(window.confirm('请您先安装百度影音软件,然后刷新本页才可以正常播放.')){window.open('http://player.baidu.com')}else{self.location='http://player.baidu.com'}>
  2. <PARAM NAME='URL' VALUE="'+strURL+'">
  3. <PARAM NAME='Autoplay' VALUE='1'>
  4. </object>
复制代码


因为在代码方面实在是太菜鸟了。请问怎么把上面两段代码合而为一。求码神{:soso_e121:}
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-16 00:28 , Processed in 0.021404 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表