Windows2000 sever自带有media server ,但是,它只支持M$的几种格式的流媒体,asf,wmv,wma等少数

解决方案 »

  1.   

    微软的mediaPlayer就可以阿,我现在正在用呢,不需要什么软件的
      

  2.   

    <OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"  width=300 height=300 standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
    <PARAM NAME="FileName"          VALUE="file://c:/windows/media/Chord.wav">
    <PARAM NAME="TransparentAtStart" Value="true">
    <PARAM NAME="AutoStart"          Value="true">
    <PARAM NAME="AnimationatStart"  Value="true">
    <PARAM NAME="ShowControls"      Value="true">
    <PARAM NAME="autoSize" Value="true"> 
            <PARAM NAME="displaySize" Value="0">
      <Embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="28.asx" Name=MediaPlayer  AutoStart=1 Width=176 Height=144 transparentAtStart=1 autostart=1 animationAtStart=1  ShowControls=1 autoSize=1 displaySize=0>
    </embed></OBJECT>