Alt
06/12/2005, 09h40
Pour l'Header de vB-fr ici,
pour que ça fonctionne bien sur tous les navigateurs, il faut donc :
* A remplacer les codes :
<td width="615" height="168" style="background:url(images/misc/new_logo.png)">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="615" height="168">
<param name="movie" value="flash/header.swf" />
<param name="quality" value="high" />
<embed src="images/misc/new_logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="615" height="168"></embed>
</object>
</td>
* Avec ceux-ci :
<td width="615" height="168" style="background:url(images/misc/new_logo.png)">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="615" height="168">
<param name="movie" value="images/misc/new_logo.swf" />
<param name="quality" value="high" />
<embed src="images/misc/new_logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="615" height="168"></embed>
</object>
</td>
Info :
-----
* "flash/header.swf" > "images/misc/new_logo.swf"
* style="background:url(images/misc/new_logo.png) C'est pas obligé pour ce background.
Voilà et je pense que c'est bon xD!!
A+
pour que ça fonctionne bien sur tous les navigateurs, il faut donc :
* A remplacer les codes :
<td width="615" height="168" style="background:url(images/misc/new_logo.png)">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="615" height="168">
<param name="movie" value="flash/header.swf" />
<param name="quality" value="high" />
<embed src="images/misc/new_logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="615" height="168"></embed>
</object>
</td>
* Avec ceux-ci :
<td width="615" height="168" style="background:url(images/misc/new_logo.png)">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="615" height="168">
<param name="movie" value="images/misc/new_logo.swf" />
<param name="quality" value="high" />
<embed src="images/misc/new_logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="615" height="168"></embed>
</object>
</td>
Info :
-----
* "flash/header.swf" > "images/misc/new_logo.swf"
* style="background:url(images/misc/new_logo.png) C'est pas obligé pour ce background.
Voilà et je pense que c'est bon xD!!
A+