<?xml version="1.0" encoding="utf-8"?>
<!-- MINDSHARE PRESENTER APPLICATION SETTINGS -->
<settings>

<!-- VISUAL SETTINGS -->
	<interfaceStyle>default</interfaceStyle>
	<!-- sets the overall look of the user interface
		 possible values: "default", "transparent", or "#FFCC00" (any HEX color) -->

	<themeColor>#2C469B</themeColor>
	<!-- sets the color of several elements of the UI
		 possible values: "#FFCC00" (any HEX color) -->

	<textRollOverColor>#ffffff</textRollOverColor>
	<!-- sets the text color of items in the menu when the user mouses over them
		 possible values: "#ffffff" (any HEX color) -->
		 
	<textSelectedColor>#59FF59</textSelectedColor>
	<!-- sets the text color of the selected item in the menu
		 possible values: "#59FF59" (any HEX color) -->

	<selectionColor>#7088D6</selectionColor>
	<!-- sets the background color of the selected item in the menu
		 possible values: "#7088D6" (any HEX color) -->

	<disabledColor>#CBCBCB</disabledColor>
	<!-- sets the color for disabled UI elements
		 possible values:"#CBCBCB" (any HEX color) -->

	<menuColors>#95B2C8,#ffffff</menuColors>
	<!-- sets the color of items in the menu
		 possible values:"#95B2C8,#ffffff" (two HEX colors) -->
	
<!-- CONTENT SETTINGS -->
	<TITLE>Mindshare Presenter Demo</TITLE>
	<!-- the title for the presentation
		 possible values: any text -->
		 
	<DISPLAYCAPTIONS>true</DISPLAYCAPTIONS>
	<!-- shows or hides the closed captioning to the presentation
		 possible values: true/false -->
		 
	<PRINTVERSIONTXT>Mindshare Software</PRINTVERSIONTXT>
	<!-- text to display in the upper right of the interface -->
	
	<PRINTVERSIONURL>http://mindsharesoftware.com</PRINTVERSIONURL>
	<!-- link for the PRINTVERSIONTXT text (can be any valid URL) -->


<!-- PATH SETTINGS -->
<!-- ALL PATHS ARE RELATIVE TO THE HTML CONTAINER
	 PAGE WHERE 'presenter.swf' IS EMBEDDED -->
	
	<CAPTIONDIRECTORY>content/videos</CAPTIONDIRECTORY>
	<!-- the directory to look for video caption XML files -->
	
	<SWFDIRECTORY>content/slides</SWFDIRECTORY>
	<!-- the directory to look for slide content (jpg,gif,png,swf files) -->
	
	<VIDDIRECTORY>content/videos</VIDDIRECTORY>
	<!-- the directory to look for Flash video/audio (flv) files -->
	
	<PDFDIRECTORY>content/documents</PDFDIRECTORY>
	<!-- the directory to look for documents -->

<!-- APPLICATION SETTINGS -->
	<AUTOSTART>true</AUTOSTART>
	<!-- should the presentation start automatically
		 possible values: true/false -->
		 
	<STARTVOLUME>75</STARTVOLUME>
	<!-- sets the initial volume for the presentation -->

	<STARTSLIDE>1</STARTSLIDE>
	<!-- specifies which slide to start the presentation on -->

	<DETECTBANDWIDTH>false</DETECTBANDWIDTH>
	<!-- enables bandwidth detection for FLV files in the presentation
		 if enabled, you MUST create three versions of each of your 
		 Flash video files for high, medium, and low bandwidth users.

		 The files must follow this naming convention:
		 "low_FILENAME.flv"
		 "medium_FILENAME.flv"
		 "high_FILENAME.flv" -->

	<BUFFERLENGTH>1</BUFFERLENGTH>
	<!-- time in seconds to buffer the video, default is 1 -->
	
	<DEBUG>false</DEBUG>
	<!-- enables the built-in diagnostic console for debugging
		 possible values: true/false -->

	<VERBOSE>false</VERBOSE>
	<!-- used in conjunction with DEBUG, outputs more detailed 
		 troubleshooting information. possible values: true/false -->

</settings>
