thanos Posted April 29, 2008 Share Posted April 29, 2008 voilà j'ai essayer de mettre du flash dans se header.tpl, mais ca ne fonctionne pas, pourtant mes chemin d'accès sont correcte. Faut il procéder d'un manière particulière? avec du simple texte ça s'affiche... même une image ne s'affiche pas... voilà le code que j'utilise... </head> <body {if $page_name}id="{$page_name}"{/if}> <div id="page"> <!-- Header --> <div> <h1 id="logo"></h1> <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','905','height','420','src','img/header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','img/header' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="905" height="420"> <param name="movie" value="img/header.swf" /> <param name="quality" value="high" /> <embed src="img/header.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="905" height="420"></embed> </object> </noscript><div id="header"> {$HOOK_TOP} <br /> <hr /></div> </div> <!-- Left --> <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> <!-- Center --> j'ai suivis ce post pourtant... http://www.prestashop.com/forum/index.php/topic,1675.msg7121.html#msg7121 Link to comment Share on other sites More sharing options...
Thierry Posted April 29, 2008 Share Posted April 29, 2008 Si l'anim se trouve dans le dossier image de ton thème, le chemin à mettre dans le template est: {$img_dir}anime-flash.swf Link to comment Share on other sites More sharing options...
thanos Posted April 29, 2008 Author Share Posted April 29, 2008 oui mon ficier header.swf se trouve bien dans le dossier img de mon template donc j'ai bien mis <!-- Header --> <div> <h1 id="logo"></h1> <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','905','height','420','src','{$img_dir}header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','{$img_dir}header' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="905" height="420"> <param name="movie" value="{$img_dir}header.swf" /> <param name="quality" value="high" /> <embed src="{$img_dir}header.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="905" height="420"></embed> </object> </noscript><div id="header"> {$HOOK_TOP} <br /> <hr /></div> </div> <!-- Left --> est bien comme ca.... je pense pas .. pcq ça ne marche pas... comment dois je procéder? merci Link to comment Share on other sites More sharing options...
thanos Posted April 29, 2008 Author Share Posted April 29, 2008 personne ? Link to comment Share on other sites More sharing options...
zefranck Posted April 30, 2008 Share Posted April 30, 2008 Tu pourrais nous communiquer un lien vers ta page ?... Histoire de vérifier le chemin Link to comment Share on other sites More sharing options...
thanos Posted April 30, 2008 Author Share Posted April 30, 2008 je vous aie mis mon code un peu plus haut... merci Link to comment Share on other sites More sharing options...
Thierry Posted April 30, 2008 Share Posted April 30, 2008 Ton code est bizarre... En voilà un exemple de code qui tient la route, je te laisse remplacer les valeurs qui te concerne. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="400" id="flash"> <param name="allowScriptAccess" value="sameDomain"> <param name="movie" value="flash.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF"> <embed src="flash.swf" quality="high" bgcolor="#FFFFFF" width="550" height="400" name="flash" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </object> Link to comment Share on other sites More sharing options...
thanos Posted April 30, 2008 Author Share Posted April 30, 2008 bonjour merci pour ton code... ya du mieux... mnt il m'affiche bien l'espace de mon swf... mais il n'apprait tjrs pas... voici un capture d'écran : voici le code que j'ai mis : <!-- Header --> <div> <h1 id="logo"></h1> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" name="flash" width="905" height="420" id="flash"> <param name="allowScriptAccess" value="sameDomain"> <param name="movie" value="flash.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF"> <embed src="img/header.swf" quality="high" bgcolor="#FFFFFF" width="905" height="420" name="flash" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </object> <div id="header"> {$HOOK_TOP} <br /> <hr /></div> </div> <!-- Left --> <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> <!-- Center --> pourquoi ca ne va pas? merci beaucoup de prendre le temps de me répondre.... Link to comment Share on other sites More sharing options...
Thierry Posted April 30, 2008 Share Posted April 30, 2008 Ton screenshot est trop petit... Je n'arrive pas à lire ce qui y est marqué. Voici ton code corrigé : <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" name="flash" width="905" height="420" id="flash"> <param name="allowScriptAccess" value="sameDomain"> <param name="movie" value="{img_dir}header.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF"> <embed src="{img_dir}header.swf" quality="high" bgcolor="#FFFFFF" width="905" height="420" name="flash" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </object> Il part du principe que ton anim flash a besoin du lecteur Flash version 8 minimum. que sa largeur est 905px et sa hauteur 420px que le fichier est header.swf et que tu l'a placé dans le dossier image de ton thème et enfin, que la couleur de fond de l'anim est le blanc. Link to comment Share on other sites More sharing options...
thanos Posted April 30, 2008 Author Share Posted April 30, 2008 oup désoler pour le screen le voilà Link to comment Share on other sites More sharing options...
thanos Posted April 30, 2008 Author Share Posted April 30, 2008 voilà j'ai mis ce code.... génial ca marche sous firefox par contre sous ie ca fait la même chose que sur la capture d'écran... object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" name="flash" width="905" height="420" id="flash"> <param name="allowScriptAccess" value="sameDomain"> <param name="movie" value="{$img_dir}hedaer.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF"> <embed src="{$img_dir}header.swf" quality="high" bgcolor="#FFFFFF" width="905" height="420" name="flash" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </object> Link to comment Share on other sites More sharing options...
Thierry Posted April 30, 2008 Share Posted April 30, 2008 Ok. Tu fais tes tests en ligne non? Si c'est bien le cas, comme le menu contextuel l'indique, l'anim est bien sur la page, elle n'est juste pas encore chargée. Est-elle lourde? Si c'est le cas, il vaudrait mieux implémenter un pré-chargement (à faire dans l'animation flash). Elle se charge bien instantanément en local? Link to comment Share on other sites More sharing options...
thanos Posted April 30, 2008 Author Share Posted April 30, 2008 oui je fait bien mes test en ligne... mon anim se charge nickel sous firefox par contre sous ie ça ne marche pas.. rien ne s'affiche.... une idée du pk? Link to comment Share on other sites More sharing options...
Thierry Posted April 30, 2008 Share Posted April 30, 2008 oui je fait bien mes test en ligne... mon anim se charge nickel sous firefox par contre sous ie ça ne marche pas.. rien ne s'affiche.... Normal qu'il y a une erreur sous IE. Tu n'as pas recopié tel quel le code corrigé que je te fournissais. Tu as mis : <param name="movie" value="{$img_dir}hedaer.swf"> Au lieu de <param name="movie" value="{$img_dir}header.swf"> Link to comment Share on other sites More sharing options...
thanos Posted April 30, 2008 Author Share Posted April 30, 2008 ralala que je suis c** .... un tout grand merci ça marche nickel!!!!!!! Link to comment Share on other sites More sharing options...
Thierry Posted April 30, 2008 Share Posted April 30, 2008 Bon bah c'est cool si cela marche. Par curiosité, le code que tu as mis dans ton premier message pour essayer d'afficher l'anim flash. Il vient d'où? Link to comment Share on other sites More sharing options...
thanos Posted May 1, 2008 Author Share Posted May 1, 2008 c'est un code qui utilise un appel JScript qui te permet de ne pas avoir de cadre activeX dans ie... merci de ton aide... Link to comment Share on other sites More sharing options...
Thierry Posted May 13, 2008 Share Posted May 13, 2008 c'est un code qui utilise un appel JScript qui te permet de ne pas avoir de cadre activeX dans ie... merci de ton aide... Pour moi c'est surtout un code foireux. C'est pour ça que je te demande où tu l'avais trouvé. Link to comment Share on other sites More sharing options...
Recommended Posts