problème dimensions SWF

problème dimensions SWF - HTML/CSS - Programmation

Marsh Posté le 01-05-2012 à 18:01:00    

Bonjour,
 
Alors voilà je suis un gros noob du HTML et je voudrais simplement créer une page avec un fichier SWF créé... voici mon code (oui je sais, dreamweaver :o)  :
 
 

Code :
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
  7. </head>
  8. <body>
  9. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1024" height="768" SCALE="exactfit" id="FlashID" title="champs">
  10.   <param name="movie" value="test.swf" />
  11.   <param name="quality" value="high" />
  12.   <param name="wmode" value="opaque" />
  13.   <param name="swfversion" value="6.0.65.0" />
  14.   <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
  15.   <param name="expressinstall" value="Scripts/expressInstall.swf" />
  16.   <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
  17.   <!--[if !IE]>-->
  18.   <object type="application/x-shockwave-flash" data="test.swf" width="1024" height="768" SCALE="exactfit">
  19.     <!--<![endif]-->
  20.     <param name="quality" value="high" />
  21.     <param name="wmode" value="opaque" />
  22.     <param name="swfversion" value="6.0.65.0" />
  23.     <param name="expressinstall" value="Scripts/expressInstall.swf" />
  24.     <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
  25.     <div>
  26.       <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
  27.       <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
  28.     </div>
  29.     <!--[if !IE]>-->
  30.   </object>
  31.   <!--<![endif]-->
  32. </object>
  33. <script type="text/javascript">
  34. swfobject.registerObject("FlashID" );
  35. </script>
  36. </body>
  37. </html>


 
Là tout s'affiche nickel... Le problème, c'est quand je change la taille de l'animation, pour qu'elle prenne toute la page :
 
<object type="application/x-shockwave-flash" data="test.swf" width="100%" height="100%" SCALE="exactfit">
 
ça m'écrase complètement mon animation, et là, c'est le drame, et ça donne ça :
 
http://vasseur.manuel.free.fr/champs3.html  [:prozac]  
 
Merci d'avance pour vos explications :)
 

Reply

Marsh Posté le 01-05-2012 à 18:01:00   

Reply

Marsh Posté le 02-05-2012 à 14:37:28    

SCALE="exactfit" semble être la clé de ton problème
 
 cf. http://livedocs.adobe.com/flash/9.0/main/00002154.html

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed