Jump to content

animation flash


Recommended Posts

J'ai trouvé un code dans le forum ci-dessous et il faut l'écrire dans le header.tpl mais ne s'est pas ou se trouve "header.tpl".



<embed src="{$img_ps_dir}logo.swf" width="600" height="102" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>




SVP ou se trouve le "header.tpl".
Link to comment
Share on other sites

Link to comment
Share on other sites

j'ai remplacé ce code

<!-- Header -->


{$shop_name|escape:'htmlall':'UTF-8'}



{$HOOK_TOP}



<!-- Left -->

par un autre code pour avoir une animation flash
<!-- Header -->



<embed src=”{$img_ps_dir}logo.swf” width=“600” height=“102” quality=“high” pluginspage=“http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash” type=“application/x-shockwave-flash” wmode=“transparent”></embed>




<!-- Left -->


mais j'ai un problème la page d'accueil s'affiche tout en blanc.
SVP comment résoudre se problème.
Link to comment
Share on other sites

j'ai écrit ce code mais le logo avec flash ne s'affiche pas, mon navigateur internet explorer

<!-- Header -->


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,19,0"
width="90px" height="30px">




<embed src="{$img_dir}bandeau_hp.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"
width="900px" height="180px" WMode="Transparent"></embed>
</object>

{$HOOK_NAV_BAR}


{$HOOK_TOP}



<!-- Left -->
Link to comment
Share on other sites

SVP est ce qu'il y a quelqu'un peut m'aider

j'ai inséré un logo .SWF mais il existe une erreur il accepte que les imges GIF, JPG, PNG. malgré que j'ai écrit le code suivant dans le header.tpl



<!-- Header -->

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="450" height="140">







<embed src="{$img_dir}menu-okla.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="450" height="140" wmode="transparent"></embed>

</object>

{$HOOK_NAV_BAR}


{$HOOK_TOP}

33778_IQRjnAk2OkIDX9GFdHex_t

Link to comment
Share on other sites

Bonsoir,

il faut mettre votre image (le fichier swf) directement dans le répertoire img de votre installation prestashop sur votre serveur, et il faut bien penser à enregistrer un logo comme image dans le backoffice pour l'utiliser sur les factures et les mails.

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...