Results 1 to 2 of 2

Thread: DD Swiss Army Slideshow Buttons

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

    Default DD Swiss Army Slideshow Buttons

    1) Script Title: Swiss Army Image Slideshow

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

    3) Describe problem: I am a total idiot and need help please!! The only thing I am capable doin using JS is "hello word" thing, anyway back to topic I am using the swiss army slideshow-1 with links. I want to achieve 4 things...
    (1) Pause on mouseOver
    (2) Control Buttons with just 'previous' & 'next' no stop/pause.
    (3) Prev & Next buttons available while slideshow is running
    (4) All of the above with slideshow on autorun when page loads.
    are these even possible? Is this asking too much? Please help I beg you!!! I'd glady just take #3 & #4 if anyone is willing to help.
    Thanks in Advanced...

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

    Default

    from script's page:
    Configuration Options
    Most configurations of the slideshow are done inside the code of Step 1 as you define your slideshow array(s). Just for your reference, here they are in full force:

    and a table follows with the configurations you can do.


    (1) Pause on mouseOver
    under the list of images write
    slides.pause=1

    (2) Control Buttons with just 'previous' & 'next' no stop/pause.
    Not sure if this works. If not you have to delete the html code from the swissarmy.js. Comment the:
    var stopimg='stop.gif';
    var playimg='play.gif';
    so that they become:
    //var stopimg='stop.gif';
    //var playimg='play.gif';


    (3) Prev & Next buttons available while slideshow is running
    slides.image_controls=1

    (4) All of the above with slideshow on autorun when page loads.
    are these even possible? Is this asking too much? Please help I beg you!!! I'd glady just take #3 & #4 if anyone is willing to help.
    Thanks in Advanced...[/QUOTE]
    This is the default behavior.

    Hope to have helped

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
  •