XML Gallery 1

Posted On: December 16, 2009
Price: $30.00
Flash Player Version: 8
Swishmax Version: Swishmax2, 2008.08.12
Comments: 13 comments

Searching for a powerful XML based gallery? Search no more!
This gallery adapts to any swf size!
Here are some features:

  • Supports infinite categories
  • Adjusts to initial Stage width and height (not for full SWF websites)
  • Resizes and smoothes images if bigger than stage
  • Keeps aspect ratio of loaded images
  • Categories dropdown uses mouse movement to scroll (no scroll bars needed) and adjusts to number of categories
  • Multipage navigation
  • Image navigation (previous and next) when viewing an image
  • Shows information status of XML files when loading them
  • Uses separated XML files for Galleries and Categories
  • Easily configurable
  • Clean and easy understanding script

Categories XML file structure:

1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<categories>
<item menuname="First Gallery Name" xmlfile="XML/gallery1.xml"/>
<item menuname="Second Gallery Name" xmlfile="XML/gallery2.xml"/>
</categories>

Gallery XML file structure:

1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<gallery>
<item>
<title>Title for Pic One</title>
<thumb>images/gallery1/thumbs/pic-1.jpg</thumb>
<image>images/gallery1/pic-1.jpg</image>
</item>
<item>
<title>Title for Pic Two</title>
<thumb>images/gallery1/thumbs/pic-2.jpg</thumb>
<image>images/gallery1/pic-2.jpg</image>
</item>
</gallery>
VN:R_U [1.7.0_948]
Rating: 9.5/10 (2 votes cast)