<soundShow>
	<!-- filePath is the path to folder where the sound files are -->
	<setup>
		<filePath>sounds/</filePath>
		<playerType>large</playerType>	<!-- Change the type of player. Valid values are: "invisible","controls_only","volume_only","small","medium" or "large -->
		<backgroundColor>#B70100</backgroundColor>
		<baseColor>#C22222</baseColor>
		<hiliteColor>#FFFFFF</hiliteColor>
		<backgroundAlpha>100</backgroundAlpha>
		<dropdownDirection>none</dropdownDirection>
		<dropDownWidth>200</dropDownWidth>
		<maxListView>1</maxListView>
		<showJumpControls>true</showJumpControls>
		<autoStart>true</autoStart>
	</setup>
	<!-- Each item represents one sound file and it's title. Add any number of sounds-->
	<item>
		<soundFile>mainhouse.mp3</soundFile>
		<title>DELTA House</title>
	</item>
	
	<item>
		<soundFile>maindance.mp3</soundFile>
		<title>DELTA Dance</title>
	</item>
	
	<item>
		<soundFile>mainhiphop.mp3</soundFile>
		<title>DELTA Hip Hop</title>
	</item>
	
	<item>
		<soundFile>mainchill.mp3</soundFile>
		<title>DELTA Chill</title>
	</item>
	
	<item>
		<soundFile>boxring.mp3</soundFile>
		<title>Boxring Trailer</title>
	</item>
	
</soundShow>




<!-- Weitere Variablen  -->
<!-- xmlPath /xml/myxml.xml path to your XML file  -->
<!-- loopType loopCurrent Action that occurs after a song finishes. valid values are: loopCurrent, playNext, none -->