Jump to content

[RESOLU] Diaporama dans editorial


bruno75

Recommended Posts

Bonsoir à tous,

Je souhaite remplacer l'image dans l'editorial par une animation de photos les unes à la suite des autres.

J'ai trouvé dans le forum cdet article qui correspond à mes attentes :

http://www.prestashop.com/forums/viewthread/4641/P15/developpement_et_graphisme/resolu_diaporama_d_image_en_flash

Malheureusement bien qu'en suivant à la lettre les instructions, je n'obtiens que un cadre blan (pas de photo et encore moins d'animation).

Je rencontre ce prb sur Firefox et Internet Explorer.

Lorsque je fais un "click droit" sur le cadre blanc, j'obtient l'information selon laquelle :"l'animation est non chargée".

Ci dessous mon fichier editorial.tpl

<!-- Module Editorial -->

   {if $xml->body->home_logo_link}body->home_logo_link|escape:'htmlall':'UTF-8'}" title="{$xml->body->$title|escape:'htmlall':'UTF-8'|stripslashes}">{/if}
       {if $homepage_logo}
           <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="530" height="228" id="dewplayer" align="middle">



               <embed src="dewslider.swf?img=./modules/editorial/img/photo1.jpg,./modules/editorial/img/photo2.jpg&transition=fade&speed=20&timer=5" quality="high" width="530" height="228" name="dewplayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
           </object>
       {/if}
   {if $xml->body->home_logo_link}{/if}
   {if $xml->body->$logo_subheading}{$xml->body->$logo_subheading|stripslashes}{/if} 
   {if $xml->body->$title}{$xml->body->$title|stripslashes}{/if}
   {if $xml->body->$subheading}{$xml->body->$subheading|stripslashes}{/if}
   {if $xml->body->$paragraph}{$xml->body->$paragraph|stripslashes}{/if}

<!-- /Module Editorial -->



J'arrive pas à voir où est mon problème ...

Si vous avez des pistes, je suis preneur :-)

Link to comment
Share on other sites

Certainement un probleme de chemin.
Ou as tu placé tes images, et ton fichier "dewslider.swf" ?

Je ne suis pas un pro mais normalement ton fichier "dewslider.swf" doit etre dans ton dossier "editorial" et tes images dans editorial/img/
Le truc qui me chiffonne c le"." qui se trouve devant le chemin de tes fichiers images.

Link to comment
Share on other sites

Bonjour,

je pense aussi qu'il s'agit d'un problème de chemin.
Si ton fichier dewslider.swf se trouve à la racine du dossier editorial il faut que tu ajoute {$this_path} au début du chemin :


      <object type="application/x-shockwave-flash" width="530" height="236" id="BZ61A4AF929A7047CB8C98"     data="{$this_path}Animation.swf?img={$this_path}img/photo1.jpg" />



</object>



ton animation se trouvant à la racine du dossier editorial et tes image dans editorial/img.

Cordialement,

Link to comment
Share on other sites

Salut,

Je ne trouve pas le mode opératoire pour changer le titre et mettre [RESOLU].

Peux tu m'aiguiller...


Edite ton premier poste ( titre )...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...