Results 1 to 3 of 3

Thread: Ultimate Slideshow randomizes when not set

  1. #1
    Join Date
    May 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Ultimate Slideshow randomizes when not set

    1) Script Title: Ultimate Fade-in slide show (v1.51)

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

    3) Describe problem: I changed the "R" to 0 as required to have slide show run in order - however it randomizes anyway.

    Here is the current web test page: http://d1035722.domain.com/index.html

    Thanks for any help

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

    Default

    In order to disable the randomize feature, you need to unset the 7th parameter altogether. Currently you have it set to 0. So something like:

    Code:
    new fadeshow(fadeimages, 100, 100, 0, 3000, 1)
    Notice the lack of a 7th parameter.

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

    Default

    Thanks - I should have noticed that myself.

    I have a separate question on a variation I'll post separately.

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
  •