如何将优酷HTML5播放器换成Flash播放器

 我来答
ecnirp
2017-09-12 · TA获得超过2223个赞
知道小有建树答主
回答量:153
采纳率:100%
帮助的人:91.8万
展开全部
在你播放的视频网址后面输入
&debug=flv
按回车重新加载页面就可以了
wxl508867045
2017-10-25
知道答主
回答量:1
采纳率:0%
帮助的人:927
展开全部

//自执行函数
$(document).ready(function(){
//alert("haha");
//当前页
var $index=0;
//前一页
var $agodex=0;
//计时器
var clearTime=null;
//切换的方法
function scrollPlay(){
//修改点的位置
$(".btn span").eq($index).addClass("hover").siblings().removeClass("hover");



//当前页大于前一页
if($index>$agodex){
$(".scroll img").eq($agodex).stop(true,true).animate({
"left":"-1266px"
});
$(".scroll img").eq($index).css("left","1266px").stop(true,true).animate({
"left":"0"
});
}else if($index<$agodex){
$(".scroll img").eq($agodex).stop(true,true).animate({
"left":"1266px"
});
$(".scroll img").eq($index).css("left","-1266px").stop(true,true).animate({
"left":"0"
});
}
}
//    $index=3;
//    $agodex=2;

//计时器方法
function autoPlay(){
clearTime=setInterval(function(){
$index++;
if($index>4){
$index=0;
$agodex=4;
}
scrollPlay();
$agodex=$index;
},2000);
}
autoPlay();
//鼠标移动到小点
$(".btn span").mouseover(function(){
//鼠标移动上来的操作
//清空计时器
clearInterval(clearTime);
//得到当前选中的点
$index=$(this).index();
scrollPlay();
$agodex=$index;
}).mouseout(function(){
autoPlay();
});
});

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
楚懿瑶
推荐于2017-09-12 · TA获得超过5019个赞
知道大有可为答主
回答量:6917
采纳率:84%
帮助的人:1763万
展开全部
没有办法自己更换,是网页本身会进行检测使用哪个播放器。
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式