This JAlbum skin adds a wrapper around the flash software at
http://www.airtightinteractive.com/projects/tiltviewer.  

Features:
  - Integrates Airtight Interactive's TiltViewer into JAlbum.
  - Comments support HTML formatting.
  - Optionally supports a directory tree.
  - Optionally supports parent linking.
  - Optionally supports help menu.
  - All text have been localized and stored in the "texts" directory.

Some caveats:
  - Skin requires you are using Java 1.5 or higher.  Note that JAlbum
    8.0 release also requires Java 1.5.
  - Do NOT use progressive mode under the Album Settings Images
    panel. While the skin will work in Firefox, IE7 will not display your
    images if you use progressive mode.
  - It does not support video

Controls
  Mouse
      * Click images to zoom-in, click again to zoom-out.
      * Click the background to zoom-out.
      * Click the 'flip' button (bottom-right of a zoomed-in image) to
        see image details.

  Keyboard
      * Cursor keys to navigate between images.
      * Space-bar to zoom in/out.
      * 'F' key to flip an image (when zoomed in).

  Right-Click Menu
      * Go Fullscreen. Opens TiltViewer in fullscreen
        mode. Right-click and select 'Exit Fullscreen' to revert to
        regular mode. Note keyboard navigation does not work in
        full-screen mode.

Enjoy,

Albert

---------------------------------------------------------------------------

Key changes

v2.1.5
 - move widget generation code inside the body section"
v2.1.4
 - fix Safari support
v2.1.3
 - post set the "need flash" setting.
v2.1.2
 - support label captions as well as filename captions
 - if no menu panel is requested, then make the slide panel be the
   main panel.
   - Useful for those who want to embed the entire album in a iframe.
 - misc:
   - clean up DOCTYPE line, force it as the first line and use traditional mode
   - use css for the menu panel
   - turn off all menu scrollbars if requested.
v2.1.0
 - upgrade to latest swfobject and mootools packages
 - bug fix: resolve doctype problem with IE7
v2.0.2
 - bug fix: clean up javascript handling for IE7
 - bug fix: properly parse the originalDate
v2.0.1
 - Minor bug fix with advancedMode
v2.0.0
 - supports Jalbum 8.1's widget bar
 - optionally support scrollbars in menu.  By default, this is set to false.
 - hide advanced settings by defaults.  Can be made visible by
   clicking on "Advanced Mode" in the skin's setting panel.
v1.6.2
 - support folder titles in the menu
 - purge unnecessary defaults in hints.jap
v1.6.1
 - cleanup date mode (remove extra line)
v1.6.0
 - add ability to reuse previous title (and comment).  Useful when you
   want the same title for a set of pictures.
 - add ability to just print the date of the picture, along with a
   date mode (exif only, file only, or either).
 - add 'enable javascript warning' even for blank folders.
v1.5.3
 - turn off scrollbars in the slide section
v1.5.2
  - text fields in the skin settings now support undo/redo/cut/paste
  - bug fix when dragging folders to Jalbum
v1.5.1
  - change gui setting layout
  - add "media server" support (see NOTES.media_server for more info)
  - increase default font size to 11px
  - allow user to change font size for menu and tooltip
  - increased default font size to 11px (which can be changed in
    texts/texts.base.properties)
  - support color definition via rgb strings
  - add auto-scrollbar support
  - option to auto-display help text at startup
  - upgrade to mootools 1.2
  - display version info
v1.1.1
  - add fileTitle support (Jalbum v8.0)
v1.1.0
  - add Mark of the Web support
  - Support command line generation
  - Allow users to customize the skin name
v1.0.2
  - add hints.jap
  - improve defaults for cols/rows and layout
v1.0.1
  - replace "_" with spaces in the menu
  - more flexibility in what goes in the caption, including the filename
v1.0.0
  - clean up code, first production release
v0.9.6
  - add a default color scheme option
v0.9.5
  - support disabling adobe flash check
  - clean up tooltip to work better in horizontal mode
v0.9.4
  - optionally support help tooltip
  - localize all the text in the settings and generated html
  - greatly improved album generation performance 
  - upgraded to new flash detection software (swfobject 2.0)
v0.9.3
  - fix potential comment nullpointer bug
  - add link button
  - allow user to rename the link and parent names
v0.9.2
  - auto-detect flash
  - add aspect-ratio support
v0.9.0
  - remove zoomin/zoomout fields, they are only available in the
    professional version of the flash plugin
v0.8.0
  - initial release
