Last update (4):Wed, May 12th 2010, 00:00
This is a gallery with filters, on two levels. You can sort for example your projects by clients, and then by project type, your products by colors and then by size, your products by model and then by material, or however you need. One level filtering is also implemented.
This component is built from three of our Flabell components:
Multipage Thumbnail Gallery
Horizontal Image Banner Rotator with thumbs
CheckBox Component
So if you own any of these components, you will find the XML familiar.
You can customize each component with the same features.
The main level in this example are the cars, and the class is the second level.
You could for example add your portfolio for Corporate, Agencies and Personal clients, and sort these by the work done for them, such as Branding, Websites, Interactive, etc. Multiple second levels filters work as well. For example, for one client you can add both Branding and Websites, as in our example.
If you decide to use only one filtering level, the one you need to keep is the type (the main level).
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
Accordion Banner Rotator
One word description for this highly customizable accordion? Colorful!... read more
Accordion Menu with...
This is a highly customizable accordion menu, with support for... read more
Accordion Gallery
This accordion can be customized in size through HTML and XML. The... 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
Our recommendation
Photography Portfolio Template
This template is perfect for showcasing your portfolio with style. It... read more
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
support@flabell.com
Kostas Grigoriadis
on 2/5/11
on 2/5/11
We can implement it by doing custom work. Send our team an email at [email protected], if you need this.
miu726
on 26/11/11
on 28/11/11
Do you mean you need all the check boxes unselected by default? Yes, this can be done. All the options have an attribute that selects it or not:
<item color = "0xF5531A" isSelected = "true">BMW</item>All if them are selected by default so the attribute <b>isSelected</b> is set to "true". To make the options unselected set their value to "false", like this:<item color = "0xF5531A" isSelected = "false">BMW</item>Changing this attribute to all the options in the portfolio.xml file will deselect any check box.
rupert hawkes
21 hours, 12 minutes ago
19 hours, 39 minutes ago
You can have as many lines as you need as long as your images fit in the Flash Object area. You can change the number of lines by setting the following property to the number of lines you need:
nrLines = "4"Also, if the images are not visible, it means that they don't fit, so you'll need to make them smaller. These properties have that purpose:thumbsWidth = "130" thumbsHeight = "320"Please adjust these values as well. This should accomplish what you need.