Lancer un flash au chargement de la page
Bon j'espere etre au bon endroit sinon excusez moi d'avance !
j'explique mon probleme :
je dois mal gerer je veux juste que ma video se declenche au demarage du site !
voici le code original et j'aimerais que quelqu'un me donne le bon code car j'ai essaye aves la commande autostart="false" mais je dois la placer au mauvais endroit sinon je vois pas...
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 26
| <html>
<head>
<meta http-equiv="Content-Language" content="fr">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nouvelle page 2</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#000000" width="100%" id="AutoNumber1" background="http://www.fmplayers.com/images/fondblock.JPG" height="217">
<tr>
<td width="100%" height="100">
<div>
<p align="center"><font size="4"><object width="300" height="300" align="middle"><param name="movie" value="http://www.dailymotion.com/swf/5N3yoGQTOanSv1d1T"></param><param name="allowfullscreen" value="true"></param>
<embed src="http://www.dailymotion.com/swf/5N3yoGQTOanSv1d1T" type="application/x-shockwave-flash" width="180" height="155" allowfullscreen="true"></embed></object><br />
</font></div>
</td>
</tr>
</table>
</body>
</html> |