Click to See Complete Forum and Search --> : Snow code & gif
Barb37
12-13-2002, 06:25 PM
The Snow Script seems to be working just fine for me. I have little boxes with a red X floating all over my window, but I can not get the snow.gif to replace the red X. I was hoping to use the snow script in my stationary I like to make, so did not put a url into the script. Attached is a copy of the snow script that I have been working with. Thank you for what ever help you can give me. Barb37
sciguyryan
08-09-2003, 08:35 AM
hi,
have you put the gif onto your site? if not you must
put it into a directory and then specify its location within the script its self.
As sciguyryan says.
In your script you have
var snowflake = "C:\Program Files\Common Files\Microsoft Shared\Stationery\script\Snow\snow.gif";
This is wrong, you cannot access your local drive from the net.
With the image on your site it should be
var snowflake = "path_to_image/snow.gif";