Last update (1):Wed, Feb 17th 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 components for adobe flash
XML Image Gallery for...
This is an interactive XML Image Gallery, containing a list of images... 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
support@flabell.com
EPark1016
on 8/12/10
on 9/12/10
Unfortunately, we didn't get your email. I'm sorry about this. I don't know what happened. Can you please resend the message to office@vuzum.com and to support@flabell.com?
Corneliu Chitanu
on 13/12/10
We made an update to this component. You can now set the transparency for the thumbs background. There's an attribute in the gallery.xml file called thumbsFillTransparency. This will set the transparency I'm writing about.
EPark1016, this is what you actually wanted for this component. Enjoy the component!
thegoodgeeks
on 21/2/11
[relating to thumbsFillTransparency perhaps?].
Please let us know when a fix can be expected?
on 22/2/11
Thank you for this comment. The issue has been fixed now. We didn't use the right font for the text field. Please download the files for the component again and use the new SWF file and FLA file, if you're interested in changing the source files.
thegoodgeeks
on 22/2/11
on 23/2/11
lilcube
on 6/3/11
on 7/3/11
Unfortunately, we don't have an example for that php file. If you're into programming, this manual can help you:
http://php.net/manual/en/book.simplexm...
Corneliu Chitanu
on 31/3/11
We completed a very nice update for this component. You'll be able to set the actual number of columns and rows for the component. The size for the thumbnails will be calculated automatically.
Also, each image has the title displayed at the bottom. Before it was fixed on the component's top-left corner.
Also you can load the component as a SWF in your flash project, using parameters at the URL, like this:
"swf/multipage.swf?pathToFiles=website/content/swf/gallery/&xmlPath=xml/gallery.xml&componentWidth=560&componentHeight=347"
If you need assistance regarding the gallery, don't hesitate to contact our support team at support@flabell.com.
ahmdhssn
on 19/8/11
at com.vuzum.gallery::Gallery/selectPage()
at com.vuzum.gallery::Gallery/createPagination()
at com.vuzum.gallery::Gallery/config()
at com.vuzum.gallery::Gallery/xmlLoaded()
at Function/
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Cannot run CS5 version...
on 31/8/11
Sorry for the late reply.
We just checked the CS5 version of the component and it worked. Can you give us more details about what you did? Have you changed any code? Have you integrated in a flash project of your own?
wpierce73
on 23/8/11
on 31/8/11
This might happen when you try to open a link from a flash component, on a local machine. On the server it works, but not on the local machine. This is a security measure Adobe takes, by default. It doesn't permit the flash player to access external resources, when you run the component on your computer. If you want this to change, please go to this link:
http://www.macromedia.com/support/docu...
and add a new location, which would become trusted. That would be the folder which contains the SWF files you're working with.
If the links don't open with your component available online, please share a link to it. We'll inspect it and find a solution for you.
Thomas Jay
on 19/9/11
I have place the files as follows:
www/gallery/
www/js/
www/preview.swf
The component ( gallery) is in the main directory and the java is in the js directory.
<script type="text/javascript" src="js/swfobject.js"></script> <script type="text/javascript" src="js/swfmacmousewheel.js"></script> <script type="text/javascript"> // JAVASCRIPT VARS // cache buster var cacheBuster = "?t=" + Date.parse(new Date()); // stage dimensions // if you define '100%' then the swf will have the browser dimensions var stageW = "560";//"100%"; var stageH = "561";//"100%"; // ATTRIBUTES var attributes = {}; attributes.id = 'FlabellComponent'; attributes.name = attributes.id; // PARAMS var params = {}; params.bgcolor = "#000000"; /* FLASH VARS */ var flashvars = {}; flashvars.componentWidth = stageW; flashvars.componentHeight = stageH; flashvars.pathToFiles = "gallery/"; flashvars.xmlPath = "xml/gallery.xml"; /** EMBED THE SWF**/ swfobject.embedSWF("preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params); if(swfmacmousewheel) swfmacmousewheel.registerObject(attributes.id); </script>My code is identical to the source code for the component on this page. Can you spot anything that I am doing wrong?
TIA Tom
on 20/9/11
Our components should work in Joomla websites. You can delete these two lines in your code:
<script type="text/javascript" src="js/swfmacmousewheel.js"></script> ... if(swfmacmousewheel) swfmacmousewheel.registerObject(attributes.id);The swfmacmousewheel.js does not help anymore. It helped on older browsers, but right now the problem is fixed. Try setting absolute paths to the swfobject.js file, to the gallery folder (in the pathToFiles flashvar) and to the swf files, like this:<script type="text/javascript" src="http://www.yourwebsite.dom/.../js/swfobject.js"></script> ... flashvars.pathToFiles = "http://www.yourwebsite.dom/.../gallery/" ... swfobject.embedSWF("http://www.yourwebsite.dom/.../preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "http://www.yourwebsite.dom/.../js/expressInstall.swf", flashvars, params);It should work afterwards. If it doesn't please share a link to your gallery. We'll try to figure out what the problem is.
Thomas Jay
on 27/9/11
http://www.tillitomas.com
on 28/9/11
overAlpha = "70"
This should do it.