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
Andrei Potorac
on 12/2/10
We commented them so that it doesn't take long to load and display the images.
sean dj
on 20/5/10
on 21/5/10
sean dj
on 24/5/10
thanks
on 25/5/10
klix
on 24/5/10
'J.parentNode' is Null or not an object Zeile: 5 Zeichen: 1913 Code: 0 URI: http://.../.../js/swfobject.js'What might be the problem? I made only few changes (size, background-color, disablePauseButton = "true"...).
Thanx for any suggestion!
on 24/5/10
on 24/5/10
the problem remains if I set disablePauseButton = "false"
on 25/5/10
on 25/5/10
By the way: do the Parts HAVE to be inside the body???
on 25/5/10
show all replies
Greg Kerstin
on 25/5/10
on 17/6/10
Beyrami Akbar
on 22/7/10
Thank youuuuuuuuu
Good day !!!
I'm AKBAR
I'm Frome ... !!!
Beyrami Akbar
on 22/7/10
on 23/7/10
I'm sorry but you can't set text position for each item individually.
cipo2k4
1 week, 5 days ago
Ilike this slideshow effect, but, one question: it it possible to use in full browser page resolution? Something like 100% width and 100% height?
Thank you.
1 week, 5 days ago
Yes this is possible. In JavaScript embedding code you have:
var stageW = "560";//"100%"; var stageH = "348";//"100%";Just replace the current values with 100% and you should have:var stageW = "100%"; var stageH = "100%";