I would like to use a flash animation so that browsers can zoom in on my products. Is it possible to use flash for my product images or does any one know of another way of acheiving this?
Announcement
Collapse
No announcement yet.
Zoom Product Images
Collapse
X
-
Actinic only supports jpg gif and png for product images.
You can use Custom Properties within a modified product template to diplay all sorts of other content on the page. This technique lends itself to using 3rd party (Flash, Java, etc) utilities.
Here http://www.standanddeliver.com/acata...ason_AM40.html is an example of using JavaScript and Custom Properties to change the main product image when alternate views are selected.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
-
Claire,
Have you a link to a faulty page (and a description of what's not working) so we can see it and comment.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Hi Norman,
Below is a link to the faulty page I have just uploaded - the flash image just appears as a missing image.
http://www.craigdon.com/test/acatalo...Goblets_8.html
Comment
-
This works fro idividal page but I can seam to get it working for CUSTOMVAR product image - I have tried placing the code into the product line as shown
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="750" height="550">
<param name="movie" value="CUSTOMVAR:NEWSECONDIMAGE">
<param name="quality" value="high">
<embed src="CUSTOMVAR:NEWSECONDIMAGE" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="550"></embed>
</object>
with the CUSTOMVAR where the image name would be but this doesn't work either - perhaps this was not what you were trying to tell me to do?? sorry having a bad day
Comment
-
On the CUSTOMVAR - did you tick filename and use file contents?Bill
www.egyptianwonders.co.uk…
Text directoryWorldwide Actinic(TM) shops
BC Ness Solutions Support services, custom software
Registered Microsoft™ Partner (ISV)
VoIP UK: 0131 208 0605
Located: Alexandria, EGYPT
Comment
-
Don't check "Use File Contents". This will cause Actinic to try to include the binary code of your object as inline text. Just the "Filename" checkbox is required.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Don't check "Use File Contents".Bill
www.egyptianwonders.co.uk…
Text directoryWorldwide Actinic(TM) shops
BC Ness Solutions Support services, custom software
Registered Microsoft™ Partner (ISV)
VoIP UK: 0131 208 0605
Located: Alexandria, EGYPT
Comment
Comment