XML Gallery 1
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> |


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!
Hello I downloaded the xml gallery…the gallery opens and the thumbnail open.
When I click on the thumbnail no image what am I doing wrong…Thanks
Make sure the image path in XML is OK… all should go just fine. Also, use lowercase extensions (.jpg instead .JPG)
I used the images that where in the zip file. I’m pretty sure the path is ok because the thumbs appear no problem. path and extentions seem to be ok…
If you used the files included in the zip file, there should be no problem! Are you experiencing that problem online or in your machine? If online, try to use a complete path to your images… http://blablabla.com/images/1.jpg (place that URL in your browser, and see if the image exists)
OK, I loaded the gallery onto the sever and the thumbs and photos worked… Thanks…
but when the photos peload all I get is the word Infinit….In the center.
Still need help with image preloader.
I can’t tell you what the problem is without seeing all your files and how they’re configured!
You must have missed something! Send me the files, or a link with a preview.