<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>#230068</backgroundColor>
		<baseColor>#4C24C5</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>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>mainhouse.mp3</soundFile>
		<title>DELTA House</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 -->