Minte Download the applet!

ImageBackgroundTextScrollerApplet displays a text file scrolling the text on image background.
Parameters:
"canvas_dimensions"  pair of comma separated positive whole numbers denoting the size of the canvas for image and text display in pixels.
"background"  triplet of comma separated RGB numbers from interval [0,255] denoting the background color of the applet and canvas. Portion of the applet not covered by the image will have this color.
"foreground"   triplet of comma separated RGB numbers denoting the color of the scrolled text.
"image"   relative URL of the image file with respect of the applet code base. When missing the text will be scrolled on the canvas filled with the background color.
"text"  relative URL of the textfile to be displayed with respect of the applet code base. The text is automatically divided into lines fitting the canvas width.
"font"  by commas separated logical font name, its style (plain, italic, bold, bolditalic) and point size for text display.
"encoding" name of the textfile charset. If not given the file should contain only ASCII characters.
"scrolltime"   the time in msec in which one line scrolls from the bottom to the top of the canvas.