XML Paged Portfolio folders

/published
Default folder for publishing, the only folder you need for easy setup
/source
FLA and Actionscript 3 files, for advanced customization
/images
Default folder for all images used in the portfolio, changeable through XML
/documentation
Where this document lives

Customizing the XML Paged Portfolio

Easy no-code setup

  1. In the /source folder, open the 'portfolio.xml' file in a text editor, or html tool like Dreamweaver.
  2. Customize the options:
    (these are also printed in the XML file for reference)
    speed
    (0-5...) multipler, where 1 is normal, .5 is half speed, 2 is double, etc.
    margin
    (px) space on either side of items, separation from arrows
    textColor
    (hex color 0xRRGGBB) color for loading number and item captions
    buttonColor
    base color for top links, bottom navigation buttons, and side arrows
    hoverColor
    mouse-over color for top links, bottom nav, and arrows
    shadowColor
    color for shadow under items
    shadowAlpha
    (0-1) transparency for shadow
    captionSize
    (fontsize) font size for caption text under each item
    hoverScale
    (0-2...) mouse-over scale for items, 1 is no scale
    hoverHighlight
    (0-10) mouse-over highlight strength
    disableMouseOver
    (true-false) removes roll-over behavior for items; browsing mode
    hideCategoryList
    (true-false) if you only have one category, make this true to hide the selector at the top
  3. Next, set up the categories and items you want displayed. Follow the format of the existing categories in making new ones. Each <image> node must have a 'src' attribute, a 'caption', and 'href' (for linking). The last two can be empty however.
  4. Save this xml file, and refresh the index.html to see the changes. Thats it, really!
    Read on for more advanced customization, which would require the Adobe Flash program.

Advanced customization

Enjoy and let me know how it goes! Please contact me if you need extra customization.