Ce script marche tres bien dans son fonctuionnement, mais lorsque que je l'utilise dans un calque aucun probleme pour l integerer dans mon design , mais lorsque que j'utilise un tableau une bande blanche apparait en dessous des mes animations flash, donc cela pose un gros probleme dans mon design. Voulant a tout pris utiliser un tableau pouvez vous m aider a faire disparaitre cette bande
Pour l exemple de mon probleme venez voir cette page :
http://women.jexiste.fr/x2.php
Voivi le code que j'utilise :
<title>Document sans titre</title>
</head>
<body>
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="4"> </td>
<td colspan="2">
<?
$swf = array("banniereagard.swf", "bannierecoupe.swf", "bannierediguelman.swf", "bannieregroupe.swf", "bannierelacoste.swf", "banniereramos.swf");
srand ((double)microtime()*1000000);
shuffle($swf);
echo '<object width="924" height="250">
<param name="movie" value="'.$swf[0].'">
<embed src="'.$swf[0].'" width="924" height="250">
</embed>
</object>';
?></td>
<td rowspan="4"> </td>
</tr>
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shoc ... n=7,0,19,0" width="190" height="560">
<param name="movie" value="flash/menu.swf" />
<param name="quality" value="high" />
<embed src="flash/menu.swf" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="190" height="560"></embed>
</object></td>
<td rowspan="2" align="left" valign="top"><img src="images/fond.jpg" width="734" height="870" /></td>
</tr>
<tr>
Ce script marche tres bien dans son fonctuionnement, mais lorsque que je l'utilise dans un calque aucun probleme pour l integerer dans mon design , mais lorsque que j'utilise un tableau une bande blanche apparait en dessous des mes animations flash, donc cela pose un gros probleme dans mon design. Voulant a tout pris utiliser un tableau pouvez vous m aider a faire disparaitre cette bande
Pour l exemple de mon probleme venez voir cette page : http://women.jexiste.fr/x2.php
Voivi le code que j'utilise :
<title>Document sans titre</title>
</head>
<body>
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="4"> </td>
<td colspan="2">
<?
$swf = array("banniereagard.swf", "bannierecoupe.swf", "bannierediguelman.swf", "bannieregroupe.swf", "bannierelacoste.swf", "banniereramos.swf");
srand ((double)microtime()*1000000);
shuffle($swf);
echo '<object width="924" height="250">
<param name="movie" value="'.$swf[0].'">
<embed src="'.$swf[0].'" width="924" height="250">
</embed>
</object>';
?></td>
<td rowspan="4"> </td>
</tr>
<tr>
<td><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="190" height="560">
<param name="movie" value="flash/menu.swf" />
<param name="quality" value="high" />
<embed src="flash/menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="190" height="560"></embed>
</object></td>
<td rowspan="2" align="left" valign="top"><img src="images/fond.jpg" width="734" height="870" /></td>
</tr>
<tr>