Jump to content

zoomify et prestashop


Recommended Posts

Bonjour,
Je cherche à remplacer l'image de la page d'accueil par une application zoomify.
J'ai vu que pour inserer une application flash il faut modifier le fichier editorial.tpl
Mon application est pour l'instant appelée par un fichier .htm de la facon suivante :

<HTML>
<BODY>




               <OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="750" HEIGHT="450" ID="theMovie">



               <EMBED FlashVars="zoomifyImagePath=chat" SRC="ZoomifyViewer.swf" MENU="false" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"  WIDTH="750" HEIGHT="450" NAME="theMovie"></EMBED>
             </OBJECT></TD>



Powered by Zoomify



</BODY>
</HTML>



Je debute en programmation et j'avoue que je suis un peu perdu...est ce que quelqu'un pourrait m'aider???

Link to comment
Share on other sites

Il te suffit de cette partie de ton code.

<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="750" HEIGHT="450" ID="theMovie">



               <EMBED FlashVars="zoomifyImagePath=chat" SRC="ZoomifyViewer.swf" MENU="false" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"  WIDTH="750" HEIGHT="450" NAME="theMovie"></EMBED>
             </OBJECT>

Link to comment
Share on other sites

Merci pour ta réponse !
J'avais déja essayé ca mais ca ne marchais pas... en fait j'indiquais mal l'endroit ou se trouvait le .swf et le dossier contenant les fichiers zoomify.
Si on ne précise pas d'adresse pour le .swf, cela signifie qu'il se trouve dans le dossier "racine" du site.
Moi j'avais mis ca dans le meme dossier que editorial.tpl, c'est pour ca que ca marchait pas ^^.

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