<?xml version="1.0" encoding="utf-8"?>
<projector>
    <config>
	
	<!-- show debug information -->
	<debug>no</debug>
	
	<!-- maximum height of presented images, above this value images will not be scaled (0 - auto) -->
	<maxImgHeight>600</maxImgHeight>
	
	<!-- maximum width of presented images, above this value images will not be scaled (0 - auto) -->
	<maxImgWidth>800</maxImgWidth>
	
	<!-- duration of fade in effect -->
	<fadeInDuration>600</fadeInDuration>
	
	<!-- duration of fade out effect -->
	<fadeOutDuration>300</fadeOutDuration>
	
	<!-- how long slide will be presented -->
	<slideDelay>1000</slideDelay>
	
	<!-- show startup logo ? -->
	<showLogo>yes</showLogo>
	
	<!-- width of border around image -->
	<borderWidth>10</borderWidth>
	
	<!-- color of that border -->
	<borderColor>0xffffff</borderColor>
	
	<!-- slideshow background color -->
	<backgroundColor>0x000000</backgroundColor>
	
	<!-- images directory (relative to projector.swf file) -->
	<imagesPath>images</imagesPath>
	
	<!-- use music ? -->
	<playMusic>yes</playMusic>
	
	<!-- music file (relative to projector.swf file) -->
	<musicFile>music.mp3</musicFile>
	
	<!-- how many times music will be played (0 - unlimited) -->
	<musicPlayTimes>0</musicPlayTimes>
	
	<!-- hom many times slideshow will be played (0 - unlimited) -->
	<slideshowPlayTimes>0</slideshowPlayTimes>
	
	<!-- use last slide as 'play again' slide -->
	<useLastSlideAsFire>no</useLastSlideAsFire>
	
	<!-- draw border around fire slide -->
	<useFireSlideBorder>no</useFireSlideBorder>
	
	<!-- restart sound when slideshow is restarted -->
	<restartSound>no</restartSound>
    </config>
    
    <!-- list od slides in presentation order -->
    <slides>
        <slide>
	    <image>image1.jpg</image>
	</slide>
	<slide>
	    <image>image2.jpg</image>
	</slide>
	<slide>
	    <image>image3.jpg</image>
	</slide>
    </slides>
</projector>


