Posted on: Mon, Jun 28th 2010, 00:05
This is a highly customizable thumbnail gallery, which can be used either as it is in html projects, or inside your Flash projects, by replacing the links with different function calls, as you need.
This is useful for featuring your client logos, your work, or any other information you need to expose in an easy to follow manner.
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. This component is very similar to the one we use on Flabell and Themesbell in the footer, to promote the latest products we released.
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.
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
XML Banner Rotator
This is a highly customizable XML Banner Rotator with more than 35 XML... read more
Horizontal Scroller...
This is a horizontal controller for displaying multiple images with... 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
support@flabell.com
nickmclennan
on 7/9/10
on 16/9/10
Amrit Raj
on 15/10/10
on 18/10/10
Can you send me a link? Thanks
Corneliu Chitanu
on 23/12/10
Please download the files again if you want to display multiple lines of images.
Mikedsbd
on 25/12/10
Each line to be fed be a separate line in the xml.
on 6/1/11
Yes, this would be possible, but only if the flash project is modified. Our team can help you with this. Just send an email to [email protected] and we'll do any custom work for you.
pacificretail
on 5/1/11
Thanks
on 6/1/11
We're glad you like this scroller and thanks for downloading the preview.
Like I told Mike, above, this is something we'll have to add to the flash project. By default, the scroller does not have any headings or text, other than what you can see.
If you want us to help you and implement this, ask some questions at [email protected] We'll make this scroller even better for you.
Souvik Dey
on 3/2/11
I have purchased the "Carousel-like-Thumbnail-Scroller-322".
But i am unable to increase the height and width from the .xml file...
I have worked in this two variables:
thumbsWidth = "96"
thumbsHeight = "72"
Pls reply reply and help......
thanks in advance
on 4/2/11
Thank you for your purchase. I'm going to try helping you as much as I can with this issue.
If you want to increase the width and height of the whole component, I recommend modifying these two values in the webpage you're trying to embed the component:
var stageW = "560";//"100%"; var stageH = "260";//"100%";This tutorial on our blog will help you understand more about this:
http://www.flabell.com/blog/1144/size-...
If you want to increase just the size for the thumbs, the properties you mentioned above are good. Note that this won't deform the image too much. I mean, that if you increase the size of the thumb, the image will be fitted inside, but it will keep the ratio between width and height. If you modify just the width, for example, the image won't be stretched to fit the width. We tried to keep the ratio when using this.
If you have other issues please give me a link to your webpage and tell me what you want to accomplish.
DrOmBo
on 28/4/11
on 28/4/11
thumbsWidth = "96"
thumbsHeight = "72"
and edit those two values. You can download the free preview before you decide from this link:
http://www.flabell.com/files/322_e2412...
You cannot add a background in the flash component, but you can do a trick. You can put a background image in the HTML element, where you embed the component and make the component's grey background transparent. You can do this in two steps. Find this property in the same XML file:
backgroundTransparency = "100"
and make the value "0". Then, in the code you'll find in our index.html file, add this line:
params.wmode = "transparent"
after this line:
var params = {};
This would do it. Let us know if you need our help on anything else.
on 28/4/11
on 28/4/11