如题所问

解决方案 »

  1.   

    不用 控件的话 ,可以考虑 bgsound..
      

  2.   

    <EMBED src=文件名width="236" height="57" AUTOSTART="1" loop="1" align="middle" style="HEIGHT: 154px; WIDTH: 236px" type=audio/mpeg> </EMBED> 
      

  3.   

    //包含Embed标签的层
    <div id="radio_container"><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/mediaPlayer/" id="player" src="http://pub.qmoon.net:8009/911pop" name="player" width="0" height="0" volume="100"> </embed></div>    //暂定
    var trnode=document.getElementById("player");
    trnode.parentNode.removeChild(trnode);//播放
    var container=document.getElementById("radio_container");var str="<embed type=\"application/x-mplayer2\" pluginspage=\"http://www.microsoft.com/windows/mediaPlayer/\" id=\"player\" src=\"http://直播流地址\" name=\"player\" width=\"0\" height=\"0\" volume=\"100\">";container.innerHTML+=str;