[FLASH MX] Problème pour afficher 2 swf dans 1 page html
Bonjour,
j'ai un petit souci, j'ai une page HTML ou j'essai d'afficher 2 SWF successifs dans 2 cellules d'une table. Le premier se charge mais pas le second. Si je les charge séparemment, ça marche ! Je comprends plus rien.
P L E A S E H E L P !!!
1ère cellule:
Code:
1 2 3 4 5 6
| <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"770\" height=\"65\" border=\"1\">
<param name=\"movie\" value=\"fichier1.swf\">
<param name=\"quality\" value=\"high\">
<embed src=\"fichier1.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"770\" height=\"65\">
</embed>
</object><br> |
2ème cellule juste après:
Code:
1 2 3 4 5 6
| <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"770\" height=\"250\">
<param name=\"movie\" value=\"fichier2.swf\">
<param name=\"quality\" value=\"high\">
<embed src=\"fichier2.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"770\" height=\"250\">
</embed>
</object> |
Merci du coup de pouce.