29-10-2006, 11:15 AM
Voila je voudrais que quelqu'un me corrige ou regarde se qui cloche avec ce code. Je souhaite faire un rollover avec 1 son, en local il marche nikel mais pas sur le serveur !! bizarre.
dans la 1 ligne du body j'ai ajouté la balise embed :
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/head_03.gif','images/head_05.gif','images/boutonsover_13.gif','images/boutonsover_14.gif','images/boutonsover_15.gif','images/boutonsover_16.gif','images/boutonsover_17.gif','images/boutonsover_18.gif','images/boutonsover_19.gif','images/boutonsover_20.gif')"><EMBED NAME="Son" SRC="suit.wav" MASTERSOUND HIDDEN="true" LOOP="false" AUTOSTART="false"></embed>
et sur mon rollover ceci :
<td colspan="2"><a href="index.html" onMouseOut="MM_swapImgRestore();StopSound('Son','wav')" onMouseOver="MM_swapImage('Image431','','images/boutonsover_13.gif',1);PlaySound('Son','wav',1)"><img src="images/boutons_13.gif" name="Image431" width="219" height="27" border="0" id="Image431"></a></td>
merci.
dans la 1 ligne du body j'ai ajouté la balise embed :
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/head_03.gif','images/head_05.gif','images/boutonsover_13.gif','images/boutonsover_14.gif','images/boutonsover_15.gif','images/boutonsover_16.gif','images/boutonsover_17.gif','images/boutonsover_18.gif','images/boutonsover_19.gif','images/boutonsover_20.gif')"><EMBED NAME="Son" SRC="suit.wav" MASTERSOUND HIDDEN="true" LOOP="false" AUTOSTART="false"></embed>
et sur mon rollover ceci :
<td colspan="2"><a href="index.html" onMouseOut="MM_swapImgRestore();StopSound('Son','wav')" onMouseOver="MM_swapImage('Image431','','images/boutonsover_13.gif',1);PlaySound('Son','wav',1)"><img src="images/boutons_13.gif" name="Image431" width="219" height="27" border="0" id="Image431"></a></td>
merci.