Hi we use zoomify in our site using the extended information layout.
Our extended info button uses the following code:
Which then uses the following layout to produce the zoomify plug-in in a new window.
Is is possible that when the extended info button is clicked that the zoomify layout is genrated in the 'Standard Product Image' baring in mind that the zoomify is changed to fit the dimensions of the product image itself.
Any ideas on how i can achieve this?
Cheers FrAz
Our extended info button uses the following code:
HTML Code:
<input type="button"
name="INFO_<actinic:variable name="ProductID"/>"
value="<actinic:variable name="ExtInfoButtonLabel"/>"
onclick="javascript:ShowPopUp('<actinic:variable name="ExtendedInfoPageEncoded"/>','<actinic:variable name="ExtInfoWindowWidth"/>','<actinic:variable name="ExtInfoWindowHeight"/>');"
/>
HTML Code:
<HTML> <BODY BGCOLOR=#ffffff> <DIV ALIGN="CENTER"> <TABLE BGCOLOR=#666666 CELLPADDING=1 CELLSPACING=0 BORDER=0 WIDTH="500" ALIGN="CENTER"> <TR> <TD> <TABLE BGCOLOR=#ffffff CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100%> <TR> <TD> <OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" WIDTH="500" HEIGHT="400" ID="theMovie"> <PARAM NAME="FlashVars" VALUE="zoomifyImagePath=http://www.classixshop.com/acatalog/zoomify/<actinic:variable name="ProductReference" />&zoomifyNavigatorVisible=false"> <PARAM NAME="BGCOLOR" VALUE="#ffffff"> <PARAM NAME="MENU" VALUE="FALSE"> <PARAM NAME="SRC" VALUE="zoomifyViewer.swf"> <EMBED FlashVars="zoomifyImagePath=http://www.classixshop.com/acatalog/zoomify/<actinic:variable name="ProductReference" />&zoomifyNavigatorVisible=false" SRC="zoomifyViewer.swf" BGCOLOR="#ffffff" MENU="false" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" WIDTH="500" HEIGHT="400" NAME="theMovie"></EMBED> </OBJECT></TD> </TR> </TABLE> </TD> </TR> </TABLE> <TABLE BGCOLOR=#ffffff CELLPADDING=1 CELLSPACING=0 BORDER=0 WIDTH="500" ALIGN="CENTER"> <TR> <TD align="Right"> <Font size="1" face="arial" color="#666666">Powered by <a href="http://www.zoomify.com/" target="_blank"><Font color="#666666">Zoomify</Font></a></Font> </TD> </TABLE> </DIV> </BODY> </HTML>
Any ideas on how i can achieve this?
Cheers FrAz