|
发表于 2008-12-8 21:31:52
|显示全部楼层
<P> </P>
<P> </P>
<P> </P>
<P>歌名-雪绒花<BR><SPAN style="FONT-SIZE: 12px; MARGIN-LEFT: 12px"> <FONT color=#000000> </FONT></SPAN><SPAN class=prelrc> -----------------------------------------</SPAN><BR><STRONG><FONT color=#ff5a00><SPAN class=nowlrc> 雪绒花 雪绒花 清晨迎着我开放</SPAN><BR></FONT></STRONG><SPAN style="FONT-SIZE: 12px; MARGIN-LEFT: 12px"> <FONT color=#000000>小而白 洁而亮 向我快乐的摇晃</FONT></SPAN><BR><SPAN style="FONT-SIZE: 12px; MARGIN-LEFT: 12px"> <FONT color=#000000>白雪似花儿美丽芬芳 永远开放生长</FONT></SPAN><BR><SPAN style="FONT-SIZE: 12px; MARGIN-LEFT: 12px"> <FONT color=#000000>雪绒花 雪绒花 永远祝福我家乡</FONT></SPAN><BR><SPAN style="FONT-SIZE: 12px; MARGIN-LEFT: 12px"> <FONT color=#000000>雪绒花 雪绒花 清晨迎着我开放</FONT></SPAN><BR><SPAN style="FONT-SIZE: 12px; MARGIN-LEFT: 12px"> <FONT color=#000000>小而白 洁而亮 向我快乐的摇晃</FONT></SPAN><BR><SPAN style="FONT-SIZE: 12px; MARGIN-LEFT: 12px"> <FONT color=#000000>白雪似花儿美丽芬芳 永远开放生长</FONT></SPAN><BR><SPAN style="FONT-SIZE: 12px; MARGIN-LEFT: 12px"> <FONT color=#000000>雪绒花 雪绒花 永远祝福我家乡</FONT></SPAN><BR><SPAN style="FONT-SIZE: 12px; MARGIN-LEFT: 12px"> </SPAN><BR><BR><BR><BR><BR><BR><BR><BR></P>
<DIV id=lrctellall_div style="DISPLAY: none"></DIV>
<DIV id=LrcUrl_div style="CLEAR: both; MARGIN-LEFT: 2px; WIDTH: 495px; LINE-HEIGHT: 23px; HEIGHT: 23px"><FONT color=#0000cc></FONT></DIV>
<DIV id=InP_div>
<DIV id=bt><FONT color=#0000cc></FONT> </DIV>
<DIV id=ad3>
<DIV></DIV>
<SCRIPT language=VBScript>
Function bdBytes2Str(vIn)
dim strReturn
dim i
dim ThisCharCode
dim NextCharCode
strReturn = ""
For i = 1 To LenB(vIn)
ThisCharCode = AscB(MidB(vIn,i,1))
If ThisCharCode < &H80 Then
strReturn = strReturn & Chr(ThisCharCode)
Else
NextCharCode = AscB(MidB(vIn,i+1,1))
strReturn = strReturn & Chr(CLng(ThisCharCode) * &H100 + CInt(NextCharCode))
i = i + 1
End If
Next
bdBytes2Str = strReturn
End Function
</SCRIPT>
<SCRIPT src="http://box.zhangmen.baidu.com/js/bd_syncLRC.js?v=1.1"></SCRIPT>
<SCRIPT>
function isHighVer() {
try {
var x = new ActiveXObject("WMPlayer.OCX");
} catch (e) {
return false;
}
return true;
}
var isMH = isHighVer();
var isFF=(navigator.userAgent.toLowerCase().indexOf("firefox")!=-1)
var hasLrc
var pType = null;
function init(pType, lrcID) {
document.onkeydown=function(){if(window.event.keyCode==8){window.event.returnValue=false;}else if(window.event.keyCode>=112&&window.event.keyCode<=123){window.event.keyCode=0;window.event.returnValue = false;};};
$d("plus_a").contentEditable = false;
$d("pre_a").contentEditable = false;
$d("next_a").contentEditable = false;
$d("plus_div").contentEditable = false;
$d("pre_div").contentEditable = false;
$d("next_div").contentEditable = false;
if (isFF) {
$d("arrowright_div").style.display = "none";
$d("plus_div").style.display = "none";
$d("plus_img_div").style.display = "none";
$d("Lrc_div").style.marginRight = "15px";
};
if(lrcID && lrcID != "" && lrcID != "0" && lrcID != 0 && lrcID > 0) {
var re=new RegExp("^[0-9]+$");
var d= lrcID.match(re)
hasLrc=(d!=null&&d!=""&&parseInt(lrcID)>0)
if(!isFF){
if(hasLrc){
$d('Blrc').style.display="";
$d('LrcShower_div').style.display="";
if(typeof(lrcInterface)=="function"){
lrcInterface(pType, lrcID);
}else{
$d('LrcShower_div').innerHTML="<br><br><br><br><br><br><span style='font-size:12px;margin-left:12px'> 可能是因为网络的原因,系统没有找到合适的歌词。请稍后重试<span style='color:#FFF'>P1</span></span>";
document.getElementById('LrcUrlA').innerHTML = "";
}
}
}
} else {
hasLrc = false;
tmpLrcContent = "";
tmpLrcs = new Array();
$d('LrcShower_div').innerHTML = "<br><br><br><br><br><br><span style='font-size:12px;margin-left:12px'> 抱歉,系统未找到对应歌词。";
document.getElementById('LrcUrlA').innerHTML = "";
}
}
var reg = new RegExp("(^|&)"+ "si" +"=([^&]*)(&|$)");
var r = window.location.search.substr(1).match(reg);
if (r!=null) {
arrPar = r[0].split(";;")
lrcID = arrPar[2];
if($d('MediaPlayer1')){
pType = isMH ? "MPH" : "MPL";
} else if($d('RealPlayer1')){pType="RP"}
init(pType, lrcID);
}
function initSize() {
if(ext_mb) {
reWin();
} else {
if(!isFF) {
width=399 + woffset;
if(!hasLrc) height=275; else height=600;
var hasAds2 = $d("ad1").innerHTML != '' && $d("ad2").innerHTML != '';
if(!hasLrc && hasAds2) height += 20;
window.resizeTo(width, height);
} else {
width=384;
height=275;
window.resizeTo(width, height);
}
}
if(hasLrc && hasAds2) {
$d('LrcShower_div').style.height = "266px";
}
if(document.body.clientHeight < 500) {
$d('arrowright_div').className="aw small_aw";
}
};
try {
initSize();
} catch (err){}
</SCRIPT>
</DIV>
<DIV id=ad_script_div>
<SCRIPT src="http://a.baidu.com/ecom?di=18&tm=baidufsbanner&word=雪绒花??黑鸭子合唱组&t=485.16026306077674"></SCRIPT>
</DIV>
<DIV id=show_flag style="DISPLAY: none"></DIV>
<SCRIPT src="http://box.zhangmen.baidu.com/js/bd_Adv.js?v=1.7"></SCRIPT>
<SCRIPT event=PlayStateChange(ns) for=MediaPlayer1>
try {
if(sampling == null) return;
if(!sampling.hasDone){
if(!sampling.buffstart && ns == 6){
sampling.buffstart = new Date().getTime();
}
if(sampling.buffstart && ns == 3){
sampling.buffstop = new Date().getTime();
if(sampling.buffstop - sampling.buffstart < 200){
sampling.cached = 1;
}
sampling.hasDone = 1;
}
}
if(sampling.opFlag == 1) return;
if(ns == 1 || ns == 2) {
sampling.opFlag = 1;
} else if(ns == 3) {
if(player == null) return;
if(Math.abs(sampling.latestPos - player.controls.currentPosition) >= 5) sampling.opFlag = 1;
}
} catch (err) {};
</SCRIPT>
<SCRIPT event=OpenStateChange(os) for=MediaPlayer1>
try{
if(sampling.os == -1){
if(os >= 14 && os <= 19){
sampling.os = os;
}
}
}catch(e){}
</SCRIPT>
</DIV>
[ 本帖最后由 美人娇 于 2008-12-8 21:40 编辑 ] |
|