
PUZZLE MAKER

See Also: VMaxPuzzlePro 
 
NAME:		Description:

 
AUTHOR		"Virtual_Max (http://vmax.netfx.com)" Obligatory parameter, 
		Don't change!

 
IMAGE		Source image URL
 
ROWS		Number of rows
 
COLS		Number of colomns
 
BGCOLOR		Colors for background and for text messages. Integer value in
		hexadecimal format without radix symbol. VALUE="rrggbb". 
		Optional parameters
 
TEXTCOLOR
LINK		URL to be opened when puzzle will be solved (optional). 
		Unregistered applet will also have additional link area with 
		link back to VMax's pages
 
TARGET		Target window to open HTML document (optional).One can use 
		one of the following: "_top", "_self", "_blank", "_parent" 
              	or windowname for named window
 
KEY		Encrypted KEY for this applet (obligatory). For free use one 
		can use "Free Version", note that "Free Version" will add 
		link area back to Virtual Max Software, if you would like to get rid 
		of this additional link, please register


Applet hosting example:

<APPLET CODEBASE=./ CODE=puzzlemaker.class WIDTH=320 HEIGHT=240>
<PARAM NAME="AUTHOR" 	VALUE="Virtual_Max (http://vmax.netfx.com)">
<PARAM NAME="IMAGE" 	VALUE="vmcafemap.gif">
<PARAM NAME="KEY" 	VALUE="Free Version">
<PARAM NAME="ROWS" 	VALUE="6">
<PARAM NAME="COLS" 	VALUE="8">
<PARAM NAME="BGCOLOR" 	VALUE="000080">
<PARAM NAME="TEXTCOLOR" VALUE="00ff00">
<PARAM NAME="LINK" 	VALUE="license.html">
<PARAM NAME="TARGET" 	VALUE="_blank">

Applet width and height should match exactly to your image sizes and fit an 
integer number of ROWS and COLS.  
 