|
Try
as I could, none of the other two snow scripts I
found could be used with SiteBuilder. This script
was my last hope. This one doesn't use an image file
like the others. However, it does rely on an
external .js file which has to be uploaded for this
script to work. You will find everything you need in
the .zip file provided including the Code Generator
to customize your script.
To
make this script work, I've modified it only slightly
to point the browser to the location of the .js file
in the Files directory. Other than that, there's
nothing else to change about this script. This script
looks best on a dark page as the
"snowflakes" are white. You can get
everything you need from the website above or from
Dario's site
This
is the script for this website which I created using
the Code Generator. You can use this script or make
one of your own. The script is copied into one Insert
HTML element and placed anywhere on the page. I prefer
to put scripts nearest the top left corner of the
page.
<script
language="JavaScript">
var
author="www.dseffects.com";
var numflakes="50";
var
speed="3";
var flakesize="2";
var regkey="";
</script>
<script src="files/DS_Snow.js"></script>
Click
here
to view the script in action on a darker page. Opens a
new window. Remember, viewing the demo page will not
yield a workable script for a Homestead website. You
must use the script above.
|