Using it Online
If the puzzle is being used on a website, applet parameters can be used (between <applet> and </applet> tags) to set the initial values of the options.
- <param name="bgcol" value="80A0D0"> Background colour in RGB/hex format
- <param name="npieceshor" value="6"> Number of pieces horizontally
- <param name="npiecesver" value="4"> Number of pieces vertically
- <param name="picture" value="pic1.jpg"> Default image filename
- <param name="faded" value="yes"> Whether to show faded image as hint
- <param name="popup" value="yes"> Whether to show popup window as hint
- <param name="rotations" value="yes"> Whether to allow rotations and force square pieces.
- <param name="resize" value="yes"> Whether to resize the image to a percentage of the space available
- <param name="percent" value="30"> Percentage of space to fill with picture
Because of applet restrictions, the following parameter is required:
- <param name="picturelist" value="pic1.jpg,pic2.jpg"> A comma-separated list of images in the pictures folder.
The following parameters are specific to online use:
- <param name="optionswindow" value="no"> A value of "no" means the puzzle will start without the options window using parameters specified
- <param name="newpage" value="finish.html"> The name of the html page to jump to on completion of the puzzle
- <param name="folder" value="mypictures"> The folder containing the image files (if not the default pictures)