Flasher Archive

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


Subject: Re: PreLoading files
From: Jadeus
Date: Sun, 1 Mar 1998 21:51:12 GMT

> 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


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