Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.. In this case: http://www.dynamicdrive.com/dynamicindex14/bookflip.htm
The key is simply to make sure the paths to the images inside this portion of the script:
Code:
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
);
is correct. In other words, "photo1.jpg", "photo2.jpg" etc. The safest way is just to specify absolute paths to them, ie: "http://mysite.com/photo1.jpg", http://mysite.com/photo2.jpg etc.
Bookmarks