URL Text


Java applet download site


Author: rvdb@nedernet.nl


This fading text applet can be linked to a URL and your favorite AU sound file. Put your mouse over the text above. To add this feature to your page, follow the directions below.


1. Download UrlText.class and load it in your home page directory on your server.

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

3. Make the necessary changes to the html code.


<applet codebase="Your Server Directory Here/" code="UrlText.class" width=250 height=25 > <param name=line1 value="Your First Line Of Text Here"> <param name=line2 value="Your Second Line Of Text Here"> <param name=line3 value="Your Third Line Of Text Here"> <param name=speed value="10"> <param name=delaywhite value="300"> <param name=delayblack value="600"> <param name=url value="Type The URL To Go To Here"> <param name=sound value="The Path to your AU file Goes Here/AUFILE.au"> <param name=center value="1"> <param name=fonttype value="2"> <param name=fontsize value="15"> <param name=yposlines value="17"> <param name=border value="false"> <a href="http://www.nedernet.nl/~rvdb">Java applet download site</a> </applet>


Back to Applets pg 4!