添加播放器出错
添加播放器出错添加了一个新的播放器,代码如下
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 路径都是对的啊
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)