我也要,谢谢!
[email protected]

解决方案 »

  1.   

    接分
    <html>
    <HTML>
     
    <HEAD>
    <TITLE>CnSide MP V1.0.1</TITLE>
    <META name="Author" content="CnSide MP V1.0.1, Hoja T">
    <META name="Keywords" content="CnSide MP V1.0.1 MPlaylist">
    <META name="Description" content="mp3,asf,wav,mid,网上媒体播放">
    <META http-equiv="Content-Type" content="text/html; charset=gb2312">
    <STYLE TYPE="text/css">
    <!--
         A:LINK 
    {
     COLOR: SILVER;
     TEXT-DECORATION: NONE ;
    }
         A:HOVER 
    {
     COLOR: WHITE;
     TEXT-DECORATION: NONE ;
    }
         A:ACTIVE 
    {
     COLOR: WHITE;
     TEXT-DECORATION: NONE ;
    }
         A:VISITED 
    {
     COLOR: SILVER;
     TEXT-DECORATION: NONE ;
    }
         BODY 
    {
     MARGIN: 0PX 0PX 0PX 0PX;
     BACKGROUND:WHITE;
     CURSOR:CROSSHAIR;
    }
     .TITLE
    {
     FONT-FAMILY: "ARIAL", "HELVETICA", "SANS-SERIF";
     FONT-SIZE: 9PT;
     COLOR:#EC008C;
     ;
    }
    .TIME
    {
    FONT-FAMILY: "ARIAL", "HELVETICA", "SANS-SERIF";
     FONT-SIZE: 9PT;
     COLOR:DARKBLUE;
    }
    -->
    </STYLE>
    <SCRIPT Language="JavaScript" src="cnsidebud.js"></SCRIPT>
    <SCRIPT Language="JavaScript"><!--
    //基本功能设置,true为开放,false为关闭。
    //定义是否自动播放
    var blnAutoStart = false;
    //定义是否循序播放
    var blnRndPlay = false; 
    //定义是否显示状态栏
    var blnStatusBar = true; 
    //定义是否显示音控状态
    var blnShowVolCtrl = true;
    //定义是否允许显示播放清单
    var blnShowPlist = true;
    //定义是否使用SMI模式(如无需要请勿修改)
    var blnUseSmi = false;
    //定义是否循环播放
    var blnLoopTrk = true;
    //定义是否跳出歌曲信息
    var blnShowMmInfo =false;
    --></SCRIPT>
    <script language="JavaScript">mkList("http://127.0.0.1/111.asf");
    </script>
    <script language="JavaScript" src="time.js"></script>
    <SCRIPT Language ="JScript" FOR=Exobud EVENT=openStateChange(sf)> evtOSChg(sf); </SCRIPT>
    <SCRIPT Language ="JScript" FOR=Exobud EVENT=playStateChange(ns)> evtPSChg(ns); </SCRIPT>
    <SCRIPT Language ="JScript" FOR=Exobud EVENT=error()> evtWmpError(); </SCRIPT>
    <SCRIPT Language ="JScript" FOR=Exobud EVENT=Buffering(bf)> evtWmpBuff(bf); </SCRIPT>
    <SCRIPT Language ="JavaScript" src="imgchg.js"></SCRIPT>
    </HEAD><BODY onLoad="initExobud();show5();" ondragstart="return false" onselectstart="return false" style="overflow:hidden;" topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
     <!--  调用Windows Media 7.0播放器 -->
     <OBJECT ID=Exobud CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
    type="application/x-oleobject" width="0" height="0" 
    style="position:relative;left:0px; top:0px;width:0px;height:0px;">
    <param name="autoStart" value="true"> 
    <param name="balance" value="0"> 
    <param name="currentPosition" value="0"> 
    <param name="currentMarker" value="0"> 
    <param name="enableContextMenu" value="false"> 
    <param name="enableErrorDialogs" value="false"> 
    <param name="enabled" value="true"> 
    <param name="fullScreen" value="false"> 
    <param name="invokeURLs" value="false"> 
    <param name="mute" value="false"> 
    <param name="playCount" value="1"> 
    <param name="rate" value="1"> 
    <param name="uiMode" value="none"> 
    <param name="volume" value="100"> 
      

  2.   

    </OBJECT>
     <TABLE  border=0 cellspacing=0 cellpadding=0 height=25 width=100%>
      <TR>
        <TD width=25 height=25 background="./img/bg.gif"  align=center valign=middle NOWRAP><img name="scope" src="./img/scope_off.gif" width=20 height=21 border=0 onClick="vizExobud();" style="cursor:help;"></TD>
        <TD width=11 height=25  background="./img/bg1l.gif" NOWRAP>&nbsp;</TD>
        <TD valign=middle  width=215 height=25 background="./img/bg1c.gif" NOWRAP>&nbsp;
            <marquee behavior="scroll"  scrolldelay=70 scrollamount=2 width=200 height=12>
             <span id="disp1" width=210 class="title" align=left>CnSide MP</span>
     <span id=liveclock width=150 class="title"> </span>
            </marquee>
        </TD>
        <TD width=11 height=25  background="./img/bg1r.gif" NOWRAP>&nbsp;</TD>
        <TD width=11 height=25  background="./img/bg2l.gif" NOWRAP>&nbsp;</TD>
        <TD width=105 height=25 align=center valign=middle background="./img/bg2c.gif" NOWRAP onClick="chgTimeFmt();this.blur();">
            <span id="disp2" width=105 class="time" align="center" title ="时间显示(Elaps/Laps)" style="cursor:hand;">00:00 | 00:00</span>
        </TD>
        <TD width=11 height=25  background="./img/bg2r.gif" NOWRAP>&nbsp;</TD>
        <TD width=5 height=25  background="./img/bg.gif" NOWRAP>&nbsp;</TD>
        <TD width=15 height=25 valign=bottom background="./img/bg.gif" NOWRAP><img name="vmute" src="./img/btn_mute_off.gif" border=0 width=15 height=25 onClick="wmpMute();this.blur();" onMouseOver="imgtog('vmute',2);" onMouseOut="imgtog('vmute',3);" style="cursor:hand;" title="静音(Mute)"></TD>
        <TD width=15 height=25 valign=bottom background="./img/bg.gif" NOWRAP><img name="vdn" src="./img/btn_vdn.gif" border=0 width=15 height=25 onClick="wmpVolDn();this.blur();" onMouseOver="imgtog('vdn',2);" onMouseOut="imgtog('vdn',3)" style="cursor:hand;" title="降音"></TD>
        <TD width=15 height=25 valign=bottom background="./img/bg.gif" NOWRAP><img name="vup" src="./img/btn_vup.gif" border=0 width=15 height=25 onClick="wmpVolUp();this.blur();" onMouseOver="imgtog('vup',2);" onMouseOut="imgtog('vup',3)" style="cursor:hand;" title="增音"></TD>
        <TD width=5 height=25  background="./img/bg.gif" NOWRAP>&nbsp;</TD>
        <TD height=25 width=15 valign=bottom background="./img/bg.gif" NOWRAP><img name="pmode" src="./img/btn_rndmode_off.gif" border=0 width=15 height=25 onClick="chgPMode();this.blur();" onMouseOver="imgtog('pmode',2);" onMouseOut="imgtog('pmode',3)" style="cursor:hand;" title="模式"></TD>
        <TD height=25 width=15 valign=bottom background="./img/bg.gif" NOWRAP><img name="rept" src="./img/btn_rept_off.gif" border=0 width=15 height=25 onClick="chkRept();this.blur();" onMouseOver="imgtog('rept',2);" onMouseOut="imgtog('rept',3)" style="cursor:hand;" title="循环"></TD>
        <TD width=5 height=25  background="./img/bg.gif" NOWRAP>&nbsp;</TD>
        <TD height=25 width=24 valign=bottom background="./img/bg.gif" NOWRAP><img name="prevt" src="./img/btn_prev.gif" border=0 width=24 height=25 onClick="playPrev();this.blur();" onMouseOver="imgtog('prevt',2);" onMouseOut="imgtog('prevt',3)" style="cursor:hand;" title="上一首"></TD>
        <TD height=25 width=24 valign=bottom background="./img/bg.gif" NOWRAP><img name="pauzt" src="./img/btn_pauz_off.gif" border=0 width=24 height=25 onClick="wmpPP();this.blur();" onMouseOver="imgtog('pauzt',2);" onMouseOut="imgtog('pauzt',3)" style="cursor:hand;" title="暂停/继续"></TD>
        <TD height=25 width=24 valign=bottom background="./img/bg.gif" NOWRAP><img name="stopt" src="./img/btn_stop.gif" border=0 width=24 height=25 onClick="wmpStop();this.blur();" onMouseOver="imgtog('stopt',2);" onMouseOut="imgtog('stopt',3)" style="cursor:hand;" title="停止"></TD>
        <TD height=25 width=24 valign=bottom background="./img/bg.gif" NOWRAP><img name="playt" src="./img/btn_play.gif" border=0 width=24 height=25 onClick="startExobud();this.blur();" onMouseOver="imgtog('playt',2);" onMouseOut="imgtog('playt',3)" style="cursor:hand;" title="播放"></TD>
        <TD height=25 width=24 valign=bottom background="./img/bg.gif" NOWRAP><img name="nextt" src="./img/btn_next.gif" border=0 width=24 height=25 onClick="playNext();this.blur();" onMouseOver="imgtog('nextt',2);" onMouseOut="imgtog('nextt',3)" style="cursor:hand;" title="下一首"></TD>
        <TD width=5 height=25  background="./img/bg.gif" NOWRAP>&nbsp;</TD>
        <TD height=25 valign=bottom background="./img/bg.gif" NOWRAP><img name="plist" src="./img/btn_plist.gif" border=0 width=24 height=25 onClick="openPlist();this.blur();" onMouseOver="imgtog('plist',2);" onMouseOut="imgtog('plist',3)" style="cursor:hand;" title="歌曲列表"></TD>
        <TD height=25 background="./img/bg.gif" NOWRAP>&nbsp;</TD>              
      </TR><TR><TD colspan=23 height=0>
          <div id="capText" style="width:100%;height:60;font-size:11px;color:white;background-color:#555555;display:none;"><P>CnSide MP</div>
       </TD>
      </TR>
     </TABLE>
     <SCRIPT Language="JavaScript"><!--
     function mkList(u,t,s,f){
     var cu=u;
     var ct=t;
     var cs=s;
     var cf=f;
     var idx=0; if(objMmInfo == null){ objMmInfo=new Array(); idx=0;}
     else{ idx=objMmInfo.length;}
     if(u=="" || u==null){cu="mms://";}
     if(t=="" || t==null){ct="未知歌曲";}
     if(f=="f" || f=="F"){cf="f";}
     else{cf="t"; intSelMmCnt=intSelMmCnt+1;} if(blnUseSmi){ objMmInfo[idx]=new mkMmPath(cu,ct,cf,cs);}
     else{objMmInfo[idx]=new mkMmPath(cu,ct,cf);} intActMmCnt=intSelMmCnt;
     intMmCnt=objMmInfo.length;
    }
     --></SCRIPT>
    </BODY>
    </HTML>
      

  3.   

    To listhome(超级无敌简直菜的要了命)
    这个代码我有呀!http://www.china-lc.net/bbs2/model/home_model/3/music/index.aspx
    我要是的孟子页上的代码!
      

  4.   

    其实就是一个asx格式的文件
    http://dotnet.aspx.cc/play.aspx是播放页面