Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Ultimate Fade-In Slideshow (v1.51) Staggering modification update ?

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

    Smile Ultimate Fade-In Slideshow (v1.51) Staggering modification update ?

    1) Script Title: Ultimate Fade-In Slideshow (v1.51)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...slideshow.html

    3) Describe problem: Request for an updated version of jscheuer1 staggering slideshow starter script for the new version (v1.51).

    The modification that jscheuer1 created for in 2006 was really useful and should be updated and included in this scrip as a standard feature.
    (see post)
    http://www.dynamicdrive.com/forums/a...hp/t-9450.html

  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

    You can use the demo from that thread:

    http://home.comcast.net/~jscheuer1/s...bar_create.htm

    with confidence. It already used comparable code to the version 1.51 upgrade of the original script. I was also the one that suggested those modifications, and used them in almost all mods (the above linked included) of this script even prior to the official version being upgraded to version 1.51.
    - John
    ________________________

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

  3. #3
    Join Date
    Jul 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank you for the reply. The demo link you posted was the code that I have been using.

    On this version of Staggering modification script would you still recommend using this method to slow the fade?:
    http://www.dynamicdrive.com/forums/s...32&postcount=3

  4. #4
    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. The lines indicated in that post are identical in stagger mod and do the same things.
    - John
    ________________________

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

  5. The Following User Says Thank You to jscheuer1 For This Useful Post:

    zip7000 (07-26-2008)

  6. #5
    Join Date
    Jul 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Question...The Ultimate fade-in not working for me.

    I am working with the Ultimate fade-in script and my incidences of the code are stacking on top of each other no matter how I code the script into my page.

    alccglobal.parsonssolutions.com/test.html

    This is just a standard table with 4 columns and there is a seperate call to each one of my 4 groups of pictures.

    <table width="760" border="0">
    <tr>
    <td><script type="text/javascript">new fadeshow(fadeimages, 190, 110, 0, 4000, 0)</script></td>
    <td><script type="text/javascript">new fadeshow(fadeimages2, 190, 110, 0, 4000, 0)</script></td>
    <td><script type="text/javascript">new fadeshow(fadeimages3, 190, 110, 0, 4000, 0)</script></td>
    <td><script type="text/javascript">new fadeshow(fadeimages4, 190, 110, 0, 4000, 0)</script></td>
    </tr>
    </table>


    What am I doing wrong?

    Cheers,
    Kehf

  7. #6
    Join Date
    Jul 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I seem to be having a bit of an issue...
    I tried to load this but seem to have the program hang up on the "loading" process.
    Is there something I have done incorrectly. My pictures are small and should not require more than 10secs with all the pics. Is there something I am missing? I created a really simple template calling 4 items up in a table. You can see the page here:

    http://alccglobal.parsonssolution.com/test.html

    Thanks for any help.
    AND A GREAT SCRIPT...

    Cheers,
    Kehf
    Last edited by Kehfera; 07-26-2008 at 07:21 AM. Reason: url typed incorrectly

  8. #7
    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

    The paths to, and/or the names of the images appear to be incorrect in the code.

    Example:

    http://alccglobal.parsonssolutions.c...ges/ss/4-2.gif
    - John
    ________________________

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

  9. #8
    Join Date
    Jul 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default I just changed them to see if...

    I was trying to refresh the images to make sure they were working properly.

    I have pointed them to the correct place again. The strange thing is that the 4th group of images are playing in the location of the fist group. ODD....

    Also the pictures do not load...

    Sorry for the file issue, but again what am I doing incorrect?


    Cheers,
    Kehf

  10. #9
    Join Date
    Jul 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    What I am trying to do is to have the pictures rotate in my header... you can see the mock up of my clients site at http://alccglobal.parsonssolutions.com/

    OH, and thanks again...!!!
    Kehf

  11. #10
    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

    Quote Originally Posted by Kehfera View Post
    I am working with the Ultimate fade-in script and my incidences of the code are stacking on top of each other no matter how I code the script into my page.
    Nope, that's not the problem. You have only defined one array:

    Code:
    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["../images/ss/1-1.gif", "", ""] 
    fadeimages[1]=["../images/ss/1-2.gif", "", ""]
    fadeimages[2]=["../images/ss/1-3.gif", "", ""]
    fadeimages[3]=["../images/ss/1-4.gif", "", ""]
    You declare other arrays but you forgot to include the updated name of the array in its items declarations, ex:

    Code:
    var fadeimages2=new Array() //2nd array set example. Remove or add more sets as needed.
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["../images/ss/2-1.gif", "", ""] 
    fadeimages[1]=["../images/ss/2-2.gif", "", ""]
    fadeimages[2]=["../images/ss/2-3.gif", "", ""]
    fadeimages[3]=["../images/ss/2-4.gif", "", ""]
    Each subsequent declaration of items overwrites the previous, The second array should look like so:

    Code:
    var fadeimages2=new Array() //2nd array set example. Remove or add more sets as needed.
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages2[0]=["../images/ss/2-1.gif", "", ""] 
    fadeimages2[1]=["../images/ss/2-2.gif", "", ""]
    fadeimages2[2]=["../images/ss/2-3.gif", "", ""]
    fadeimages2[3]=["../images/ss/2-4.gif", "", ""]
    so that it includes the full name of the array in its items declarations. The others should do this as well (each with their actual names in their items declarations). Then, if there are no other errors, it will work out.
    - 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
  •