Audio différents avec Chrome et IE
Bonjour,
Alors voilà, totalement débutante j'ai construit un site pédagogique. Ce site contient de nombreux sons. Malheureusement ceux ci se lisent tous seul avec Chrome alors qu'avec IE cela marche très bien. Je ne sais pas comment régler ce problème.
Voici un exemple
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| <h2>4) Encore des mots avec le son [e]</h2>
<TABLE BORDER="2" WIDTH="80%" >
<CAPTION>Mots courants avec le son [e]</CAPTION>
<TR>
<TD ALIGN=center>premier</TD>
<TD ALIGN=center>dernier</TD>
<TD ALIGN=center>entier</TD>
<TD ALIGN=center>particulier</TD>
<TD ALIGN=center>métier</TD>
<TD ALIGN=center>régulier</TD>
<TD ALIGN=center><embed src="http://hyperclasse.net/lire-et-ecrire/ml-p40ER-ET-EZ/ml-p40ER-ET-EZ-mdt/ml-p40ER-ET-EZ-mdt-ligne1.mp3" width="250" height="40" AutoStart=false ></embed></TD>
</TR>
<TR>
<TD ALIGN=center>demander</TD>
<TD ALIGN=center>rappeler</TD>
<TD ALIGN=center>répéter</TD>
<TD ALIGN=center>manier</TD>
<TD ALIGN=center>assez</TD>
<TD ALIGN=center>chez</TD>
<TD ALIGN=center><embed src="http://hyperclasse.net/lire-et-ecrire/ml-p40ER-ET-EZ/ml-p40ER-ET-EZ-mdt/ml-p40ER-ET-EZ-mdt-ligne2.mp3" width="250" height="40" AutoStart=false ></embed></TD>
</TR>
</TABLE> |
Le site en question est ici http://hyperclasse.net/lire-et-ecrir...0ER-ET-EZ.html (enfin c'est une page parmi les autres)
Merci pour les réponses que vous pourrez apporter
Corinne