php能干这事吗?
似乎是解释html的ie调用系统干的吧?只有win32平台

解决方案 »

  1.   

    应该找的是windows media
    和real的SDK
    dreamwever 有响应的extension可以用的。
      

  2.   

    <OBJECT classid=CLSID:22D6f312-b0f6-11d0-94ab-0080c74c7e95 height=201 
    id=MediaPlayer type=application/x-oleobject width=283 VIEWASTEXT> 
    <PARAM VALUE="http://www.online2.sh.cn/adtest/admain.asx" NAME="FileName"> 
    <PARAM VALUE="true" NAME="AutoStart"> 
    <PARAM VALUE="-1" NAME="AutoRewind"> 
    <PARAM VALUE="false" NAME="AnimationAtStart"> 
    <PARAM VALUE="false" NAME="ShowControls"> 
    <PARAM VALUE="false" NAME="ClickToPlay"> 
    <PARAM VALUE="true" NAME="EnableContextMenu"> 
    <PARAM VALUE="false" NAME="EnablePositionControls"> 
    <PARAM VALUE="0" NAME="Balance"> 
    <PARAM VALUE="false" NAME="ShowStatusBar"> 
    <PARAM VALUE="0" NAME="AutoSize"> 
    <embed height="201" width="283" showdisplay="0" showstatusbar="1" showcontrols="0" enablepositioncontrols="false" clicktoplay="false" enablecontextmenu="false" autostart="false" src="" filename="" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" type="application/x-mplayer2"></embed></OBJECT> 
      

  3.   

    这也是php的?
    <embed src="文件地址" type="audio/x-pn-realaudio-plugin" controls="PlayButton" autostart="true"></embed>
    也就可以了,最简单的一种!