'; html += '
  • '; if(video3==''){ html += '
  • '; }else{ html +='
  • '; } html += ''; } return html; } function localVideo(video1,video2,video3,thumb1,thumb2,thumb3,startPic){//本地回放 var html = ''; if(video1!='' && video2=='' && video3==''){ html += '
    '; html += ''; html += '
    '; }else if(video1!='' && video2!=''){ html += '
    '; html += ''; html += '
    '; html += ''; } return html; } function qkVideo(video1,video2,video3,thumb1,thumb2,thumb3){ var html = ''; if(video1!='' && video2=='' && video3==''){ html += '
    '; html += ''; html += '
    '; }else if(video1!='' && video2!=''){ html += '
    '; html += ''; html += '
    '; html += ''; } return html; } function switchVideo(url,thumbpic){ $(".centerTips").hide(); $(".video").show(); $("#myVideo #myVideo_html5_api source").attr("src",url); $("#myVideo #myVideo_html5_api").attr("src",url); $("#myVideo #myVideo_html5_api").attr("poster",thumbpic); $("#myVideo .vjs-poster").attr("style","background-image: url('" + thumbpic +"');"); var videoUrl = $("#myVideo #myVideo_html5_api source").attr("src"); videojs("myVideo", {techOrder: ['html5', 'flash']}, function() { window.myPlayer = this; //$("#myVideo #myVideo_html5_api source").attr("src", videoList2[$(this).index()]); //myPlayer.src(videoUrl); myPlayer.load(videoUrl); myPlayer.play(); }); } function switchFlash(url,thumbpic){ //alert(url); var embedHtml = ''; $(".centerTips").hide(); $(".video").empty(); embedHtml = ''; $(".video").html(embedHtml); $(".video").show(); } $(document).ready(function(){ topnav2(); topnav1(); var thmub1,thumb2,thumb3,ifvideo1,ifvideo2,ifvideo3,lcvideo1,lcvideo2,lcvideo3,status,startPic,html='',varname,videojsList={},videoJsScript,head; var pageUrl = window.location.href.split("/"); var baseUrl = 'http://mbranch.chinanews.com/'+ pageUrl[3] + '/'+ pageUrl[4] + '/' + pageUrl[5] + '/'; thumb1 = "http://image.cns.com.cn/xinjiang_editor/20231017/IGhf-hcuappp4689164.jpg"; thumb2 = ""; thumb3 = ""; ifvideo1 = "".replace(/http:/ig,'https:').trim(); ifvideo2 = "".replace(/http:/ig,'https:').trim(); ifvideo3 = "".replace(/http:/ig,'https:').trim(); lcvideo1 = 'http://recordcdn.quklive.com/upload/vod/user1511487451618707/1697626697703068/video.mp4'.replace(/http:/ig,'https:').trim(); lcvideo2 = ''.replace(/http:/ig,'https:').trim(); lcvideo3 = ''.replace(/http:/ig,'https:').trim(); status = 'js'; startPic = 'http://image.cns.com.cn/xinjiang_editor/transform/20231017/8NFo-hcuappp4689160.jpg'; if(isIEVer(7) || isIEVer(8) || isIEVer(6)){//低版本使用flash addElement(); /*if(status=='js' && lcvideo1 !=''){//回放 且 本地地址1不為空 html += ieLocalVideo(lcvideo1,lcvideo2,lcvideo3,thumb1,thumb2,thumb3); } $(".videoWrap").html(html);*/ } if(status=='yg'){//預告 if(ifvideo1!=''){ html = html+'
    '; } }else if(status=='qukan'){//直播 if(ifvideo1!='' && ifvideo2=='' && ifvideo3==''){ html = html+'
    '; }else if(ifvideo1!='' && ifvideo2!=''){ html += '
    '; html += ''; } }else if(status=='js'){//回放 //判斷是否有本地回放地址,若有使用本地videojs,若無則使用iframe if(lcvideo1 !=''){//本地回放地址 if(isIEVer(7) || isIEVer(8) || isIEVer(6)){ html += ieLocalVideo(lcvideo1,lcvideo2,lcvideo3,thumb1,thumb2,thumb3,startPic); }else{ html += localVideo(lcvideo1,lcvideo2,lcvideo3,thumb1,thumb2,thumb3,startPic); } }else{ $(".centerTips").hide(); $(".video").show(); html += qkVideo(ifvideo1,ifvideo2,ifvideo3,thumb1,thumb2,thumb3); } } $(".videoWrap").html(html); if(isIEVer(7) || isIEVer(8) || isIEVer(6)){//低版本使用flash }else{ if(status=='js' && lcvideo1 !=''){ myPlayer = videojs('myVideo',{techOrder: ['html5', 'flash']}); } } /*視頻切換*/ var videoList = [ifvideo1,ifvideo2,ifvideo3]; var videoList2 = [lcvideo1,lcvideo2,lcvideo3]; /*只有一個視頻時*/ /*if($(".videolist li").length==1){ $(this).css("width",'1000px'); }*/ /*多路視頻時*/ $(".videolist li").click(function(){ $(this).addClass("current").prepend("
    ").children(".whiteback").wrapInner("
    "); $(this).siblings().removeClass("current"); var index = $(this).index(); if(videoList2[0]){ if(status == 'qukan'){//直播(使用本地視頻時只限于回放狀態) $(".centerTips").hide(); $(".video").html(''); $(".video").show(); }else{//回放 if(isIEVer(7) || isIEVer(8) || isIEVer(6)){ //changeSource(myPlayer,videoList2[index]); if(index<2){ if(index==0){ switchFlash(videoList2[index],thumb1); }else{ switchFlash(videoList2[index],thumb2); } }else{ if(index==2){ if(videoList2[index]){ switchFlash(videoList2[index],thumb3); }else{ $(".centerTips").show(); $(".video").hide(); } } } }else{ if(index<2){ if(index==0){ switchVideo(videoList2[index],thumb1); }else{ switchVideo(videoList2[index],thumb2); } }else{ if(index==2){ if(videoList2[index]){ switchVideo(videoList2[index],thumb3); }else{ $(".centerTips").show(); $(".video").hide(); } } } } } }else if(videoList[0]){ if(status == 'qukan'){//直播 if(index<2){ $(".centerTips").hide(); $(".video").html(''); $(".video").show(); }else{ if(index=2){ if(videoList[index]){ $(".centerTips").hide(); $(".video").html(''); $(".video").show(); }else{ $(".centerTips").show(); $(".video").hide(); } } } }else{//回放 if(index<2){ $(".centerTips").hide(); $(".video").html(''); $(".video").show(); }else{ if(index=2){ if(videoList[index]){ $(".centerTips").hide(); $(".video").html(''); $(".video").show(); }else{ $(".centerTips").show(); $(".video").hide(); } } } } }else{ $(".video").hide(); $(".centerTips").show(); } }); //$("#videoFrame #playIcon").attr('style','top: 210px;width:107px;left:40%;'); //console.log(videojsList[varname]); /*var myPlayer = videojs('myVideo');*/ /*console.log(myPlayer);*/ /*videojs("myVideo").ready(function(){ var myPlayer = this; //myPlayer.play(); });*/ /*頁面刷新*/ $(".refresh").change(function(){ var radioSelected = $("input[name=refresh]:checked").val(); if(radioSelected == 30){ setTimeout("javascript:reloadtext2(0,10);",30000); //$("input[name=refresh]").addAttribute('checked'); }else if(radioSelected == 60){ setTimeout("javascript:reloadtext2(0,10);",60000); } }); }); function weibo(id) { document.getElementById("id8").className="dii8"+id; }

    <b id="orvlp"></b>
      <i id="orvlp"><acronym id="orvlp"></acronym></i>

      <cite id="orvlp"><noframes id="orvlp"><blockquote id="orvlp"></blockquote></noframes></cite>
      <nobr id="orvlp"></nobr>
      <small id="orvlp"></small>

      <strike id="orvlp"><ins id="orvlp"><big id="orvlp"></big></ins></strike>
      回放

      一日看盡“荔浦”花,感受蓬勃發展的荔浦綠色產業

      當前位置:中新網 > 新聞直播

      第二屆南方花卉苗木交易會暨第四屆廣西花卉苗木交易會荔浦分會場開幕式10月18日在廣西荔浦市舉行。廣西是全國重要的花卉資源富集區,被譽為天然花卉的資源寶庫。荔浦市花卉苗木生產始于上世紀80年代初,經過40多年的發展,己形成“一縣一業” 、“一村一品”的產業格局,成為桂林市級乃至自治區最大的花卉苗木生產和購銷集散中心。

      圖文滾動

      刷新

      邊看邊聊
      欧美在线视频一区二区三不卡|久久久久久精品免费自在自线|免费无码国产在线观看观|亚洲国产天堂网精品网站不卡

      <b id="orvlp"></b>
        <i id="orvlp"><acronym id="orvlp"></acronym></i>

        <cite id="orvlp"><noframes id="orvlp"><blockquote id="orvlp"></blockquote></noframes></cite>
        <nobr id="orvlp"></nobr>
        <small id="orvlp"></small>

        <strike id="orvlp"><ins id="orvlp"><big id="orvlp"></big></ins></strike>