|
-
Dec 22nd, 2006, 11:41 AM
#1
Thread Starter
Fanatic Member
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?
-
Dec 23rd, 2006, 05:58 PM
#2
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.
-
Dec 24th, 2006, 04:03 AM
#3
Thread Starter
Fanatic Member
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.
-
Dec 24th, 2006, 07:19 AM
#4
Re: how do you do[Loading Image...] - Help Needed
The <body> tag's onLoad event.
-
Dec 24th, 2006, 06:23 PM
#5
Thread Starter
Fanatic Member
Re: how do you do[Loading Image...] - Help Needed
 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|