﻿<slideshow>


<!-- SETTINGS PARAMETTERS: DOCUMENTATION
	
	
	
	SLIDE SHOW SIZE:
	---------------
	
	(To Work, your image must have a wider and a higher size than the slideshow! - For the zooming effect -)
		
	slideshowWidth = Width in pixel of the slide show (Might need to be adjusted also in your .html file).
	
	slideshowHeight = Height in pixel of the slide show (Might need to be adjusted also in your .html file).
	
	
	
	
	slidegallery SETTINGS:
	---------------
	
	imageTime="5" / Minimum Number of second(s) when the image is animated & displayed 
	(!the loading time of the next image will come in addition).
	
	transitionTime = "1" / Number of second(s) for the transition betwen 2 slidegallery.
	
	easeType = "easeInOutSine" or: 'easeInOutSine','linear','easeOutBounce','easeOutCirc','easeInOutExpo','easeInOutQuart'.
	
	toShuffle = "true" / Shuffle at random the order of your slidegallery: 'true', or keep your order: 'false'.
	
	
	
	
	NAVIGATION &  DESCRIPTIONS ELEMENTS:
	-----------------------------------	
	
	(If you enable the navigation system (see below) you will have to create thumbnails 60*60 pixels of your slidegallery in the thumbnail folder.)
		
	enableNavigation = "true" / Enable the navigation panel at the top:'true', or hide it:'false'.
	
	enableDescriptions = "true" / Enable the description panel at the bottom:'true', or hide it:'false'.  !'true' Required for the play/pause button.
	
	lockDescriptionOpen = "false" / Open and lock the description panel at the beginning of the animation:'true' (Works only if the description panel is enabled).
	
	enablePlayPauseButton = "true" / Enable the play/pause button in the descripton panel:'true', or hide it:'false'. 
	
	enableImageLink = "true" / Enable a link for each image (usefull if you want to use the slideshow as a clickable banner system), or disable it:'false'.
	
	elementsTransitionTime = ".7" / Number of seconds for the animation of the descriptions panel and the navigation panel.
	
	elementsEaseType = "easeOutCirc" or: 'easeInOutSine','easeOutElastic','easeOutBounce','easeOutCirc','easeInOutExpo','easeInOutQuart'.
	
	
	
	
	COLORS & TRANSPARENCIES:
	-----------------------
	
	(For each image, you have the possibility to set 3 different type of colors.)
	
	colorTheme = Color of the tittle of the image + color of the play/pause button.
	
	colorBackground = Background color of the navigation and descriptions panels.
	
	colorDescription = Color of the description text.
	
	(You could easily change the other colors & transparencies by editing the .fla file.)
	
	
	
-->

	<settings
		
		slideshowWidth="600"
		slideshowHeight="340"
		
		imageTime="5" 
		transitionTime = "1"
		easeType = "easeInOutSine"
		toShuffle = "true"
		
		enableNavigation = "false"
		enableDescriptions = "false"
		lockDescriptionOpen = "false"
		enablePlayPauseButton = "true"
		enableImageLink = "true"
		elementsTransitionTime = ".7"
		elementsEaseType = "easeOutCirc"
		
	>
	</settings>
	
	<image imagePath="imageslide/05.jpg" imageName="ffff"  url="index.html">
	</image>
	
	<image imagePath="imageslide/090.jpgg" imageName="ffff"  url="index.html">
	</image>
	
	<image imagePath="imageslide/erer.jpg" imageName="ffff"  url="index.html">
	</image>

	
</slideshow>
















