A Real Loading Bar for Embbed Objects?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mazin

    A Real Loading Bar for Embbed Objects?

    I wanted a progress bar for my webpage, where I have numerous embedded
    sounds. Can Javascript detect which ones are done and possibly how
    much is loaded for each object? I searched for JS progress bars, but
    all I found were fake ones. Can anybody help me? Thanks
  • HikksNotAtHome

    #2
    Re: A Real Loading Bar for Embbed Objects?

    In article <ba1c0129.03110 51752.2de6639f@ posting.google. com>,
    mazin07@hotmail .com (Mazin) writes:
    [color=blue]
    >I wanted a progress bar for my webpage, where I have numerous embedded
    >sounds. Can Javascript detect which ones are done and possibly how
    >much is loaded for each object? I searched for JS progress bars, but
    >all I found were fake ones. Can anybody help me? Thanks[/color]

    javascript has no way of knowing if 1% or 99% of a file has loaded. Only that
    it has or has not loaded completely. That is why you are only finding fake ones
    - authentic ones dont exist.

    --
    Randy

    Comment

    • Thomas 'PointedEars' Lahn

      #3
      Re: A Real Loading Bar for Embbed Objects?

      Mazin wrote:
      [color=blue]
      > I wanted a progress bar for my webpage, where I have
      > numerous embedded sounds. [...] Can anybody help me?[/color]

      You do not want to steal your visitors more of their computing
      time as you already do since all UAs have a progress bar or a
      similar feature like a percent display built-in.


      PointedEars

      Comment

      Working...