These are some frequently asked questions about LED Sign. I will continue to add new questions/answers as they arise to the FAQ at the new LED Sign home page. So, if you don't find the answer to your question here, check the FAQ at the link above.
I have tested LED Sign 3.0 with Netscape 3.0b7 and Internet Explorer 3.0B2, and it will work reading the scripts, probably (!) because the new packaged format and directory structure has the scripts and fonts in subdirectories below the classes. I no longer have old Netscapes so maybe this will work with them as well. Let me know...
<applet codebase="../../../../.."
code="com.dc3.applet.LEDSign.LED.class"
width=519 height=64>
<param name="script" value="../scripts/Demo.led">
<param name="font" value="../fonts/default.font">
<param name="border" value="3">
<param name="bordercolor" value="100,130,130">
<param name="spacewidth" value="3">
<param name="wth" value="100">
<param name="ht" value="9">
<param name="ledsize" value="3">
</applet>
This is the example tag that is found in LED.html in the
distribution. I used relative paths so that the docs would load the LED
sign sample even when the LED.html file was loaded ad a file (works with
Netscape 3.0b7 and later, Internet Explorer 3.0B2 and later). I know
this is confusing if you don't understand how the CLASSPATH and
CODEBASE features of Java work. Please see
This is a packaged applet.
The tags that are critical are codebase, code, script, and font. These paths and files must be correct including capitialization. Codebase is the path to where the com directory created during installation can be found. Code is the main bytecode "executable" file. Code should always be "com.dc3.applet.LEDSign.LED.class". Script is the LED script that the sign will run. And font is the font file that the sign will use to display the characters.
If you are working on a Win95/NT system and your ZIP program changes file name size (truncates to the MS-DOS 8.3) or changes capitalization, find a 32-bit ZIP program such as WinZip 6.0a (available at most NT/95 download sites), and reinstall the package.