Space Flight Applet



Author: Bennet UK e-mail


This is a very cool applet indeed! It is free to use on non-commercial sites. Commercial sites please e-mail the author for more info. To add this applet to your page, follow the directions below.


1. Download SpaceFlight.class and load it in your home page directory.

2. Copy and paste the html code below on your page.

3. Make the necessary changes to the html code.


<applet codebase="Your page directory here" code="SpaceFlight.class" width=250 height=100> <param name=fps value=12> <param name=numstars value=50> <param name=text value="This is|Bennet Uk's|SpaceFlight applet!|(Nice to see you here...)"> <param name=textcolor value="#FFFF00|#00FFFF|#FFFF00|#8080FF"> <param name=fontname value="Helvetica"> <param name=fontstyle value=3> </applet>


Back to the Applets!