Forum de discussion
Forum « Flash et Shockwave » (archives)
flash et firefox
Envoyé: 21 mars 2006, 2h52 par seiyar314
J'ai un petit soucis avec firefox, sous IE l'animation se met bien en plein écran, tandis que sous firefox elle apparait en tout petit.
Si je lance juste le .swf avec firefox, l'animation s'affiche correctement donc j'en déduit que cela vient forcément du code html généré par flash...
Voici ce code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >
<title>INTRO</title>
</head>
<body bgcolor="#000000">
<!--URL utilisées dans l'animation-->
<!--texte utilisé dans l'animation-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="INTRO" align="middle">
<param name="allowScriptAccess" value="sameDomain" >
<param name="movie" value="INTRO.swf" >
<param name="loop" value="false" >
<param name="quality" value="high" >
<param name="bgcolor" value="#000000" >
<embed src="INTRO.swf" loop="false" quality="high" bgcolor="#000000" width="100%" height="100%" name="INTRO" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" >
</object>
</body>
</html>
J'ai essayé juste en mettant :
<embed src="INTRO.swf" loop="false" quality="high" bgcolor="#000000" width="100%" height="100%" name="INTRO" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" >
mais même problème, si je change width et height en px, là firefox fait bien un redimensionnement, firefox n'accepte pas width="100%" height="100%" dans les attributs???
Je met le lien pour que vous voyez exactement de quoi il en retourne...
http://teamathena.free.fr/
Si quelq'un a une explication, je suis preneur et bien sûr une solution serait meilleure ;)
Réponses
|