Rendre un script compatible pour firefox

Bonjour,

Je recherchais un script de video pour mettre sur mon site html. Et j’ai trouver mon bonheur, mais malheureusement il ne fonctionne pas sous firefox !
Comment y remedier ???

Car d’autre site comme tf1.fr, jv.com mette en ligne des video et sa marche avec firefox et c’est aussi avec wmp10 !

Voici le script :

<!-- Début Script videos yadetout-groupe.fr -->
<script>
function playIt(filename) {
Player.URL = filename;
}
</script>
<!-- Fin | Script -->
<div align=“center”>
<table border=“0” cellspacing=“1” style=“border-collapse: collapse” bordercolor="#111111" width=“53%” height=“291”>
<tr>
<td width=“2%” height=“261”>&nbsp;</td>
<td width=“56%” height=“261” align=“center”>
<table height=“301” cellSpacing=“0” cellPadding=“0” width=“293” border=“1” bordercolor="#FFFFFF" style=“border-collapse: collapse”>
<tr>
<td align=“middle” width=“337” heigth=“288” bgcolor="#000000" bordercolor="#FFFFFF" height=“301”>
<object ID=“Player” WIDTH=“325” HEIGHT=“299” CLASSID=“CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6”>
<param name=“volume” value=“100”>
<param name=“stretchToFit” value="-1">
</object>
</td>
</tr>
</table>
</td>
<td width=“2%” height=“261”>&nbsp;</td>
</tr>
</table>
</div>
<p align=“center”><b>
<a href=“http://www.david-bastien.com” target="_blank" style=“text-decoration: none”>http://www.david-bastien.com</a></b></p>
<div align=“center”>
<center>
<table border=“0” cellpadding=“0” cellspacing=“0” style=“border-collapse: collapse” width=“62%” id=“AutoNumber2”>
<tr>
<td width=“2%” rowspan=“2”>&nbsp;</td>
<td width=“84%” bgcolor="#FFFFCC">
<p style=“margin-top: 0; margin-bottom: 0” align=“center”>
<b><font color="#FF0000">Cliquez ci-dessous pour voir les
extraits</font></b></p>
<p style=“margin-top: 0; margin-bottom: 0” align=“left”>
<b>1.
<a HREF="#" onclick=“playIt(‘http://www.david.bastien.free.fr/videos/intro.wmv’)” style=“text-decoration: none”>
Intro Spectacle</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.
<a HREF="#" onclick=“playIt(‘http://www.david.bastien.free.fr/videos/dure.wmv’)” style=“text-decoration: none”>
Pourvu que ça dure</a> </b></p>
<p style=“margin-top: 0; margin-bottom: 0” align=“left”>
<b>3.
<a HREF="#" onclick=“playIt(‘http://www.david.bastien.free.fr/videos/serviettes.wmv’)” style=“text-decoration: none”>
Tournez les serviettes</a>&nbsp;&nbsp; 4.
<a HREF="#" onclick=“playIt(‘http://www.david.bastien.free.fr/videos/kankan.wmv’)” style=“text-decoration: none”>
Final Kankan</a> </b></p>
</td>
</tr>
<tr>
<td width=“84%”>
Bien sur la liste n’est pas limitative, vous pouvez en
mettre beaucoup d’autres suivant la capacité de votre
serveur.Comme vous pouvez le constater également, pas de
changement de page et plusieurs vidéos a suivre , donc
gain de temps de chargement.</td>
</div>

Si quelqu’un sait comment faire ou connait un script du meme genre qui marche sous firefox…
Merci d’avance.

http://www.david.bastien.free.fr/videos/serviettes.wmv -> File Not Found

C’est pas la reponse que j’attendais…
Personne ne sait comment faire ?

Bah à première vue, une des petites choses génantes et <script>. Normalemen ttu dois préciser au moins le type de script utilisé. Dans ton il semble qu’il faille mettre <script type=“text/javascript”>

Oui, autre chose : sur un hébergement free, les sites ne sont pas accessibles avec les ‘www.’. Tappes ton url dans le genre http://david.bastien.free.fr/videos/intro.wmv.

Sinon je n’ai jamais inclus de vidéos sur mes pages alors je ne saurais pas t’en dire plus. :confused:

Les videos inserer sur ce srcipt ne sont pas de moi elles y etaient deja;
Merci pour ta reponse je vais regarder.