
GAME 15

Name		Value
 
AUTHOR		"Virtual_Max (http://come.to/vmax)" Obligatory parameter
 
IMAGE		Puzzle image URL
 
ROWS		Number of rows
 
COLS		Number of colomns
 
TEXTCOLOR	Color used to draw numbers and pieces outlines in hexadecimal 
		format without any radix symbol (rrggbb) For example for red 
		color VALUE="FF0000"
 
BGCOLOR		Color for background in the same format
 
LINK		URL of the document to be opened on game ending
 
TARGET		Name of target window to open LINKed document. (see also 
		LINK parameter)
 
NUMBERS		TRUE|FALSE parameter swiching on/off showing of puzzle numbers
 
KEY		"Free Version" Please, Note, that Free Version will always 
		replace LINK parameter with link back to my site. If you want 
		to get rid of this 'Feature', please follow registration 
		instructions

Applet hosting example:

Just copy and paste this code to your html.

<APPLET CODE=game15.class WIDTH=320 HEIGHT=240>
<PARAM NAME="AUTHOR" 	VALUE="Virtual_Max (http://vmax.netfx.com)">
<PARAM NAME="IMAGE" 	VALUE="vmcafemap.gif">
<PARAM NAME="ROWS" 	VALUE="5">
<PARAM NAME="COLS" 	VALUE="5">
<PARAM NAME="TEXTCOLOR" VALUE="00C000">
<PARAM NAME="BGCOLOR"   VALUE="008080">
<PARAM NAME="LINK"      VALUE="index.html">
<PARAM NAME="TARGET"    VALUE="_self">
<PARAM NAME="NUMBERS"   VALUE="TRUE">
<PARAM NAME="KEY"       VALUE="Free Version">
</APPLET>

Necessary Changes:

1. WIDTH and HEIGHT of APPLET should match exactly to your image sizes.
2. Image VALUE, I hope you will find your own image to use.

Please, read my FAQs page about uploading unzipped packages and uploading 
files to server.
