CueCards free applet
by
David
Griffiths
www.demon.co.uk/davidg
java applet parameters
<APPLET CODE="CueCards.class" width=200 height=200>
<PARAM NAME="image1" VALUE="g1.gif">
<PARAM NAME="image2" VALUE="g2.gif">
<PARAM NAME="image3" VALUE="g3.gif">
<PARAM NAME="image4" VALUE="g4.gif">
<PARAM NAME="bgcolor" VALUE="#ffffff">
Your browser isn't java enabled!!! Get Internet Explorer
<A HREF="http://www.microsoft.com/ie">here</A>
</APPLET>
|
java applet explanation
To use the CueCards free java applet, I
- Step 1: Downloaded CueCards.zip and extracted into my
web page directory. IMPORTANT: All file and folder names must be preserved exactly as
zipped.
- Step 2: Viewed CueCards.html with my java enabled
browser.
java applet parameter values
- image1
- The first image in the series of cue cards.
- image2
- The second image in the series of cue cards.
...
- imageN
- The Nth image in the series of cue cards.
- bgcolor
- The background colour of the applet. This must be given in the "#RRGGBB"
format, as used in the bgcolor value in the <body..> tag.