lzjemu618 发表于 2007-5-25 21:19:52

蓝莲花

<div id="Lrc_div">
        <div id="url_div">歌曲出处:<a id="song_url" href="http://www.ht.com.cn/bbu/attachments/month_0510/kh0n_10.wma">http://www.ht.com.cn/...onth_0510/kh0n_10.wma</a></div>
<div id="song" style="display:none">蓝莲花</div><div id="singer" style="display:none">许巍</div>
<div id="song_div">歌曲试听:<b>蓝莲花   ... </b></div>
<div id="S_div">
<div id="player_div">





<object id="MediaPlayer1" width="350" height="68" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
align="baseline" border="0" standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
    <param name="invokeURLs" value="0">
    <param name="FileName" value="http://www.ht.com.cn/bbu/attachments/month_0510/kh0n_10.wma">
    <param name="ShowControls" value="1">
    <param name="ShowPositionControls" value="0">
    <param name="ShowAudioControls" value="1">
    <param name="ShowTracker" value="1">
    <param name="ShowDisplay" value="0">
    <param name="ShowStatusBar" value="1">
    <param name="AutoSize" value="0">
    <param name="ShowGotoBar" value="0">
    <param name="ShowCaptioning" value="0">
    <param name="AutoStart" value="1">
    <param name="PlayCount" value="0">
    <param name="AnimationAtStart" value="0">
    <param name="TransparentAtStart" value="0">
    <param name="AllowScan" value="0">
    <param name="EnableContextMenu" value="1">
    <param name="ClickToPlay" value="0">
    <param name="DefaultFrame" value="datawindow">

    <embed src="http://www.ht.com.cn/bbu/attachments/month_0510/kh0n_10.wma" align="baseline" border="0" width="350" height="68"
      type="application/x-mplayer2"
      pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&amp;sbp=mediaplayer&amp;ar=media&amp;sba=plugin&amp;"
      name="MediaPlayer" showcontrols="1" showpositioncontrols="0"
      showaudiocontrols="1" showtracker="1" showdisplay="0"
      showstatusbar="1"
      autosize="0"
      showgotobar="0" showcaptioning="0" autostart="1" autorewind="0"
      animationatstart="0" transparentatstart="0" allowscan="1"
      enablecontextmenu="1" clicktoplay="0"
      defaultframe="datawindow" invokeurls="0">
    </embed>
</object>




</div>
        <div id="SongNum_div">
                <div id="plus_div" onclick="if(!isLoadIf)        {window.document.getElementById('plus_a').target='mt';reWin();} else {try_iframe.Controller(event);if(!is_ext_mb) reWin();return false;}"><a id="plus_a" style="cursor:hand;">放入我的音乐盒</a></div>
                <div id="next_div" onclick="try_iframe.Controller(event);return false;"><a id="next_a" style="cursor:hand;">下一首</a></div>
                <div id="pre_div" onclick="try_iframe.Controller(event);return false;"><a id="pre_a"" style="cursor:hand;">上一首</a></div>
        </div>
</div>
<div style="display:none;clear:both" id="Blrc">
        <div style="border:#B4C2E2 1px solid;font-size:12px;text-align:left;width:350px">
                <table width="350px" style="background:#ECEDED" cellspacing="0" cellpadding="0"><tr><td style="padding:5px 10px 1px;text-align:left;font-size:12px;"><b>歌词:</b></td><td style="text-align:right"></td></tr></table>
                <div style="display:none;height:276px;width:350px;line-height:20px;overflow-y:scroll;overflow-x:hidden;background:#fff;display:none" id="LrcShower_div"></div>
        </div>
</div>
<div style="display:none" id="lrctellall_div"></div>
<div id="InP_div">
<a href="http://post.baidu.com/f?kw=%B0%D9%B6%C8MP3%CA%D4%CC%FD" target="_blank">意见与反馈</a>&nbsp;&nbsp;<a href="http://www.baidu.com/search/listencopyright.html" target=_blank style="color:#666666">权利声明</a>
</div>
<!-- script type="text/javascript" src="js/jslog.js"></script> -->
<script>
/*@cc_on @*/
/*@set @dLrc=false @*/
var isFF=(navigator.userAgent.toLowerCase().indexOf("firefox")!=-1)
var hasLrc
var pID=null;
function init(lrcID) {
        /*@if (@dLrc)
                jslog.info("begin init lrcID=" + lrcID);
                @end
                @*/
        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;};};
       
        document.getElementById("plus_a").contentEditable = false;
        document.getElementById("pre_a").contentEditable = false;
        document.getElementById("next_a").contentEditable = false;
        document.getElementById("plus_div").contentEditable = false;
        document.getElementById("pre_div").contentEditable = false;
        document.getElementById("next_div").contentEditable = false;

        if (isFF) {
                document.getElementById("arrowright_div").style.display = "none";
          document.getElementById("plus_div").style.display = "none";
          document.getElementById("Lrc_div").style.marginRight = "15px";
        };
        document.getElementById("next_div").style.display = "none";
        document.getElementById("pre_div").style.display = "none";
       
        if(document.getElementById('MediaPlayer1')){pID="MediaPlayer1"}
        else{
          if(document.getElementById('RealPlayer1')){pID="RealPlayer1"}
        }

        if(lrcID && lrcID != "" && lrcID != "0" && lrcID != 0) {
                /*@if (@dLrc)
                        jslog.info("load lrcID:" + lrcID);
                        @end
                        @*/
                var re=new RegExp("^+$");
                var d= lrcID.match(re)
                hasLrc=(d!=null&&d!=""&&parseInt(lrcID)>0)
          
                if(!isFF){
                        if(hasLrc){
                                document.getElementById('Blrc').style.display="";
                                document.getElementById('LrcShower_div').style.display="";
                                if(typeof(lrcInterface)=="function"){
                                        lrcInterface(pID,lrcID);
                                }else{
                                        document.getElementById('LrcShower_div').innerHTML="<br><br><br><br><br><br><span style='font-size:12px;margin-left:12px'>&nbsp;可能是因为网络的原因,系统没有找到合适的歌词。请稍后重试</span>";
                                }
                        }//endif(hasLrc)
                }//end if(!isFF)
        } else {
                /*@if (@dLrc)
                        jslog.info("hasLrc = false");
                        @end
                        @*/
                hasLrc = false;
                tmpLrcContent = "";
                tmpLrcs = new Array();
        document.getElementById('LrcShower_div').innerHTML = "<br><br><br><br><br><br><span style='font-size:12px;margin-left:12px'>&nbsp;抱歉,系统未找到对应歌词。";
        /*@if (@dLrc)
                        jslog.info("end init");
                        @end
                        @*/
        }//if(lrcID)结束
}//init

var reg = new RegExp("(^|&)"+ "si" +"=([^&]*)(&|$)");
var r = window.location.search.substr(1).match(reg);

if (r!=null) {
arrPar = r.split(";;")
//alert("r: "+r);
lrcID = arrPar;
init(lrcID);
}//if (r!=null)结束
</script>

</div>

xiaobibi 发表于 2007-5-25 21:41:55

许巍的 够好听的歌:loveliness:
页: [1]
查看完整版本: 蓝莲花