<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).
	
	
	
	
	IMAGES 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 images.
	
	easeType = "easeInOutSine" or: 'easeInOutSine','linear','easeOutBounce','easeOutCirc','easeInOutExpo','easeInOutQuart'.
	
	toShuffle = "true" / Shuffle at random the order of your images: '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 images 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="590"
		slideshowHeight="300"
		
		imageTime="5" 
		transitionTime = "1"
		easeType = "easeInOutSine"
		toShuffle = "true"
		
		enableNavigation = "true"
		enableDescriptions = "true"
		lockDescriptionOpen = "false"
		enablePlayPauseButton = "true"
		enableImageLink = "true"
		elementsTransitionTime = ".7"
		elementsEaseType = "easeOutCirc"
		
	>
	</settings>
	
	<image imagePath="wp-content/uploads/2010/01/nicki-minaj-complex-dec-jan-20101.jpg" imageName="Nicki Minaj" imageDescription="Nicki Minaji is one of the hottest female rappers in the hip hop game right now. She has been in the game for ten years now but over the past year or so she has her levels of success have been hitting the marks." url="http://dopeboymusic.com/nicki-minaj-bringing-it-for-2010/" thumbnailPath="wp-content/uploads/2010/01/nicki-minaj-complex-dec-jan-2010-150x150.jpg" colorTheme="0x000000" colorBackground="0xCCCCCC" colorDescription="0x333333"></image>
	<image imagePath="images1/book.jpg" imageName="Opened book" imageDescription="image description image description image description image description image description image description image description image description image description image description image description image description image description image description" url="index.html" thumbnailPath="images1/thumbnails/book.jpg" colorTheme="0x000000" colorBackground="0xCCCCCC" colorDescription="0x333333"></image>
	
	
</slideshow>
