|
<script type="text/javascript">
document.writeln("<object classid=\"clsid:E38F2429-07FE-464A-9DF6-C14EF88117DD\" width=\"550\" height=\"400\" id=\"Xfplay\" name=\"Xfplay\"
document.writeln("<PARAM NAME=\"URL\" VALUE=\""+$urlpath+"\">");
document.writeln("<PARAM NAME=\"Status\" VALUE=\"1\">");
document.writeln("<param name=\"XfplayAdUrl\" value=\"\">"); //广告地址
document.writeln("<PARAM NAME=\"NextWebPage\" VALUE=\"$nextpage\">");
document.writeln("<embed id=\"playerFF\" url=\""+$urlpath+"\" type=\"application/xfplay-plugin\" width=\"550\" height=\"400\"></embed>");
document.writeln("</object>");
setInterval("StartNextDownFile()",5000);
var bstartnextplay = false;
function StartNextDownFile()
{
if(Xfplay.get_CurTaskProcess() > 990 && !bstartnextplay)
{
var rv = Xfplay.StartNextDown($nexturl);
bstartnextplay = true;
}
}
</script> |
|