不妨試試這幾個播放器設置〉〉〉
希望有一款能讓你聽到。。。
1. WXC插入新貼提供碼 - FF3.5+ needs plugin,IE seems ok
<div><embed src="http://space.wenxuecity.com/media/1288073529.m3u" width=300 height=40 controls=ControlPanel loop=true autostart=false volume=100 type=audio/x-pn-realaudio-plugin Initfn=load-types mime-types=mime.types ></div>
2. works on both FF3.x & IE7+
<div><embed src="http://space.wenxuecity.com/media/1288073529.m3u" width=300 height=40 controls=ControlPanel loop=true autostart=false volume=100 type=application/x-mplayer2 ></div>
3. may work on IE, FF needs plugin
<div><embed src="http://space.wenxuecity.com/media/1288073529.m3u" width=300 height=40 controls=ControlPanel loop=true autostart=false volume=100 type=audio/mpeg ></div>
4. works on both FF3.x & IE7+
<div><OBJECT width="300" height="40" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="http://space.wenxuecity.com/media/1288073529.m3u"> <PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> <PARAM NAME="AutoStart" VALUE="false"> <PARAM name="uiMode" value="mini"> <PARAM name="Volume" value="100"> <param name='enableContextMenu' value='False'> <PARAM name="PlayCount" value="1000"> <embed src="http://space.wenxuecity.com/media/1288073529.m3u" width=300 height=40 autostart=0 volume=0 loop=-1 type="application/x-mplayer2" enableContextMenu='False' />
</OBJECT></div>
注:這裏均設定手動點擊播放,可改變autostart值變自動播放
附上源碼供鐵匠們參考