Free Flash Gallery

Free and easy to integrate Flash image gallery for download. Using our Flash Gallery flash component you can create awesome online flash portfolio. Supports multiple categories and ability to add image descriptions.

  • FREE Flash Gallery
  • Easy to setup and use
  • Forms slideshow automatically
  • Fully customizable design (source files included)

Are you a flash developer? You can have a chance to edit source file and implement this flash gallery component at your website.

View free flash gallery demo here. Download flash gallery with source files here.

INSTRUCTIONS

1. Download files from here.
2. Create thumbnails
Create your photo thumbnails and upload it to a specific directory for example /images/thumbs/ and all your photos to /images/ directory.
3. Edit XML file
Fist of all edit website title and directories for big images and thumbnails.

<gallery title=”Your Website name goes here! ” thumbDir=”Thumbnail directory ” imageDir=”Big image directory ” random=”true”>

It’s easy to edit or add your photos to your flash gallery. Just use the following XML structure for each photo.

<category name=”category name here ”>
<image>
<date>Put the date here </date>
<title>Your photo title here </title>
<desc>few words about photo </desc>
<thumb>thumbnail file name </thumb>
<img>big image file name </img>
</image>

Example:

<gallery title=”Flash Scope Gallery ” thumbDir=”./images/thumbs/” imageDir=”./images/” random=”true”>
<category name=”in Seattle “>
<image>
<date>01.01.09 </date>
<title>Me and my wife </title>
<desc>at the statue of big George </desc>
<thumb>thumb-photo-1.jpg</thumb>
<img>photo-1.jpg </img>
</image>