[HTML] integration flash dans du HTML
bonjour à tous
j'ai un petit soucis
je n'arrive pas à integrer à mon code 2 flash, il n'y a juste que le premier qui s'affiche
voici mon bout de code
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 27 28 29 30 31 32 33 34 35 36
|
<html>
<body>
<table align="center">
<tr>
<td ><input type='text' id='formulaire_recherche' name='recherche' size="10" value="Rechercher"</td>
<td><img src = images/fleche.gif></td>
</tr>
</table>
<table>
<tr>
<td>
<img src = "ollr.jpg">
</td>
<td>
<object type="application/x-shockwave-flash" data="haut_menu.swf" width="500" height="300">
<param name="movie" value="haut_menu.swf" />
</td>
</tr>
<tr>
<td rowspan = 2>
<object type="application/x-shockwave-flash" data="menu.swf" width="500" height="300">
<param name="movie" value="menu.swf" />
</table>
</body>
</html> |
merci ebaucoup pour votre aide ;)