楼上的很全了啊 我也弄个 不过要再跳出个页面
网页和音乐应该在同一个文件夹里
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language="vbscript">
sub bf_onclick()
window.open( "郑钧-赤裸裸(硬摇滚版).mp3" )
end sub
</script>
</head>
<body>
<input type=button name="bf" value="播放">
</body>
</html>