|
LED Sign V2.7Example of LED Sign
InstallationTo install the Java LED Sign onto your Virtual Server, you will need to telnet or SSH to your Virtual Server and then do the following steps:
The HTML source below represents the applet definition for the LED Sign. <applet codebase="/Java/LEDSign/LED" code="LED.class"
width=462 height=34 align=center> <param name="script"
value="/Java/LEDSign/scripts/Demo.led"> <param name="border"
value="2"> <param name="bordercolor" value="100,130,130">
<param name="spacewidth" value="2"> <param
name="wth" value="150"> <param name="ht"
value="7"> <param name="font" value="/Java/LEDSign/fonts/tiny.font">
<param name="ledsize" value="2"> </applet> If you are unfamiliar with JAVA, or would like to learn more about JAVA: Programming for the Internet, the following URL is an excellent resource: DocumentationBundled with the LED Sign tar file is a complete set of HTML
documentation. This documentation will accessible on your own server
by using the following URL: http://www.[domain name]/Java/LEDSign/WWW/LED.html where [domain name] is your domain name. |