Results 1 to 2 of 2

Thread: Conveyor Slideshow Not Working

  1. #1
    Join Date
    Oct 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyor Slideshow Not Working

    1) Script Title: Conveyor belt slideshow script-2

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

    3) Describe problem: Can't get the slideshow to work with images in same directory -same height, different widths here - http://thejunction.net/slideshow/

    Would really appreciate another set of eyeballs to catch what I'm doing wrong.

    thanks in advance ...

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    there are several parts where you have two or more statements on the same line, e.g.:
    Code:
    var copyspeed=slidespeed leftrightslide='<nobr>'+leftrightslide.join(imagegap)+'</nobr>'
    where it should be (as in the original script on DD):
    Code:
    var copyspeed=slidespeed 
    leftrightslide='<nobr>'+leftrightslide.join(imagegap)+'</nobr>'
    try a fresh copy of the script.

    of course, it would be better if the script were written with semicolons (as it should have been!):
    Code:
    var copyspeed=slidespeed;
    leftrightslide='<nobr>'+leftrightslide.join(imagegap)+'</nobr>';
    then, it wouldn't matter if statements were on the same line or not... : )

Similar Threads

  1. DD Conveyor Belt Slideshow Trouble - Images not working!
    By musicmania65 in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 10-08-2010, 07:07 PM
  2. Conveyor belt slideshow script not working in Google Chrome
    By ArnyVee in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 07-17-2010, 01:19 PM
  3. Combine Conveyor Belt Slideshow and Swiss Army Slideshow#3
    By germane in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 12-03-2009, 03:36 AM
  4. Conveyor Belt Slideshow Script not working in Internet Explorer
    By adidasoccer in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 08-20-2008, 11:50 PM
  5. Conveyor Belt slideshow script-working on a tweak
    By webjedi in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 12-20-2005, 12:41 AM

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
  •