Warning: Please include a link to the DD script in question in your post. See
this thread for the proper posting format when asking a question.
Replace the red part with your image's filename:
Code:
fadeimages[0]=["photo1.jpg", "", ""] //plain image syntax
If the image isn't in the same folder as the page using the script, you would need to include the path to the image as well (use the actual path, this is just an example):
Code:
fadeimages[0]=["http://www.mysite.com/images/photo1.jpg", "", ""] //plain image syntax
Bookmarks