<!-- 

This is the configuration section for the gallery menu. Save and then publish the 
flash movie (_source/galleryMenu/galleryMenu.fla) to see changes. 

Colors are just hex values with the # replaced by 0x (standard flash color value)

The xml used by this menu can be found in xml/gallery/gallery.xml it can be genreated by php which can
be found in the php folder named buildGalleries.php. 


-->	

<?xml version="1.0"?>

<config>

    <!-- GENERAL -->
			
	<!-- Do you want use php to generate the xml? - true | false -->	
	<usePhp>true</usePhp>
	
	<!-- do you want to bypass the automatic thumbnail creation and use your own images? please read the help file in the galleries folder -->	
	<useOwnThumbs>false</useOwnThumbs>
	
	<!-- Sort order of menu - random | date | alphaNumeric -->	
	<sortOrder>alphaNumeric</sortOrder>

	<!-- How many galleries to you want to show at a time? -->	
	<numGalleries>4</numGalleries>
	
	<!-- Space between the up/downButtons and the galleries  -->	
	<galleriesPadding>32</galleriesPadding>
	
	<!-- GALLERY ROW -->
	
	<!-- Space between each gallery row -->	
	<gallerySpacing>20</gallerySpacing>
	
	<!-- Gallery title color -->	
	<galTitleColor>0xFFFFFFF</galTitleColor>
	
	<!-- Gallery active color (color of title when a gallery is selected) -->	
	<galTitleActiveColor>0xA4A4A4</galTitleActiveColor>
	
	<!-- Color of image counter text (eg. 5 pictures ) -->	
	<galCounterColor>0x9EAFB6</galCounterColor>
	
	<!-- Text to be appending after image counter -->	
	<counterSuffix>Pictures</counterSuffix>
	
	<!-- OVER STATE -->	
	
	<!-- Background color of over state (the bar that appears on mouse over of gallery row) -->	
	<overStateColor>0x455358</overStateColor>
	
	<!-- Alpha of shine effect applied to over state | 0-100 -->	
	<overStateShineAlpha>33</overStateShineAlpha>
	
	<!-- Speed of fade in and out of overstate and other menu items  -->
	<overStateFadeSpeed>1</overStateFadeSpeed>
	
	<!-- THUMB -->	
	
	<!-- Filname prefix to indicate which thumb to be used in menu. This is added to the start of the file name of the images -->	
	<thumbPrefix>mainThumb</thumbPrefix>
	
	<!-- If no thumbPrefix is found you can either have a random thumb choosen (true) or use the first thumb (false) | true or false  -->	
	<thumbRandom>true</thumbRandom>
	
	<!-- _x postion of thumb, relative to gallery row   -->
	<thumbX>10</thumbX>
	
	<!-- _y postion of thumb, relative to gallery row   -->
	<thumbY>10</thumbY>
	
	<!-- Height of thumb  -->
	<thumbHeight>54</thumbHeight>
	
	<!-- Width of thumb  -->
	<thumbWidth>80</thumbWidth>
	
	<!-- xscale of large image before make the thumb (only applies if thumbType is set to slice) | 0-100  -->
	<thumbXScale>95</thumbXScale>
	
	<!-- yscale of large image before make the thumb (only applies if thumbType is set to slice ) | 0-100   -->
	<thumbYScale>95</thumbYScale>
	
	<!-- Type of thumb to make either you can scale the large image down or take a slice from it | slice or scaled   -->
	<thumbType>slice</thumbType>
	
	<!-- Where do you want to take the slice from? (used with thumbType slice) | center | left  -->
	<thumbSlicePoint>center</thumbSlicePoint>
	
	<!-- Amount of Roundedness of thumb corners -->
	<thumbRoundedAmount>8</thumbRoundedAmount>
	
	<!-- Alpha of thumb shine effect | 0-100 -->
	<thumbShineAlpha>60</thumbShineAlpha>
	
	<!-- Speed of thumb fade in, once loaded -->
	<thumbFadeInSpeed>5</thumbFadeInSpeed>
	
	<!-- THUMB PRELOADER -->
	
	<!-- Color of preloader circle  -->
	<preloaderCircleColor>0x666666</preloaderCircleColor>
	
	<!-- Color preloader text  -->
	<preloaderTextColor>0xcccccc</preloaderTextColor>
	
	<!-- Color of preloader glow  -->
	<preloaderGlowColor>0x8799A5</preloaderGlowColor>
	
	<!-- Amount of preloader glow | 0-1 -->
	<preloaderGlowAmount>0.3</preloaderGlowAmount>
	
	<!-- _x postion of preloader, relative to gallery row  -->
	<preloaderX>15</preloaderX>
	
	<!-- _Y postion of preloader, relative to gallery row  -->
	<preloaderY>10</preloaderY>
	
	<!-- UP/DOWN BUTTONS-->
    
	<!-- amount of left padding  -->
	<arrowLeftPadding>120</arrowLeftPadding>
               	
	<!-- Arrow color -->	
	<arrowColor>0x708694</arrowColor>
	
   	<!-- Alpha of buttons (set to 100 on mouse over) | 0-100 -->
    <arrowNormalAlpha>60</arrowNormalAlpha>

    <!-- Alpha of buttons when no in use | 0-100  -->
    <arrowDisabledAlpha>20</arrowDisabledAlpha>
     
	<!-- Normal amount of glow -->	
	<buttonGlowAlpha>0.1</buttonGlowAlpha>
	
	<!-- Amount of glow on mouse over -->	
	<buttonGlowAlphaOver>0.5</buttonGlowAlphaOver>
	
	<!-- Speed of button glow tween -->
	<buttonGlowSpeed>3</buttonGlowSpeed>
	
	<!-- Color of button glow -->
	<buttonGlowColor>0x708694</buttonGlowColor>
	
	<!--MENU MOVEMENT -->
	
	<!-- Speed of up/down slide movement -->
	<galleriesSlideSpeed>0.6</galleriesSlideSpeed>
	
	<!-- Speed of fade out of old gallery (the one we remove from the menu) -->
	<fadeOutOldSpeed>1.2</fadeOutOldSpeed>
	
	<!-- Speed of fade in of new gallery (the one we add to the menu) -->
	<fadeInNewSpeed> 1.2</fadeInNewSpeed>

</config>		
