Posted on: Mon, Feb 1st 2010, 09:14
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 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
tanja123
on 12/12/10
Could you please tell me how I can maintain the order of the images that means the slideshow starts with image 1, than 2, 3 and so on.
Thank you for your effort on your behalf.
on 13/12/10
By default, this component is set to randomize the images. You can change that in the kenburns.xml file. Just set the randomSlideshow attribute to "false", like this:
randomSlideshow = "false"Thanks for downloading our slideshow.
Robert Faist
on 16/3/11
on 17/3/11
Thank you for this comment. We updated the component now and it can display the title on multiple lines.
Please download the files again and use the new SWF file.
Robert Faist
on 18/3/11
on 18/3/11
on 21/3/11
Just download the component on more time and use the new SWF file and add the new XML properties. Use our kenburns.xml file as an example.
Enjoy the slideshow!
Robert Faist
on 23/3/11
on 24/3/11
http://livedocs.adobe.com/flash/9.0/Ac...
The
tag is supported, and you can specify a CSS class for it, but you cannot style it inline. We, obviously, didn't use CSS to format the text, for this component. You'll have to edit the flash project a little to put a background.
We can help you with this simple feature by doing custom work. If you're interested, please send us an email at office@vuzum.com.
Dr Pe
on 17/6/11
Encoding is encoding="UTF-8" but characters are not shown. Also if you put html characters like this one 263; it doesn't work.
If someone could help I would be grateful.
on 20/6/11
You can do it by embedding a font that has those special characters. This tutorial will help you:
http://www.flabell.com/blog/668/embedd...
If you need our help, just send an email at support@flabell.com using the email address associated with your Flabell account. Please attach the font that has those special characters. We'll embed it for you and send you the updated component.
dbottaro
on 28/6/11
on 29/6/11
We're glad to hear that. This is an interesting feature you want for the slideshow. You'd need some ActionScript coding to implement it.
If you're interested in our help we could do it as custom work. Please send our team an email at info@vuzum.com with more details.
Thanks.
Aja Beasley
on 10/11/11
Aja Beasley
on 10/11/11
Thanks so much!
on 14/11/11
We actually have a tutorial that will help you embed the component in your website:
http://www.flabell.com/blog/1829/how-t...
If it gives you any trouble, please share a link to your component. We'll figure out what you did wrong and give you a solution.
Aja Beasley
on 16/11/11
<!--kenburns_slideshow--> <span id="kenburns_slideshow"> <script type="text/javascript" src="deploy/js/swfobject.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 = "348";//"100%"; // ATTRIBUTES var attributes = {}; attributes.id = 'FlabellComponent'; attributes.name = attributes.id; // PARAMS var params = {}; params.bgcolor = "#ffffff"; params.wmode = "transparent"; /* FLASH VARS */ var flashvars = {}; /// if commented / delete these lines, the component will take the stage dimensions defined /// above in "JAVASCRIPT SECTIONS" section or those defined in the settings xml flashvars.componentWidth = stageW; flashvars.componentHeight = stageH; /// path to the content folder(where the xml files, images or video are nested) /// if you want to use absolute paths(like "http://domain.com/images/....") then leave it empty("") flashvars.pathToFiles = "kenburns/"; flashvars.xmlPath = "xml/kenburns.xml"; /** EMBED THE SWF**/ swfobject.embedSWF("deploy/preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "deploy/js/expressInstall.swf", flashvars, params); </script> <table width="100%" height="100%" cellpadding="0" cellspacing="0"> <td align="center"> <!-- this div will be overwritten by SWF object --> <div id="FlabellComponent"> <p>In order to view this object you need Flash Player 9+ support!</p> <a href="http://www.adobe.com/go/getflashplayer"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/> </a> </div> </td> </table> </span> <!--end kenburns_slideshow-->on 16/11/11
You were right. The pathToFiles flashvar should be:
flashvars.pathToFiles = "deploy/kenburns/";
This is the mistake I can see.
Aja Beasley
on 16/11/11
<!--kenburns_slideshow--> <span id="kenburns_slideshow"> <script type="text/javascript" src="deploy/js/swfobject.js"></script> <script type="text/javascript"> <!--THEN--> flashvars.pathToFiles = "kenburns/"; flashvars.xmlPath = "xml/kenburns.xml"; /** EMBED THE SWF**/ swfobject.embedSWF("deploy/preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "deploy/js/expressInstall.swf", flashvars, params);If you would really rather me upload everything & post a link, I will, but I don't want to until everything is almost done...
on 16/11/11
Like I replied above, please modify the pathToFiles flashvar. You could upload a webpage that does not have a link to it, in the main website. This way only we're going to see it.
Thanks.