ThunderStruck -- A JS/DHTML->Applet Connectivity Example.
Overview:
Uses layers to gain a controllable background image behind static text
(Actually, more interactivity could be accomplished, but I couldn't think
of anything logical to go with the current theme). An applet is loaded
to handle the audio effects (In order to mix properly, an applet was
chosen - more consistant than trying it with JS), which includes a
constant "rain" clip. JavaScript will then flash a thunder strike by toggling the background image to a random
image, and back to black, and set a timer. Once the timer is expired,
the applet is called for a random audio clip of a thunderclap/roll/etc.
To do: Probably nothing; It's just a small example. =)