control the volume

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arozow
    New Member
    • Mar 2007
    • 1

    control the volume

    I want to control the volume.
    But it's not working.

    Code:
          <object  id="dmo" name="dmo" class="dmo" hidden="true" CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="0" height="0" >
              <param name="src" value="http://montaigne.univ-paris3.fr/ram//RSN/semaine1/Mus_Int_DJ_Francois.ram">
              <param name="console" value="radio">
              <param name="controls" value="all">
              <param name="autostart" value="false">
    		  <PARAM NAME="Volume" VALUE="100"> 
              <embed 
    		  src="http://montaigne.univ-paris3.fr/ram//RSN/semaine1/Mus_Int_DJ_Francois.ram"
    		  width="0" height="0"
    		  hidden="true"
    		  autostart="false" loop="false" nojav="true"
    		  console="radio"
    	      controls="ControlPannel" name="dmo"></embed> 
       <noembed><a href="http://"></noembed></a> 
          </object>
    
          <div class="lecteur"> 
    		<div class="lecteur1">
            <a href="javascript:play(); detecteTitre();"><img src="img/play.jpg"  alt="play" class="play"/></a> 
            <a href="javascript:pause()"><img src="img/pause.jpg" alt="pause" class="pause"/></a> 
            <a href="javascript:stop()"><img src="img/stop.jpg" alt="stop" class="stop" /></a> 
    		</div>
    		<div class="lecteur2" id="lecteur2">
            <a href="javascript:avant()"><img src="img/arriere-double.jpg" alt="avant" width="16" height="15" class="avant" /></a>
            <a href="javascript:avant()"><img src="img/arriere-simple.jpg" alt="avant" width="16" height="15" class="avant" /></a> 		 
            <a href="javascript:arriere()"><img src="img/avant-simple.jpg" alt="arriere" width="16" height="15" class="arriere" /></a>
            <a href="javascript:arriere()"><img src="img/avant-double.jpg" alt="arriere" width="16" height="15" class="arriere" /></a>
    		</div>
    		<div class="lecteur3">
    		   <a href="javascript:volumePlus()"><img src="img/volume.jpg"  alt="volume" width="16" height="15" class="volume"/></a>
    		   <a href="#" onclick="VolumeMoins();"><img src="images/commande/moins-off.gif" id="moins" name="moins" title="moins" alt="moins" onmousedown="MM_swapImage('moins','','images/commande/moins-on.gif',1);" onmouseup="MM_swapImgRestore()" style="margin-right: 5px;"></a><a href="#" onclick="VolumePlus();"><img src="volume.jpg" id="plus" name="plus" title="plus" alt="plus" onmousedown="MM_swapImage('plus','','images/commande/plus-on.gif',1);" onmouseup="MM_swapImgRestore()"></a>
    		</div>
    What should i do?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    See if this link helps. If not, post your volume-setting code.

    Comment

    Working...