﻿<?xml version='1.0' encoding='UTF-8'?>
<component name='XMLSlideShowV3'>
    <!-- 
	-= DATA TAG  =-
	
	ATTRIBUTES:
	contentPath -> the visual content to be loaded inside each item (each slide), external or internal (image.jpg , myMcLinkageId)
	itemEvents -> optional boolean value. (default:false) if true, the slide will act like a button, triggering events on the component
	contentSize -> the size of the content, individually
	
	URL METHOD ATTRIBUTES
	url -> a url address to be followed when user clicks on the menu
	target -> the url target
	
	FUNCTION ATTRIBUTES
	function -> the function with brackets and params like in eg.: myFunc(param1,param2)
	
	USER-DEFINED ATTRIBUTES
	any other attributes can be inserted here. you will have acces to them from the item itself with dot notation
	
	-= DATA TAG =-
	-->
    <data>
        <item function='myFunc(param1,param2)' contentPath='images/image1.jpg' myAttribute='myValue'/>
        <item url='www.jumpeyecomponents.com' target='_blank' itemEvents='true' contentPath='images/image2.jpg' />
        <item url='www.google.com' itemEvents='true' contentPath='images/image3.jpg' />
        <item itemEvents='true' contentPath='images/image4.jpg' />
        <item itemEvents='true' contentPath='images/image5.jpg' />
        <item itemEvents='true' contentPath='images/image6.jpg' />
        <item itemEvents='true' function='myFunc(param1,param2)' contentPath='images/image7.jpg' />   
    </data>
    <properties>
		<borderColor>
            <type>String</type>
            <value>0xFFFFFF</value>
        </borderColor>
		<borderSize>
            <type>Number</type>
            <value>5</value>
        </borderSize>
		<border>
            <type>Boolean</type>
            <value>true</value>
        </border>
		<contentSize>
            <type>Number</type>
            <value>250</value>
        </contentSize>
        <spacing>
            <type>Number</type>
            <value>5</value>
        </spacing>
        <scaleMode>
            <type>String</type>
            <value>resize</value>
        </scaleMode>
        <orientation>
            <type>String</type>
            <value>horizontal</value>
        </orientation>
        <preloaderColor>
            <type>String</type>
            <value>0x000000</value>
        </preloaderColor>
        <builtInPreloader>
            <type>String</type>
            <value>line</value>
        </builtInPreloader>
        <loadVisibleItemsOnly>
            <type>Boolean</type>
            <value>false</value>
        </loadVisibleItemsOnly>
        <autoSlideshow>
            <type>Boolean</type>
            <value>false</value>
        </autoSlideshow>
	    <slideshowInterval>
            <type>Number</type>
            <value>3</value>
        </slideshowInterval>
	    <tweening>
            <type>Boolean</type>
            <value>true</value>
        </tweening>
        <tweenType>
            <type>String</type>
            <value>Strong</value>
        </tweenType>
        <easeType>
            <type>String</type>
            <value>easeOut</value>
        </easeType>
        <tweeningDuration>
            <type>Number</type>
            <value>1</value>
        </tweeningDuration>
    </properties>
</component>
