添加播放器出错

notaiwan notaiwan
2016-06-06 16:03
292 浏览
1 回复
添加播放器出错添加了一个新的播放器,代码如下

function $Showhtml(){
document.getElementById('playad').style.display = "none";
var player = '<iframe width="100%" height="'+ height +'" src="/api/url.php?v='+ unescape(url) +'" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no" play="false"></iframe>';
document.getElementById('playlist').innerHTML = player;
}
//预加载广告时间
if(parent.cs_adloadtime){
setTimeout("$Showhtml();",parent.cs_adloadtime*1000);
}
播放器出现404 路径都是对的啊

回复列表(1)

Hi~小伙
Hi~小伙
2016-12-31 19:22
我需要你API里的文件 - -
回复