Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Left-Right image slideshow script

  1. #1
    Join Date
    Jun 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Left-Right image slideshow script

    I can preview the show in my browser but once I FTP to my webserver, the images show as red X's. (I'm new to JavaScripts) Here is my page: http://www.tailliteswalker.com

    <script language="JavaScript1.2">

    /*
    Left-Right image slideshow Script-
    By Dynamic Drive (www.dynamicdrive.com)
    For full source code, terms of use, and 100's more scripts, visit http://dynamicdrive.com
    */

    ///////configure the below four variables to change the style of the slider///////
    //set the scrollerwidth and scrollerheight to the width/height of the LARGEST image in your slideshow!
    var scrollerwidth='240px'
    var scrollerheight='160px'
    var scrollerbgcolor='black'
    //3000 miliseconds=3 seconds
    var pausebetweenimages=3000


    //configure the below variable to change the images used in the slideshow. If you wish the images to be clickable, simply wrap the images with the appropriate <a> tag
    var slideimages=new Array()
    slideimages[0]='<a href="http://www.yokemtoyota.com"><img src="images/toyota_1.jpg" border=0"></a>'
    slideimages[1]='<img src="images/toyota_2.jpg">'
    slideimages[2]='<img src="images/toyota_3.jpg">'
    slideimages[3]='<img src="images/toyota_4.jpg">'
    slideimages[4]='<img src="images/toyota_5.jpg">'
    slideimages[5]='<img src="images/toyota_6.jpg">'
    slideimages[6]='<img src="images/toyota_7.jpg">'

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Probably, images/toyota_?.jpg don't exist.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jun 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'm missing where yur talking about - each image has a number ie images/toyota_1.jpg

  4. #4
    Join Date
    Jun 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I renamed my images to read images/toyota_01 etc.

  5. #5
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    Have you uploaded them to your server?

  6. #6
    Join Date
    Jun 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, I uploaded them to my server.

  7. #7
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    ftp to your web server , click on the picture, and copy the link and paste it here.

  8. #8
    Join Date
    Jun 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    maybe i'm misunderstanding. when i ftp to web server, and click the picture, it does not open the picture. When I go to my web server and click the picture it opens up http://www.tailliteswalker.com

  9. #9
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    when i ftp to web server, and click the picture, it does not open the picture
    .
    Then what does it open.

  10. #10
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    whatever the problem is it has to be the links to the pictures. Probablly a some words that were mispelled by mistake.

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
  •