最简单的mp3播放器,只有播放和暂停
<body>
<form id="form1" runat="server">
<div>
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id="mp_1" width="0"
height="0">
<param name="AudioStream" value="-1">
<param name="AutoSize" value="-1">
<!--是否自动调整播放大小-->
<param name="AutoStart" value="0">
<!--是否自动播放-->
<param name="AnimationAtStart" value="0">
<param name="AllowScan" value="-1">
<param name="AllowChangeDisplaySize" value="-1">
<param name="AutoRewind" value="0">
<param name="Balance" value="0">
<!--是否允许拉动播放进度条到任意地方播放-->
<param name="Filename" value="mp3/001.mp3" valuetype="ref">
</object>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15%" height="23" align="right">
<img id="img1" runat="server" src="../images/celeb/yinyueming_47.jpg" width="20"
height="16" /></td>
<td width="26%" height="23">
<img id="img2" runat="server" src="../images/celeb/yinyueming_44.jpg" width="31"
height="23" /></td>
<td width="15%" height="23">
<img id="img3" onclick="mp_1.play()" runat="server" src="../images/celeb/yinyueming_50.jpg"
width="16" height="16" style="cursor: hand;" /></td>
<td width="44%" height="23">
<img id="img4" onclick="mp_1.pause()" runat="server" src="../images/celeb/yinyueming_52.jpg"
width="16" height="16" style="cursor: hand;" /></td>
</tr>
</table>
</div>
</form>
</body>
<form id="form1" runat="server">
<div>
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id="mp_1" width="0"
height="0">
<param name="AudioStream" value="-1">
<param name="AutoSize" value="-1">
<!--是否自动调整播放大小-->
<param name="AutoStart" value="0">
<!--是否自动播放-->
<param name="AnimationAtStart" value="0">
<param name="AllowScan" value="-1">
<param name="AllowChangeDisplaySize" value="-1">
<param name="AutoRewind" value="0">
<param name="Balance" value="0">
<!--是否允许拉动播放进度条到任意地方播放-->
<param name="Filename" value="mp3/001.mp3" valuetype="ref">
</object>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15%" height="23" align="right">
<img id="img1" runat="server" src="../images/celeb/yinyueming_47.jpg" width="20"
height="16" /></td>
<td width="26%" height="23">
<img id="img2" runat="server" src="../images/celeb/yinyueming_44.jpg" width="31"
height="23" /></td>
<td width="15%" height="23">
<img id="img3" onclick="mp_1.play()" runat="server" src="../images/celeb/yinyueming_50.jpg"
width="16" height="16" style="cursor: hand;" /></td>
<td width="44%" height="23">
<img id="img4" onclick="mp_1.pause()" runat="server" src="../images/celeb/yinyueming_52.jpg"
width="16" height="16" style="cursor: hand;" /></td>
</tr>
</table>
</div>
</form>
</body>