Results 1 to 2 of 2

Thread: Help with Fade-in slideshow script

  1. #1
    Join Date
    Nov 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with Fade-in slideshow script

    I wanted to use this script on my webpage, however, i don't quite understand how to get my images on the site with this scripting. This is the part that i don't really understand:

    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]="photo1.jpg"
    fadeimages[1]="photo2.jpg"
    fadeimages[2]="photo3.jpg"

    how can i upload my images on that fadeimages part?

    Can anybody please shed some lights? Thank you

  2. #2
    Join Date
    Nov 2004
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Marv,

    You need to have the images you want to use somewhere in your website folders. Then change the script by adding the photo names like this:

    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]="yourphoto.jpg"
    fadeimages[1]="yourphoto2.jpg"
    fadeimages[2]="yourphoto3.jpg"

    "yourphoto.jpg" being whatever names you have saved your images as. If your images are gif format, make it gif instead of jpg.

    Hope this helps! Make sure you upload your images when you upload the updated page with the script.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •