Posted on: Mon, Feb 1st 2010, 09:14
Simple, easy to use Ken Burns Effect, controlled by XML input.
If you use the component inside a website, you can set the component width and height in the HTML.
You can set the starting and ending scale values, as well as 9 positions for the starting and ending states: top-left, top-center, top-right, middle-left, middle-center, middle-right, bottom-left, bottom-center and bottom-right.
If you wish, you can set the slideshow to pick the positions randomly, and all you need to do is define the scale values you want the images to play between.
If you want to set links to each separate image, you can disable the play/pause button, and add the links to each image in the XML.
You can set the color and transparency of the pause button as well. When you resume playing, the remaining time for the slide is used to move the selected slide to the position where it was moving to, and then it moves to the next slide, just as you set it.
Features:
1. Optional HTML text description.
2. Customizable colors.
3. XML based.
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
Flash XML Image Gallery
This is an interactive Flash XML Image Gallery, containing a list of... 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
Aja Beasley
on 17/11/11
on 20/11/11
Bartosz Taczek
on 25/11/11
on 28/11/11
Yes, it is possible. You'll need to change the stageW and stageH to 100%, like this:
var stageW = "100%";
var stageH = "100%";
You'll find these variables in our index.html webpage. You can copy the code from that file to embed the component, like this tutorial explains:
http://www.flabell.com/blog/1829/how-t...
Then you'll need to open the Sample.as file.
1. Open Sample.as2. Delete these lines:
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
3. Install the fonts that come with the component
4. Open the FLA file from the source folder. Open the projectCS3.fla file, if you use Flash CS3.
5. Press Ctrl+Enter (Cmd+Return on the Mac).
That's it. Use the new SWF file and it's ready.
Also, very important, every HTML element that contains the flash component needs to have its dimension specified in percentages.