home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************
- *
- * File : fireworks
- *
- * Created : 2000/06/05
- *
- * Author : Roy Whittle (Roy@Whittle.com) www.Roy.Whittle.com
- *
- * Purpose : To create animated fireworks in your web page.
- *
- * History
- * Date Version Description
- *
- * 2000-06-05 1.0 A simple to install yet effective demo
- * of DHTML.
- ***********************************************************************/
- Contents.
- animate2.js - A library of javascript functions to do animation
- fireworks.js - A library of code to do cross browser layers +
- the code for the fireworks
- fwTest.html - A test HTML file.
-
- images_firework0_0.gif - The images for the firework.
- images_firework0_1.gif
- ...
- images_firework0_19.gif
-
- -------------------------------------------------------------
-
- Installation.
- 1) Upload all the files in this archive to your website.
- 2) Insert the following 4 lines into the HEAD of your document
-
- <!-- *** Animated Rollovers by Roy Whittle. www.Roy.Whittle.com Roy@Whittle.com *** -->
- <SCRIPT LANGUAGE="JavaScript" SRC="animate2.js" AUTHOR="www.Roy.Whittle.com"></SCRIPT>
- <!-- *** Fireworks by Roy Whittle. www.Roy.Whittle.com Roy@Whittle.com *** --->
- <SCRIPT LANGUAGE="JavaScript" SRC="fireworks2.js" AUTHOR="www.Roy.Whittle.com"></SCRIPT>
-
- 3)Upload your document.
-
-
- NOTE: All files must be in the same directory (folder).
-