function play(title,url, state) { if(state == 1) { //$("#playerShow").append('
点此下载播放控件
'); } SewisePlayer.setup({ server: "vod", type: "m3u8", autostart: "true", starttime:0, buffer : 5, videourl: url, skin: "vodFlowPlayer", title: title ? title : '监控', claritybutton : 'disable', lang: 'zh_CN' }, "player"); $("#playerShow").show(); } function show(html) { $("#playerShow").css('margin-bottom', '350px').html(html).show(); } if(location.href.indexOf('test') != -1) { $("#playerShow").show(); }