Last update (4):Wed, May 12th 2010, 00:00
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, 31 minutes ago
19 hours, 59 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.