XML Gallery 1
Posted On: December 16, 2009
Price: $30.00
Flash Player Version: 8
Swishmax Version: Swishmax2, 2008.08.12
Comments: 6 comments
Price: $30.00
Flash Player Version: 8
Swishmax Version: Swishmax2, 2008.08.12
Comments: 6 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> |


I followed your instructions, but I can’t seem to find the sprites named exactly like that…
Where are you looking for them?
They’re inside the Library… not in the “Outline” tab… navigate to “Content” tab, and double click the “item” Mc
also, i need 2 things from pink… the cat bkgd color on the drop down and when you rollover the thumb… I need both locations… thanks.
They’re in the same place… they’re both library items that are placed using attachMovie, so go the the “Content” tab and edit them.
For the Current Category background:
dropCatBtns > dropDownBtn_mc > shape
thank you very much, I just didn’t have that tab visible… works like a charm! great work! very satisfied with this product.
OK… glad all is good!