My account
Shopping cart
Knowledge base
Support

Knowledge Base

Important! All new questions are usually answered within the next business day.

XML Slide Show V3

(views: 31665)

A sliding-fashion XML Slide Show flash component, both vertical and horizontal sliding transitions between slides. Supports auto slide and fast forward; it uses Loader Pro V3 to load slides. Here are all known issues for XML Slide Show V3. If you have any questions that you think we should discuss here please let us know.



slideTo example

(2008-03-18 - views: 11126)
Q: Hi, can you show me any exemple how to use this method? I dont know how it works...

componentInstance.slideTo(itemId)


A: The idea is very simple. All the images in the slide show have an index, starting with 0. So the first image has the index 0 and the last has n-1. If you would like to slide to one of the images, simply call componentInstance.slideTo(imageIndex); . The next example does just that.
Files: XMLSS_slideTo.rar 


Back