Problème de publication - Encore

TO LET OPINIONS , QUESTION , REQUEST or JUST FOR LET FRIENDLY MESSAGE

Re: Problème de publication - Encore

Postby dp5 on Thu Sep 03, 2009 2:02 pm

Hello,


J'ai suivi ton conseil et utilisé la méthode swfobject.
Pour l'instant je ne vois pas très bien la différence, mais si tu dis que c'est mieux je préfère.

Le site fonctionne très bien, il est peut-être un tout petit peu plus lent sur Internet Explorer que sur FireFox mais ce n'est qu'un détail.

Merci encore pour ton aide et ta disponibilité.

Je vais continuer d'explorer tes sites, il y a toujours à apprendre ! :D :D


Dp
User avatar
dp5
 
Posts: 9
Joined: Mon Aug 31, 2009 8:14 pm

Re: Problème de publication - Encore

Postby dp5 on Thu Sep 03, 2009 2:06 pm

Hello,


J'ai suivi ton conseil et utilisé swfobject. Pour l'instant je ne vois pas la différence mais puisque tu dis que c'est mieux, je préfère.
J'ai également essayé sur Internet Explorer, ça fonctionne très bien aussi (c'est un tout petit peu plus long que sur FireFox mais ce n'est qu'un détail).


Merci encore pour ton aide et ta disponibilité.

Je vais continuer d'explorer tes sites, il y a toujours à apprendre !


Thanks :D :D
User avatar
dp5
 
Posts: 9
Joined: Mon Aug 31, 2009 8:14 pm

Re: Problème de publication - Encore

Postby RAD on Thu Sep 03, 2009 3:25 pm

Pour le site de ton ami ! tu as des erreur html !

met plutot ce code pour une insertion propre et valide W3C xhtml strict d un site flash en full screen en css( 100% )

Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
  <head>
    <title>, Conception Graphique
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta http-equiv="Content-Language" content="fr, en" />
    <meta name="title" content="ww" />
    <meta name="author" content="Dpi" />
    <meta name="description" content=" conception graphique, illustrations, sites internet, logos, publicités, chartes graphiques, affiches, animations flash, documents divers, communication interne et externe" />
    <meta name="keywords" content=" conception graphique, illustrations, sites internet, logos, publicités, chartes graphiques, affiches, animations flash, documents divers, communication interne et externe" />
    <meta name="revisit-after" content="15 DAYS" />
    <meta name="copyright" content="" />
    <meta name="robots" content="index, follow,All" />
    <meta name="googlebot" content="index, follow, all" />
    <meta name="expires" content="" />
    <meta name="publisher" content="neome" />
    <meta name="audience" content="Tous" />
    <meta name="Identifier-URL" content="" />
    <meta name="location" content="France, FRANCE" />
<script type="text/javascript" src="swfobject.js">
</script>
<script type="text/javascript">
//<![CDATA[
                        swfobject.registerObject("e-neome", "9.0.0");
//]]>
</script>
     <style type="text/css">
     /*<![CDATA[*/
     html, body, #site {
       height: 100%;
     }

     body {
       margin: 0;
       padding: 0;
       overflow: hidden;
       background-color: #ffffff;
     }
     /*]]>*/
     </style>
  </head>
  <body>  <div id="site">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"  name="e-neome" id="e-neome">
      <param name="movie" value="index.swf" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="index.swf" width="100%" height="100%">
        <!--<![endif]-->
        <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" /></a>
        <p>
          <a href="http://rd">
            <img src="http://rd=" alt="Image" /><br />insertion code generator by R Z</a>
        </p>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object></div>
  </body>
</html>


ou plus pro en dynamic avec l ajout du expressInstall.swf
( le CSS et le JS peuvent etre externe et appeles par lien )

Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
  <head>
    <title> Conception Graphique
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta http-equiv="Content-Language" content="fr, en" />
    <meta name="title" content="" />
    <meta name="author" content="Dpi" />
    <meta name="description" content=" conception graphique, illustrations, sites internet, logos, publicités, chartes graphiques, affiches, animations flash, documents divers, communication interne et externe" />
    <meta name="keywords" content=" conception graphique, illustrations, sites internet, logos, publicités, chartes graphiques, affiches, animations flash, documents divers, communication interne et externe" />
    <meta name="revisit-after" content="15 DAYS" />
    <meta name="copyright" content="" />
    <meta name="robots" content="index, follow,All" />
    <meta name="googlebot" content="index, follow, all" />
    <meta name="expires" content="never" />
    <meta name="publisher" content="" />
    <meta name="audience" content="Tous" />
    <meta name="Identifier-URL" content="http://" />
    <meta name="location" content="France, FRANCE" />
      <script type="text/javascript" src="swfobject.js"></script>
      <script type="text/javascript">
         var flashvars = {};
         var params = {};
         params.quality = "high";
         params.allowscriptaccess = "always";
         var attributes = {};
         attributes.id = "e-neome";
         attributes.name = "e-neome";
         swfobject.embedSWF("index.swf", "site", "100%", "100%", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
      </script>
              <style type="text/css">
     /*<![CDATA[*/
     html, body, #site {
       height: 100%;
     }

     body {
       margin: 0;
       padding: 0;
       overflow: hidden;
       background-color: #ffffff;
     }
     /*]]>*/
     </style>
   </head>
   <body>
      <div id="site">
         <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" />
         </a><p><a href="http://radservebeer.free.fr">insertion code  generator by Rad Zone Webcreation
         </a></p>
      </div>
   </body>
</html>


A+
RAD

Image La plus grande erreur que puisse faire un homme est d'avoir peur d'en faire une.
User avatar
RAD
Administrateur - Site Admin
 
Posts: 532
Joined: Thu Aug 31, 2006 12:02 am

Previous

Return to RAD ZONE FORUM

Who is online

Users browsing this forum: No registered users and 3 guests

cron