http://expert.csdn.net/Expert/topic/2203/2203981.xml?temp=.9839594
http://expert.csdn.net/Expert/topic/2195/2195185.xml?temp=.8563959

解决方案 »

  1.   

    <OBJECT classid=CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95 codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,05,0809 height=256 id=NSOPlay type=application/x-oleobject width=245 standby="Connecting with Live Event. Please wait patiently..."> 
    <param name="src" value="please.mpg">
    </OBJECT> 
    <br> 
    <input onclick="document.all.NSOPlay.pause()" type=button value="停止"> 
    <input onclick="document.all.NSOPlay.play()" type=button value="播放"> 
    <input onclick="document.all.NSOPlay.Volume='-1000'" type=button value="减小声音"> 
    <input onclick="document.all.NSOPlay.Volume='0'" type=button value="增大声音"> 
    <input onclick="document.all.NSOPlay.Stop();document.all.NSOPlay.CurrentPosition=0;document.all.NSOPlay.play()" type=button value="回放"> 
    </body>