Last update (1):Wed, Feb 17th 2010, 00:00
Description
This is a highly customizable XML based gallery, with a large number of excellent features. Make sure you check the demo above, where we posted several samples.
It can be customized in many ways, and we strongly recommend you check the demos from the link under the preview swf file, on the right.
The number of lines, as well as the size of the thumbnails and the distance between them are customizable in the XML. The navigation and the pagination colors and positions can be set in the XML file as well.
Features
Some of the features of the gallery, which you can customize from the XML file, are:
- Pagination.
- Navigation.
- Number of lines and size of thumbnails.
- Colors.
- Positions.
- Speed.
- Images description and links.
Try before you buy
Not sure if you need this component?
Download the free preview and customize it for your project before you purchase it.
Or try our demos.
Note: You can test the preview only on your computer.
Similar flash components
Flash XML Image Gallery
This is an interactive Flash XML Image Gallery, containing a list of... read more
XML Image Slideshow
Fashionable flash+XML image slide show with slick navigation and... read more
Fade In Fade Out...
Fade in and fade out between any number of images, with this simple to... read more
list more items
General Videos
- How to buy?
watch movie - Embed a Flash Component in your Flash Project
watch movie - How to embed a Flash Component in the same HTML page twice?
watch movie - How to embed two different Flash Components in the same HTML page?
watch movie
Save money now!
Showcase
Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.
Need support?
Get a support ticket
read more
Share this
If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!





Products RSS Feed
Follow us on twitter
Andrei Potorac
on 18/1/10
Or here:
http://www.flabell.com/demos/293/demo/...
Andrei Potorac
on 17/2/10
The following features were added:
1. Autoslide
2. Optional titles
3. XML settings for the button and text (transparency, position and colors)
4. Selected page colors
FinalPhoenix
on 26/5/10
First and foremost, it's not loading. I checked the pathtofiles variables and they all match up, but I know it still can't find the files.
Second, I can't link out from any photo in the test environment, using index.html provided it doesn't allow the xml targets to go through.
I think the first probably may have something to do with not being able to put the javascript files in js, but I'm not sure.
Please advise
on 27/5/10
http://www.flabell.com/forum/topic.php...
For the second problem, can you send a link?
on 27/5/10
http://www.public.asu.edu/~namazeen/li...
you can see that the most recent problem is that it is only accessing one photo at a time, I have no clue why it's doing this because locally it works fine and the code is carbon copied onto the server.
Please help!
on 27/5/10
Have you been able previously to display other swf files?
on 28/5/10
It doesn't matter which one is the last image in the XML file, it will show it and no others.
I thought it perhaps could be my XML, but again, it works locally on my computer, but not on the server. I couldn't put the javascript files in the directory defined "js" however, I altered all the code so all javascript files could be found in jss.
I would love if you could help!
on 7/6/10
<item> <title>Fergie</title> <path>content/images/image7.jpg</path> <link>http://www.flabell.com/flash-components</link> <target>_blank</target> </item>same problem with the: content/images/image8.jpg
Delete these items and the component will work fine.
Have a nice day !
Alex Labanino
on 7/7/10
flashvars.pathToFiles = "folder_name/";
flashvars.xmlPath = "../folder_name/xml/gallery.xml";
Question, All the changes needs to be done in the xml and the javascript. Is this correct?
I don't have to dig into any of the .as files to setup my pathToFiles. Is this correct?
Thanks.
Alex Labanino
on 7/7/10
on 11/7/10
You don't need to buy a support ticket once you bought the component.
flashvars.pathToFiles = "folder_name/"; flashvars.xmlPath = "../folder_name/xml/gallery.xml";The above code is incorect. Why? Because <b>xmlPath</b> starts from <b>pathToFiles</b>. The <b>pathToFiles</b> variable defines a path to all of the components files. The corect code is.flashvars.pathToFiles = "folder_name/"; flashvars.xmlPath = "xml/gallery.xml";The path to the XML will be flashvars.pathToFiles+flashvars.xmlPathAmazingpertini
1 week ago
Really bad documentation.
3 days, 10 hours ago
You can add the path for the xml file in Sample.as @line 39 and 40. You will also need to comment lines 71 and 74.
We usually don't offer a documentation for the source files, but we are taking this into consideration for some of our classes.