不妨试试这几个播放器设置〉〉〉
希望有一款能让你听到。。。
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值变自动播放
附上源码供铁匠们参考