');
}
//================================================
//播放MP3音频文件
//================================================
function Mp3Player(FilePath,Width){
FilePath = MediaServer + FilePath;
var MP3ID = "MP3ID_" + Math.floor(Math.random()*1000+1);
document.write('
');
document.write('
');
document.write('');
document.write('
');
}
//================================================
//播放flv视频文件
//================================================
function FlvPlayer(FilePath,ImagePath,Width,Height){
FilePath = FlvServer + FilePath;
if(FlvServer.substring(0,4)=="rtmp"){
FilePath = FilePath +"&streamer="+ FilePath;
}
var SwfUrl = "/Scripts/FlashPlayer/FlvPlayer.swf";
var FlvID = "FlvID_" + Math.floor(Math.random()*1000+1);
//document.write('
');
//document.write('
');
//document.write('');
//document.write('
');
var str = '
';
str = str + '
';
str = str + '';
str = str + '
';
$(str).insertBefore('#content');
var so = new SWFObject(SwfUrl,'FlvPlayer',Width,Height,"9");
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addParam("flashvars","file="+ FilePath +"&image="+ ImagePath +"&volume=50&bufferlength=20");
so.write(FlvID);
}
}
/*
FILE ARCHIVED ON 21:21:41 Nov 29, 2018 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 11:02:55 Jul 29, 2025.
JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
SECTION 108(a)(3)).
*/
/*
playback timings (ms):
captures_list: 0.626
exclusion.robots: 0.03
exclusion.robots.policy: 0.018
esindex: 0.011
cdx.remote: 438.582
LoadShardBlock: 243.366 (3)
PetaboxLoader3.datanode: 207.486 (5)
PetaboxLoader3.resolve: 335.259 (3)
load_resource: 347.344 (2)
*/