Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load times

Status
Not open for further replies.

vickero007

IS-IT--Management
Apr 1, 2003
308
US
Is it possible to have an animated gif load last or at least not run until it's fully downloaded? Currently I have an animated gif that shows before the background (which it meshes with) and then runs very slowly the first time through. This is on a LAN connection also. How could I prevent this?

-Volkoff007
 
Have you tried a JavaScript preloader?

<script language=&quot;javascript&quot;>
if (document.images){
animgif = new Image
animgif.src = &quot;images/animation.gif&quot;
}
</script>


DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top