Closed Thread Icon

Preserved Topic: preloading images (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18249" title="Pages that link to Preserved Topic: preloading images (Page 1 of 1)" rel="nofollow" >Preserved Topic: preloading images <span class="small">(Page 1 of 1)</span>\

 
911
Paranoid (IV) Inmate

From: Stuttgart, Germany
Insane since: Apr 2001

posted posted 10-16-2001 16:16

i know, there are many threads about preloading images, but i didn`t find the right one. so please help me or post a link to the right thread.

someone told me, that there is a way to preload all images of a site. after all images are preloaded you can click through the page without loading those grafics because they are all in cache. is that true?

maestro
Nervous Wreck (II) Inmate

From: Somewhere out there
Insane since: Oct 2001

posted posted 10-16-2001 21:33

this is the script i use for myself to preload images:

picture1on = new Image();
picture1on.src = "image1_on.gif"; /*rollover image*/
picture1off = new Image();
picture1off.src = "image1_off.gif";

rather simple and primitive though.
hope it helps.

evo.lanche - evolve. the only constant in life.

911
Paranoid (IV) Inmate

From: Stuttgart, Germany
Insane since: Apr 2001

posted posted 10-17-2001 09:30

first i wanna say: WELCOME TO THE ASYLUM, maestro!

thx for your code-snippet, but i just need an answer to my question.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 10-17-2001 13:14

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

maestro
Nervous Wreck (II) Inmate

From: Somewhere out there
Insane since: Oct 2001

posted posted 10-17-2001 14:23

oops, hahaha guess i shld haf read your post properly.
well to answer your question, the answer to that should be yes, provided the user didn't get the browser to refresh the pages completely (that is, your Ctrl F5 in IE).

another example of preloading would be floodgear

evo.lanche - evolve. the only constant in life.

« BackwardsOnwards »

Show Forum Drop Down Menu