Results 1 to 5 of 5

Thread: No Clue

  1. #1
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default No Clue

    1) Script Title: Translucent slide

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

    3) Describe problem: I want to put a slideshow on my website and I was directed to dynamic drive and I copied the script and put it on a page using frntpage 2003. My question is how to get my images linked to this script ?I have scoured this site and cant get it.Maybe its me and probably is but could someone please help,,I have a image folder on my server but cant figuar out how to get this to link to this folder and work....Thanks sharris49

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Change the highlighted on the script to your image source:
    Code:
    slideshowcontent[0]=["photo1.jpg", "http://www.cnn.com", "_new"]
    slideshowcontent[1]=["photo2.jpg", "", ""]
    slideshowcontent[2]=["photo3.jpg", "http://www.google.com", ""]
    See if it helps
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy No Clue

    I relly appreciate you looking at my post but I dont seem to understrand..Do I have to type in a slideshowcontent[0]=["sharris.jpg", "http://www.camdenupc.com", "_new"] for each photo and does the name of my website go where http:///www.cnn.com is ? if I have 25 pictures do I type slideshowcontent 25 times and the name of each pic there ? I know Iam confused but with your expert help I can get this...Thanks ,My website is
    http://camdenupc.com/

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    You would have to write slideshowcontent[#] for however many images you have incrementing the # by one with every line. As for the link part,

    Code:
    slideshowcontent[0]=["photo1.jpg", "http://www.cnn.com", "_new"]
    Change the highlighted part to the number of your image (from 0 on [0 is your very first image]), then change the part in red to the location of your image. You only have to add something to the parts in orange and blue if you want the image to be linked. The part in orange is where you want the image to link to (but you could leave it blank if you don't want it to be a link) and the blue part is what target you want (_new and _blank open new windows, but you can leave it blank to open in the same window).

    Hope this helps
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  5. #5
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile No Clue

    Yes all this helps and I finally got three pics to come up on myslide show !!!Man I am thrilled!!!Thanks. These scripts are all new to me and I think its going to be fun..Thanks again for your help..

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
  •