PA Deluxe - how to set-up it!?

Applet tag settings

<applet archive="album_x.jar" code="viewer.ImageViewerApplet" width="640" height="400" mayscript="mayscript"> <param name="configFile" Value="my_images/config.txt"> </applet> The path to the applet config file. (required) - All Photo Album (Product catalog) images have to be in the same folder. <param name="configFile" Value="my_images/config.txt">

Config file settings

An image modul with all parameters. - Apply any of these parameters as a new line in your config file. img1.src = image1.jpg (.gif) img1.name = Image title img1.text1 = First sentence img1.text2 = Second sentence img1.text3 = Third sentence img1.url = product1_info.html (http://yoursite.com/products/product1_info.html) * target img1.alt = Alternative (status bar) message img1.src (required) - The source (file name) of the image.
img1.name (optional) - Use it to add a title to the image. If you miss it the applet will use the image file name as a title.

img1.text1 (optional) - The first sentence. Miss it to add an empty string.
img1.text2 (optional) - The second sentence. Miss it to add an empty string.
img1.text3 (optional) - The third sentence. Miss it to add an empty string.

img1.url (optional) - Link to any URL. You can use both absolute and relative URLs.
* target (optional) - (_self, _blank, _top, any valid target name) - Use "_blank" to open the link in a new window.
img1.alt (optional) - When rollover the image this alternative message will appear on the browser status bar.


Test panel settings. (optional) - Apply any of these parameters as a new line in your config file. If you don't use any of them the applet will use the default value in bold.

textPanelStyle = lowered textAlign = right textColor = #000000 fontName = Arial fontSize = 10 textPanelStyle (optional) - Text panel relief style. (raised, plain, lowered)
textAlign (optional) - Text panel text align. (left, center, right)
textColor (optional) - Text panel font color. By default the applet has used its foreground color.
fontName (optional) - Text panel font face. (Verdana, TimesRoman, Arial, Helvetica)
fontSize (optional) - Text panel font size in points. (9, 10, 11, 12, 13, 14, 15, 16)

Applet settings. - Apply any of these parameters as a new line in your config file.

startPage = greetings.jpg greetingBG = #ffcc33 buyBtn = image1.jpg (.gif) reviewMode = limited backgroundColor = #ffcc33 foregroundColor = #000000 buttonBG = #990088 buttonFG = #ffffff tileWidth = 65 tileHeight = 60 startPage (optional) - It selects "start preview" mode of the applet. (single, mosaic, greetings.jpg (gif))
greetingBG (optional) - Greeting image background color. (white)
buyBtn (optional) - Add a "buy it" image on the tools panel.
reviewMode (optional) - Use it to control an "image preview" mode. (unlimited, limited)

backgroundColor (optional) - Applet background color.
foregroundColor (optional) - Applet foreground color.
buttonBG (optional) - Buttons background color.
buttonFG (optional) - Buttons label color.

tileWidth (optional) - The mosaic tiles (thumbnails) width. (75)
tileHeight (optional) - The mosaic tiles (thumbnails) height. (64)

Photo Album Deluxe