Results 1 to 3 of 3

Thread: Ultimate Fade-in slideshow Random

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

    Default Ultimate Fade-in slideshow Random

    1) Script Title: Ultimate Fade-in slideshow

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

    3) Describe problem: not a problem more of a question

    I had a random fade script working but I liked your comments loading on the images so started to play around adding "Ultimate Fade-in slideshow" to my website - is their away to make the order of pics random, so not always in the same order

  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

    Yes, it's already a displaymode option for the init, ex:

    Code:
    <script type="text/javascript">
    
    var mygallery=new fadeSlideShow({
    	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
    	dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
    	imagearray: [
    		["http://www.dynamicdrive.com/dynamicindex4/pool.jpg"],
    		["http://www.dynamicdrive.com/dynamicindex4/cave.jpg"],
    		["http://www.dynamicdrive.com/dynamicindex4/fruits.jpg"],
    		["http://www.dynamicdrive.com/dynamicindex4/dog.jpg"] //<--no trailing comma after very last image element!
    	],
    	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},
    	persist: false, //remember last viewed slide and recall within same session?
    	fadeduration: 500, //transition duration (milliseconds)
    	descreveal: "always",
    	togglerid: ""
    })
    
    </script>
    - John
    ________________________

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

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

    Default

    thank you - that worked, helps if I read the documentation better

    and thank you for the quick response

Similar Threads

  1. Ultimate Fade-In Slideshow - limiting number of random slides
    By deGama in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 10-18-2012, 07:25 PM
  2. Ultimate Fade-in slideshow - random start then ordered
    By stevenhorne in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 03-03-2011, 02:47 PM
  3. Random Display in Ultimate Fade-in slideshow (v2.0)
    By psellers in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 09-24-2009, 08:02 PM
  4. Ultimate Slideshow not Random?
    By HyperD in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 01-29-2009, 07:22 PM
  5. Ultimate Fade-in slideshow - true random?
    By student101 in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 01-13-2009, 02:25 PM

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
  •