Results 1 to 3 of 3

Thread: looking for script: page loading progress bar

  1. #1
    Join Date
    Jun 2008
    Posts
    192
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default looking for script: page loading progress bar

    Does dynamicdrive have a script for a "loading" progress bar, something that appears when the page is being loaded into the browser so the user knows how much longer to wait? I ask because I'm creating a page that contains approximate 4.5MB of images and for some computers it can take a while to download. It would be convenient if the user could be informed that the page is loading and that it will take only so much longer. Is there such a script?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    There cannot be a script like this that works automatically: it would need to start with the loading bar as the FULL page, then dynamically load content and track how long it's taking. The progress bar would be inaccurate (but potentially a good rough approximation) even if you do get it setup.
    And no, I don't believe there is a script like this.

    Loading 4.5mb of images is a really bad idea: load one at a time, using some sort of gallery, and some of those DO have progress bars (or at least "loading" icons).

    If you must load something that large, I think you might as well use flash, and flash does have advanced tools for dealing with progress bars, so that would work well.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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

    Look at:

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

    or (probably the better choice for what you are asking for):

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

    Both of these are a bit dated. As a result they may not be as cross browser and/or according to w3c standards as one might like. But if you like one of them, it can probably be tweaked if necessary.
    - John
    ________________________

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

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

    djr33 (06-13-2010)

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
  •