
VMAX MULTI TICKER

Applet Tag Example
<APPLET CODE=vmaxmultiticker.class  WIDTH=500 HEIGHT=30> 
<PARAM NAME="BGCOLOR"   VALUE="80ffff"> 
<PARAM NAME="BGIMAGE"   VALUE="bluegreen.gif"> 
<PARAM NAME="DELAY"     VALUE="50"> 
<PARAM NAME="URL"       VALUE="http://vmax.netfx.com"> 
<PARAM NAME="TARGET"    VALUE="_self"> 
<PARAM NAME="AUTHOR"    VALUE="Virtual_Max (http://vmax.netfx.com)"> 
<PARAM NAME="KEY"       VALUE="Free Version"> 
<PARAM NAME="LINE0"     VALUE="c00000|dialog,1,24|-2|0|Virtual Max's Applets at http://vmax.netfx.com"> 
<PARAM NAME="LINE1"     VALUE="0000ff|Courier,1,12|-1|-2|Tickers"> 
<PARAM NAME="LINE2"     VALUE="c000c0|Courier,1,12|-2|-1|Scrollers"> 
<PARAM NAME="LINE3"     VALUE="808000|Courier,1,12|2|-1|Games"> 
</APPLET> 



Parameters 

BGCOLOR		Applet background color in hexadecimal RRGGBB format same as 
		HTML colors are but without # hexadecimal radix symbol.
		(optional parameter)

BGIMAGE		Background image for the applet (optional). If image size 
		less than applet size, image will be tiled

DELAY		Animation frame Delay time in millisec.

URL		Optional link URL (registered applet only)

TARGET		Target frame name, as defined in FRAMESET or one of the 
		following: _self, _top, _parent or _blank (optional parameter)

AUTHOR		Obligatory parameter don't alter it's value Virtual_Max 
		(http://come.to.vmax)

KEY		Obligatory parameter. Applet can be used absolutly free with 
		KEY "Free Version". Free version of the applet ignore URL 
		parameter and  link back to Virtual Max Software site.  If you 
                want to get rid of this, please register.
 
LINE0 ..        Enumerated ticker lines with parameters,  enumerations starts 
LINEn           with 0, and do not allow to have missed numbers. This 
		parameter contains following fields, separated with | 
		character. Color | Font | Xstep | Ystep | String

Color		Text color in the same format as BGCOLOR

Font		Font itself is a composite field which include following 
		fields separated with commas: FontName, FontStyle, FontSize

FontName	Can be one of the following platform independent fonts,
                supported by Java: dialog, inputDialog, Helvetica, Courier, 
                TimesRoman 

FontStyle	Integer number: 0 - plain, 1 - bold, 2 - italics, 3 - bold 
		italics

FontSize	Integer number (pixels),Xstep animation X step in pixels,
         	Ystep animation Y step in pixels

String		Text lime itself


Line numerated first will be drawn first, each next one will be drawn upon 
the previously drawn ones.
