我的代码是
         Response.ContentType = "audio/mp3"
        Response.WriteFile("路径")和Response.ContentType = "vedio/mtv"
        Response.WriteFile("路径")

解决方案 »

  1.   

    <embed src="F:\music\03.mp3" width="272" height="45" id="music"> </embed>
      

  2.   

    <embed  >            </embed
    这个什麽意思呀, 我不明白呀,介绍以下,还有
    这个语句放在那呀,谢谢了
      

  3.   

    <HTML>
    <HEAD>

    <title>WebForm1</title>
    <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
    <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
    <meta name="vs_defaultClientScript" content="JavaScript">
    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
    </HEAD>
    <body MS_POSITIONING="GridLayout">
    <embed src="F:\music\03.mp3" width="272" height="45" id="music"> </embed>
    <form id="Form1" method="post" runat="server">
    <FONT face="MS UI Gothic"><INPUT style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 72px" type="button" value="play"
    onclick="music.play()"> <INPUT style="Z-INDEX: 102; LEFT: 160px; POSITION: absolute; TOP: 72px" type="button" value="stop"
    onclick="music.stop()"></FONT>
    </form>
    </body>
    </HTML>
      

  4.   

    用js来写
    <EMBED SRC='Songs/take me to your heart.mp3' WIDTH=0 HEIGHT=0 LOOP='true' AUTOSTART='true'></EMBED>