Results 1 to 4 of 4

Thread: Fadeinslideshow

  1. #1
    Join Date
    Jan 2005
    Posts
    58
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Fadeinslideshow

    The url I refer to is: http://dynamicdrive.com/dynamicindex...nslideshow.htm

    Hi!

    It's the first time that I want to create a slide show.

    1) I am not sure about the image paths.
    Your form says: var fadeimages=new Array()//SET IMAGE PATHS
    Is it right to upload all the pictures that I want to use on one webpage, what I do through my webpage edtior and my FTP Explorer and then set this url in your form - like:
    var fadeimages=new Array(http://freepages.com/username/slideshowpix)
    Do I have to put it into ()?

    2) I am not sure how I name the photos.
    Your form says: fadeimages[0]="photo1.jpg"

    In my webpage editor they are named, like: obj7, obj8, obj9;
    In my folder where I store them, they have the name I gave them - like:
    JeanHiResBeach.jpg, JeanHiResHouse.jpg, JeanHiResGarden.jpg;
    On the website on which I loaded them through my FTP Exploerer and my Web Page Editor they have long property names like:
    http://freepages.com/username/slideshowpix/image/JeanHiResBeach.jpg,
    http://freepages.com/username/slides...HiResHouse.jpg
    http://freepages.com/username/slides...iResGarden.jpg


    So which name do I choose?
    Like in my webpage editor ,
    like I named them or
    like on the website ?
    THANK YOU

    Peppy

  2. #2
    Join Date
    Jan 2005
    Posts
    58
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Is there no one who can help me with my questions?

    Why?

    Thanks for answering soon


    Peppy

  3. #3
    Join Date
    Dec 2004
    Posts
    177
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default

    Patience is a virtue.

    the line :
    Code:
    var fadeimages=new Array()//SET IMAGE PATHS
    Does not change, leave that as is.

    Instead, put each image like so:
    Code:
    fadeimages[0]="http://www.host.com/user/imagefolder/photo1.jpg"
    fadeimages[1]="./imagefolder/photo2.jpg"
    etc. etc.

    Instead of putting the whole url, put './', that will start at the same folder your html file is in. So, in the above example, photo1 and photo2 are in the same folder.

  4. #4
    Join Date
    Jan 2005
    Posts
    58
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Talking

    THANK YOU SOOOOOOOOOOOOOOOOOOO MUCH!

    IT WORKED OUT NOW!

    quote: Patience is a virtue.


    I AM WORKING ON IT

    Bye!

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
  •