Results 1 to 9 of 9

Thread: Help with slide show

  1. #1
    Join Date
    May 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with slide show

    1) Script Title: Dhtml slide show (manual)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...dhtmlslide.htm

    3) Describe problem: This is my first attempt to build a website, so I am a beginner with very little knowledge of html,etc. I am trying to get the above slide show to work on my website. I don't understand how I edit the script to insert my photos? I am using a desk top web builder package and copied the script to one of my pages however the photos don't appear. So I know that I have not defined the path to my photos correctly. They are stored in a file on my hard drive. The next question is what is meant by linked or not? I know this is very elementary but would appreciate any help.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    If you set:

    Code:
    var linkornot=0
    to 1, than you can have slides that are hyperlinked to a URL, by then defining the variables that follow:

    Code:
    //Set corresponding URLs for above images. Define ONLY if variable linkornot equals "1"
    photoslink[0]=""
    photoslink[1]=""
    photoslink[2]=""
    if it's set to 0, defining the URLs will have no effect.

  3. #3
    Join Date
    May 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the help. I got the show working in my Ewisoft Webbuilder software on preview but when I uploaded to my site ,http://www.conchbonker.com , the images did not come up. Do I have to upload the images separately, if so how do I do that?
    Thanks so much for your help.

  4. #4
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default More of Same

    Hi
    While we're at this, I've got the slide show on my website, and having problems trying to modify the display.

    I know zilch about javascript, just copied this from a friend's site, swapped in my own pix.

    Now I am trying to add more pix, but anything I add beyond the original five shows up simultaneously with the adjacent pic.

    The working version may be observed here http://www.ShakespeareInTheAlley.com

    What I'm trying is just adding a line to the 0-4 rotation.

    TIA
    Dennis

  5. #5
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    cwcorl, yes, the images have to be uploaded separately. You can confirm that they are uploaded by trying to directly access them in your browser, such as by going to:

    Code:
    http://www.mysite.com/images/pet.gif
    etc.

    Dendasaro, did you remember to increment the array index each time you add a new image, for example:

    Code:
    fadeimages[3]="images/denclarencecrop.jpg"
    fadeimages[4]="images/denvioletbig.jpg"
    fadeimages[5]="images/denclarencecrop4.jpg"
    fadeimages[6]="images/denvioletbig5.jpg"

  6. #6
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Oh, you guys! Did I remember to "increment the array index"......you mean, did I renumber the pix? Yes, I did.
    Here is the thing misbehaving www.ShakespeareInTheAlley.com/index2.html
    Thanks for having a look at this problem.

  7. #7
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    By now I'm supposing you are stumped (which I doubt!) or you are mad because I sassed your jargonizing.
    All right! I apologize, already!

    Maybe you're just gone fishing.............

  8. #8
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Dendasaro:
    Ok, I think I know what you're referring to now. This isn't an error in the script or the way you've set it up. Simply, the 5th image within your slideshow (flower2.gif)) is extremely small compared to all the other images. Due to the manner in which the script preloads the next image within the slide each time the current one is shown, this image appears to be showing concurrently with another image.

    You can verify this by swapping out flower2.gif with an image that's similar in size to the rest of the images, and see if the problem persists.

  9. #9
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi again
    Dang it! That sounded logical --- but it's still acting up. Seems not to be strictly file size, and still inconsistent. Added 3 pix to the sample www.shakespearinthealley.com/index2.html. Array line (6) works, lines (2) and (7) don't.

    Thanks

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
  •