Results 1 to 5 of 5

Thread: how do you do[Loading Image...] - Help Needed

Hybrid View

  1. #1

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    how do you do[Loading Image...] - Help Needed

    hi guyz,

    i've seen these on some website(so i know its possible).

    pls how do i check if an image have been loaded.

    for ex.
    i have a thumbnail image i want to display... and pending the time it'll finish
    loading i want to display an image that says "Loading Image..."

    how do i do that?
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: how do you do[Loading Image...] - Help Needed

    The 'Loading image' animation is nothing but a, heh, image (gif) that loops infinitely until the page that contains the larger image has loaded. In the onload event of the body of the page that contains the large image, that 'loading image' image is simply hidden away.

  3. #3

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: how do you do[Loading Image...] - Help Needed

    yeah i know... what i want to know is how to know when the original image has finished loading.
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: how do you do[Loading Image...] - Help Needed

    The <body> tag's onLoad event.

  5. #5

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: how do you do[Loading Image...] - Help Needed

    Quote Originally Posted by mendhak
    The <body> tag's onLoad event.
    what does the onload event of the page's got to do with an image load status?
    i just don't get it
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width