Results 1 to 2 of 2

Thread: fade in slideshow

  1. #1
    Join Date
    Jun 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default fade in slideshow

    I followed these instructions...

    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    To set up this slide show in the center black table at this link...

    http://wildcard4.com/indexz.html

    ...but it's not working.

    Here's the code I inserted at lines 281-283 where I want it to display...


    <script type="text/javascript">
    new fadeshow(fadeimages, 572, 200, 0, 3000, 1)
    </script>


    and edited this part of the script at lines 8-26...

    /***********************************************
    * Ultimate Fade-In Slideshow (v1.5): © Dynamic Drive (http://www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit http://www.dynamicdrive.com/ for this script and 100s more.
    ***********************************************/
    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["outwidesketch7.JPG", "http://makemyjewelrynew.com", ""] //image with link syntax
    fadeimages[1]=["outwide9.JPG", "http://makemyjewelrynew.com", ""] //image with link syntax
    fadeimages[2]=["inwide8.JPG", "http://makemyjewelrynew.com", ""] //image with link syntax
    fadeimages[4]=["stevecounter5.JPG", "http://makemyjewelrynew.com", ""] //image with link syntax
    fadeimages[5]=["incounter12.JPG", "http://makemyjewelrynew.com", ""] //image with link syntax
    fadeimages[6]=["mirandacounter8.JPG", "http://makemyjewelrynew.com", ""] //image with link syntax
    fadeimages[7]=["sandycounter6.JPG", "http://makemyjewelrynew.com", ""] //image with link syntax
    fadeimages[8]=["ring6.JPG", "http://makemyjewelrynew.com", ""] //image with link syntax
    fadeimages[9]=["stevebench7.JPG", "http://makemyjewelrynew.com", ""] //image with link syntax
    fadeimages[10]=["blogo5.JPG", "http://makemyjewelrynew.com", ""] //image with link syntax
    var fadebgcolor="black"
    ////NO need to edit beyond here/////////////


    I'm a newbe and aren't sure I'm doing it right or if I'm missing more stuff.

    If some kind soul could take a look at the script any help would be greatly appreciated.

    Michael

  2. #2
    Join Date
    Jun 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    .
    Ah, FINALLY i figured it out. When numbering the photos I skipped number 3 which apparently stopped it in its tracks. Good now.

    Michael

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
  •