home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 May / comcd0502.iso / homepage / special / javascript / 01_01 / Java / fireworks / readme.txt < prev   
Encoding:
Text File  |  2000-06-06  |  1.4 KB  |  43 lines

  1. /*******************************************************************
  2. *
  3. * File    : fireworks
  4. *
  5. * Created : 2000/06/05
  6. *
  7. * Author  : Roy Whittle  (Roy@Whittle.com) www.Roy.Whittle.com
  8. *
  9. * Purpose : To create animated fireworks in your web page.
  10. *
  11. * History
  12. * Date         Version        Description
  13. *
  14. * 2000-06-05    1.0        A simple to install yet effective demo
  15. *                    of DHTML.
  16. ***********************************************************************/
  17. Contents.
  18. animate2.js            - A library of javascript functions to do animation
  19. fireworks.js        - A library of code to do cross browser layers +
  20.                   the code for the fireworks
  21. fwTest.html            - A test HTML file.
  22.  
  23. images_firework0_0.gif    - The images for the firework.
  24. images_firework0_1.gif
  25. ...
  26. images_firework0_19.gif
  27.  
  28. -------------------------------------------------------------
  29.  
  30. Installation.
  31. 1) Upload all the files in this archive to your website.
  32. 2) Insert the following 4 lines into the HEAD of your document
  33.  
  34. <!-- *** Animated Rollovers by Roy Whittle. www.Roy.Whittle.com Roy@Whittle.com *** -->
  35. <SCRIPT LANGUAGE="JavaScript" SRC="animate2.js" AUTHOR="www.Roy.Whittle.com"></SCRIPT>
  36. <!-- *** Fireworks by Roy Whittle. www.Roy.Whittle.com Roy@Whittle.com *** --->
  37. <SCRIPT LANGUAGE="JavaScript" SRC="fireworks2.js" AUTHOR="www.Roy.Whittle.com"></SCRIPT>
  38.  
  39. 3)Upload your document.
  40.  
  41.  
  42. NOTE: All files must be in the same directory (folder).
  43.