Results 1 to 2 of 2

Thread: swissarmy slide show issue

  1. #1
    Join Date
    Sep 2007
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default swissarmy slide show issue

    1) Script Title: Swissarmy Slide show

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


    3) Describe problem: i have two issues...one is for some reason the script shows the last image underneath the first image when it repeats a cycle....2nd issue is i cant for the life of me get buttons to change to the image im using...ive put it in varous folders, with various paths but it always shows some default button

    http://www.anya.tv/pages/performance...ormances2.html

    thanks
    Last edited by jscheuer1; 09-10-2007 at 05:32 AM. Reason: fix link to DD script demo page

  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

    1) You have altered the script. You need to use the script as offered on the demo page and set the background color (fadecolor) for those particular images (from your source code, addition red):

    Code:
    slides2.use_title=1; //use for descriptions as images title attributes
    slides2.nofade=1; //use for no fade-in, fade-out effect for this show
    slides2.border=1; //set border width for images
    slides2.border_color=1; //set border color for images
    slides2.no_added_linebreaks=0
    slides2.fadecolor='#0b5cb8';
    2) You need to set these images to use image buttons (addition red):

    Code:
    slides2.nofade=1; //use for no fade-in, fade-out effect for this show
    slides2.border=1; //set border width for images
    slides2.border_color=1; //set border color for images
    slides2.no_added_linebreaks=0
    slides2.fadecolor='#0b5cb8';
    slides2.image_controls=1;
    And set the correct path to the images you want used as buttons here:

    Code:
    //And configure the image buttons' images here:
    var previmg='left.gif';
    var stopimg='stop.gif';
    var playimg='play.gif';
    var nextimg='right.gif';
    - John
    ________________________

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

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
  •