function play(title,url, state) { if(state == 1) { $("#playerShow").append('
'); } SewisePlayer.setup({ server: "vod", type: "m3u8", autostart: "true", buffer : 5, videourl: url, skin: "vodWhite", title: title ? title : '监控', timedisplay : 'disable', claritybutton : 'disable', poster : 'http://www.xinnongbaohe.com/assets/play.png', lang: 'zh_CN' }, "player"); setTimeout(function() { $("#playerShow").show(); }, 1); } function show(html) { $("#playerShow").css('margin-bottom', '350px').html(html).show(); } if(location.href.indexOf('test') != -1) { $("#playerShow").show(); }