Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re[2]: PreLoading files
From: Mark Hayhurst
Date: Wed, 4 Mar 1998 11:31:45 GMT


But remember that's Netscape dependant...


______________________________ Reply Separator _________________________________
Subject: Re: PreLoading files
Author: Jasonatglobecomm [dot] net at INTERNET
Date: 03/03/98 16:40


> I was wondering if its HTML, JAVA or flash that enables you to preload
> images and what code do you use?

You can do this with javascript:

<script language="JavaScript">

someImage = new Image();
someImage.src = "dir/name.gif";

</script>

-=-=- Fah -=-=-

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]