Hey, I'm working on this and found your example of my product looking just like I want it to look!
wahoo!
except that I can't do it. it;s like I'm in a foreign country here and your speaking a language I don't know.
I did find the code for the script in the header of your product_detail_php page and I stuck it into mine and uploaded the revised page but nothing works yet.
here is the code I put in right at the end of the editable region of the head:
<script type="text/javascript" src="Products_Detail.php_files/slideshowpro.js"></script>
<script type="text/javascript">
SlideShowPro({
attributes: {
id: "slideshow",
expandBrowserWindow: false,
width: "300.00",
height: "250.00",
src: "lr_galleries/testshow/slideshowpro.swf"
},
mobile: {
auto: false
},
params: {
base: ".",
bgcolor: "#333333",
allowfullscreen: "true"
},
flashvars: {
xmlFileType: "Default",
xmlFilePath: encodeURIComponent("lr_galleries/testshow/images.xml"),
paramXMLPath: "lr_galleries/testshow/param.xml"
}
});
</script><style media="screen" type="text/css">#slideshow {visibility:hidden}</style>
That first line. should I have it in there? it looks a little suspect - where is Products_Detail.php_files/slideshowpro.js
How do I place it into the product long description in the product_update page?
also, a big worry.... does this mean I can only have one slideshow? i was planning one for each product but the code in the product detail page is specific.. is it not?
confused but hanging in.
maybe I'm just too groggy to learn something new today.
thanks so much again,
Nancy