anneharrigan
05-20-2007, 05:17 AM
1) Script Title:drop-in slideshow
2) Script URL (on DD): ?
3) Describe problem:
Hi, this is my very first time trying something like this, I have always used the design mode in Dreamweaver. It worked great when previewing on my computer, but when I uploaded it to the web it doesn't see the images. I can tell it's trying to drop in pictures it can't find.
Here's the website www.musiccenterscmi.com
Here's what I put in the html code.
//Define Image Array. Syntax: ["image_path", "url_destination", "url_target"]
var myimages=new Array()
myimages[0]=["images/top image.jpg", "", ""]
myimages[1]=["images/top image bcso.jpg", "", ""]
myimages[2]=["images/top image cms.jpg", "", ""]
//Create new drop-in slideshow
//Syntax: new dropinslideshow(image_array, slideshow_width, slideshow_height, delay_before_rotation)
new dropinslideshow(myimages, 800, 206, 5000)
</script>
Thanks so much for your help,
Anne
2) Script URL (on DD): ?
3) Describe problem:
Hi, this is my very first time trying something like this, I have always used the design mode in Dreamweaver. It worked great when previewing on my computer, but when I uploaded it to the web it doesn't see the images. I can tell it's trying to drop in pictures it can't find.
Here's the website www.musiccenterscmi.com
Here's what I put in the html code.
//Define Image Array. Syntax: ["image_path", "url_destination", "url_target"]
var myimages=new Array()
myimages[0]=["images/top image.jpg", "", ""]
myimages[1]=["images/top image bcso.jpg", "", ""]
myimages[2]=["images/top image cms.jpg", "", ""]
//Create new drop-in slideshow
//Syntax: new dropinslideshow(image_array, slideshow_width, slideshow_height, delay_before_rotation)
new dropinslideshow(myimages, 800, 206, 5000)
</script>
Thanks so much for your help,
Anne