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

 

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.