Jump to content

problème d’affichage une annimation flash


Recommended Posts

Bonjour,

J’ai remplacé mon “logo.jpg” par une animation flash “logo.swf” mais il n’a pas affiché. Peut être le problème de mon

navigateur car je travaille avec Internet explorer, SVP comment je le remplace par Firefox?

merci

Topic déplacé : merci de poster au bon endroit. -yoya971

Link to comment
Share on other sites

Oui j'ai changer logo.jpg par logo.swf et j'ai écrit dans le header.tpl le code suivant :


<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}
Link to comment
Share on other sites

oui, et voilà le code à insérer :

<embed width="190" height="62" wmode="transparent" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://127.0.0.1/e-commerce/themes/e-commerce/img/logo.swf">



remarque: faites attention à vos dossiers, est ce que c'est juste le chemin ou non.
est ce que votre dossier thèmes est le : e-commerce
renommez votre logo en logo.swf.

Link to comment
Share on other sites

autre chose, vous avez modifier pas mal de chose sur header.tpl.

normalement ce code doit être mis ici :

<!-- Header -->



                <embed width="190" height="62" wmode="transparent" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://127.0.0.1/e-commerce/themes/prestashop/img/logo.swf">



                   {$HOOK_TOP}

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