SNOW

  • Thread starter Thread starter Guest
  • Start date Start date
To the OP, your question about the "floating boxes" was answered in an
earlier response to your comment about them "all I get are floating boxes,
not snow flakes"..

You need to download an image or two from the download site - the images I
presume are the "snowflakes".
 
Check the name of the image and also the directory you saved it in. Be sure
to put in in your main webdirectory.
It will work.

Guy
 
The images are referred to in the script by their URL in the web it resides
in. If the URL doesn't match, the images don't appear. It's just like having
an image in an HTML page. The link to the image must point to the image
location.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.

GENE said:
I can't find an e-mail for the author. Thanks for helping me. I'm gonna
give
up and forget about the snow
--
GENE


Tom [Pepper] Willett said:
Get your answer by asking the author of the script.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/

About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
| Still didn't answer my main question though
| --
| GENE
|
|
| "Tom [Pepper] Willett" wrote:
|
| > All caps is considered rude and shouting, and hard to read.
| > --
| > ===
| > Tom [Pepper] Willett
| > Microsoft MVP - FrontPage
| > ---
| > FrontPage Support:
| > http://www.frontpagemvps.com/
| >
| > About FrontPage 2003:
| > http://office.microsoft.com/home/office.aspx?assetid=FX01085802
| > ===
| > | > |I HAVE NO CLUE TO WHAT YOUR TALKING ABOUT
| > | --
| > | GENE
| > |
| > |
| > | "Kevin Spencer" wrote:
| > |
| > | > HE SAYS, "HE CAN SHOUT. DON'T HEAR YOU."
| > | >
| > | > --
| > | >
| > | > Kevin Spencer
| > | > Microsoft MVP
| > | > ..Net Developer
| > | > You can lead a fish to a bicycle,
| > | > but it takes a very long time,
| > | > and the bicycle has to *want* to change.
| > | >
| > | > | > | > > HOW CAN I ADD SNOW TO MY HOME PAGE IN FRONTPAGE? DO I NEED
SPECIAL
| > CD'S?
| > | > > THANK YOU
| > | > > --
| > | > > GENE
| > | >
| > | >
| > | >
| >
| >
| >
 
Step 1: Save the image---remember the location
Step 2: Copy and paste code
Step 3: Use the configuration portion to let the page know
where the image is, and whatever else. As stated elsewhere,
this can become CPU intensive- the media stream I was
listening to started choking when I had all of the snow
falling.

In my version below, I saved the image as SnowFlake.gif in
the same directory as the webpage.

//Configure below to change URL path to the snow image
var snowsrc="SnowFlake.gif"
// Configure below to change number of snow to render
var no = 2;
// Configure whether snow should disappear after x seconds
(0=never):
var hidesnowtime = 0;
// Configure how much snow should drop down before fading
("windowheight" or "pageheight")
var snowdistance = "pageheight";



:
: --
: GENE
:
:
: "Dan L" wrote:
: I went there and downloaded it but all I get are Boxes
Floating down instead
: of Snow Flakes
: > http://www.dynamicdrive.com/dynamicindex3/snow.htm
: >
: > "GENE" wrote:
: >
: > > HOW CAN I ADD SNOW TO MY HOME PAGE IN FRONTPAGE? DO I
NEED SPECIAL CD'S?
: > > THANK YOU
: > > --
: > > GENE
 
Back
Top