BudMan
05-04-2009, 02:46 AM
Apologies if I posted in the wrong place.
I'm pretty new to HTML code and quite frankly, I'm not any good at it.
I cant get the "Book Flip Slideshow" to work
http://www.dynamicdrive.com/dynamicindex14/bookflip.htm
I get the transparent .gif to show blank on the page, but that's all it does.
How does the code now where to get the pictures from?
[CODE]// array to specify images and optional links. At least 4
// If Link is not needed keep it ""
Book_Image_Sources=new Array(
"photo1.jpg","http://www.dynamicdrive.com",
"photo2.jpg","http://www.javascriptkit.com",
"photo3.jpg","", //this slide isn't linked
"photo4.jpg","http://www.codingforums.com" // NOTE No comma after last line[CODE]
Am I missing a .js script to make it run?
Any help would be appreciated. Thanks
I'm pretty new to HTML code and quite frankly, I'm not any good at it.
I cant get the "Book Flip Slideshow" to work
http://www.dynamicdrive.com/dynamicindex14/bookflip.htm
I get the transparent .gif to show blank on the page, but that's all it does.
How does the code now where to get the pictures from?
[CODE]// array to specify images and optional links. At least 4
// If Link is not needed keep it ""
Book_Image_Sources=new Array(
"photo1.jpg","http://www.dynamicdrive.com",
"photo2.jpg","http://www.javascriptkit.com",
"photo3.jpg","", //this slide isn't linked
"photo4.jpg","http://www.codingforums.com" // NOTE No comma after last line[CODE]
Am I missing a .js script to make it run?
Any help would be appreciated. Thanks