XML Slide Show V3 Methods
Overview | Properties | Methods | Events | XML
| Method | Description |
| 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) |
| getXML | This method is used to get the XML of a component in real time. Returns: XML object Usage: var myXML:XML = componentInstance.getXML() |
| 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) |
| setXML | This method is used to set the XML of a component in real time. Usage: componentInstance.setXML(myXML) |
| 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) |
| startSlideShow | Starts the automated sliding show. Usage: componentInstance.startSlideShow() |
| stopSlideShow | Stops the automated sliding show. Usage: componentInstance.stopSlideShow() |
Overview | Properties | Methods | Events | XML









