Results 1 to 3 of 3

Thread: Reverse order 'Background Image Slideshow'

  1. #1
    Join Date
    Apr 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Reverse order 'Background Image Slideshow'

    1) Script Title:
    Background Image Slideshow
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamicindex14/bgslide.htm
    3) Describe problem:
    I used this code and it works perfectly. Thanks a lot for that!
    But I was wondering if there's an easy way of reversing the order of range the pictures appear. So instead of beginning at '0' to '1' and further, now beginning at '2' (or whatever the last one is) to '1' and further.
    I was hoping it could be possible by just changing one little thing, because I have a lot of images following up and every time I update it with a new one it appears as the last one instead of the first one.
    I hope someone can help me with this. Thanks in advance!

    Cheers!
    (btw This is the url I used it for: http://robinvanwijk.com/clipfart.html)

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Code:
    . . . es[189]="clipfarts/image_preview.gif"
    bgslides[190]="clipfarts/Jinky-girl-look-up-balloonWEB.gif"
    bgslides[191]="clipfarts/Cupped_Hands_2_by_cassandra28_stock.gif"
    bgslides[192]="clipfarts/Afra.gif"
    bgslides[193]="clipfarts/iStock_000009717203Medium.gif"
    bgslides[194]="clipfarts/windmillwindup.gif"
    bgslides[195]="clipfarts/iStock_000003413016Medium_business-man-with-hands-up.gif"
    
    bgslides.reverse();
    
    var speed=2000
    
    var processed=new Ar . . .
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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

    Default

    Thanks very much, John!

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
  •