Flasher Archive

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


Subject: Re: Background first?
From: John Croteau
Date: Sun, 12 Apr 1998 08:17:31 +0100

Hi Dave,
You can us the onLoad JavaScript Event Handler. The easiest way is to
place it in <Body to call a function. When onLoad is placed in the <Body
everything, including the background will be loaded before the function
will be executed.
Normally, when you use JavaScript with browsers you can only control
when a command is started not when it is completed, but onLoad waits for
complete retrieval before executing. onLoad when used in the <Body or
<Frameset works for Netscape 2 + and MSIE3+.

<Script>
function flash() {
document.write("Your Flash Object and Embed Commands Here");
}
</Script>

<Body Background="bg.gif" onLoad="flash()">

----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
FlashTeK(Advanced Websites with Flash) http://www.CrownMall.com/Flash/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
Need a PC ? -- Computer King -- http://www.crownmall.com/computers/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
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


Replies
  Re: Background first?, Dave Smith

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