XML Slide Show V3 Methods
Properties | Methods | Events | XML
| Method | Description |
| nextImage | Switches to the next image (slide).
Usage: componentInstance.nextImage() |
| previousImage | Switches to the previous image (slide).
Usage: componentInstance.previousImage() |
| setSize | Sets the size of the Slide Show Pro V3 component in real time.
Usage: componentInstance.setSize(120,200) |
| startSlideShow | Starts the automated sliding show.
Usage: componentInstance.startSlideShow() |
| stopSlideShow | Stops the automated sliding show.
Usage: componentInstance.stopSlideShow() |
| setXML | This method is used to set the XML of a component in real time.
Usage: componentInstance.setXML(myXML) |
| getXML | This method is used to get the XML of a component in real time.
Returns: XML object
Usage: var myXML:XML = componentInstance.getXML() |
| get | This method is used to get the Object reference to a slide by item id.
Returns: Object
Usage: var itemMc:Object = componentInstance.get(itemId) |
| getByProperty | This method is used to get the Object reference to a slide by a property (attribute) found in the XML node of the item. This property can be either user-defined or a predefined. Returns: Object Usage: var itemMc:Object = componentInstance.getByProperty(myProp,myValue) |
| slideTo | This method allows you to slide to a specific item, by item id.
Usage: componentInstance.slideTo(itemId) |
| slideToItemByProperty | This method allows you to slide to a specific item, by a property.
Usage: componentInstance.slideToItemByProperty(myProp,myValue) |
Properties | Methods | Events | XML

