Puzzle Maker Applet.

Drag and drop pieces to solve this puzzle.

See Also: VMaxPuzzlePro

NAME:

Description:

AUTHOR
"Virtual_Max (http://come.to/vmax)"
Obligatory parameter, Don't change!
IMAGE Source image URL.
ROWS Number of rows.
COLS Number of columns.
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 VMax's pages, 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://come.to/vmax)">
    <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 size and fit an exact number of ROWS and COLS. 1