Results 1 to 2 of 2

Thread: Conveyor Belt Slide Show

  1. #1
    Join Date
    Jan 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyor Belt Slide Show

    1) Script Title: Conveyor Belt Slide Show

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rightslide.htm
    3) Describe problem: Hi Friends,

    I have made a slide show with conveyor belt scripts.
    Everything is working fine. I have more than 20 images in it.
    My problem is when I uploaded and try it, It is loading all the 20 images first
    after that only it starts moving.

    Is there any way to control the loading, I mean load first img and start moving within the time next img....like this.

    Please help me with this because i like this one a lot and i want to put this in my site.

    Thanks & Regards
    Fatin

  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

    The script needs to load the images before it knows how long the image train is. Generally this should not take too much time, unless there are a lot of images or if they or some of them contain a large number of bytes.

    However, the way that the script is written, it needs to wait until the entire page loads before it starts scrolling. So if you have other images and content on the page, these also must load. If any of these represent a large byte load, they will also delay the start of the motion.

    I wrote a version of this script that only has to wait until its images are loaded before moving:

    http://www.dynamicdrive.com/forums/s...3998#post53998

    You would also be well advised to optimize your images for smallest possible byte size.
    - 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
  •