<?xml version="1.0" encoding="UTF-8"?>
<data>
<!-- ////////////////////////////////////////////////////////////////////////////

							VAR DECLARATIONS
				>>> ALL FIELDS ARE OBLIGATION FIELDS <<<

	 //////////////////////////////////////////////////////////////////////////// -->

	<!-- Filename of the FLV -->
	<movie>video2.flv</movie>
	<!-- Autoplay on or off [USE:'on' OR 'off'] -->
	<autoplay>off</autoplay>
	<!-- Play Video as loop [USE:'on' OR 'off'] -->
	<looppreset>off</looppreset>
	<!-- Display the loop button [USE:'on' OR 'off'] -->
	<loopview>on</loopview>
	<!-- The value for the volume [0 - 100] -->
	<volumepreset>50</volumepreset>
	<!-- Display the volume control [USE:'on' OR 'off'] -->
	<volumeview>on</volumeview>
	<!-- The vlaue for the balance [-100 to 100 // 0 = middle] -->
	<balancepreset>0</balancepreset>
	<!-- Display the balance control [USE:'on' OR 'off'] -->
	<balanceview>on</balanceview>
	<!-- Display the mute button [USE:'on' OR 'off'] -->
	<muteview>on</muteview>
	<!-- Display the text of the video duration and preloader informations [USE:'on' OR 'off'] -->
	<controlertext>on</controlertext>


<!-- ////////////////////////////////////////////////////////////////////////////

							IMAGE DECLARATIONS

	 //////////////////////////////////////////////////////////////////////////// -->

	<!--  Name of the background image, which will be shown when the video is paused -->
	<bgimage>/files/flv/img/bgimage1.jpg</bgimage>
	<!-- Name of the image, which looks link an TV -->
	<borderimage>/files/flv/img/border1.png</borderimage>
	<!-- Name of the image for the mute button = mute off (sound on) -->
	<muteoffimg>/files/flv/img/muteoff.jpg</muteoffimg>
	<!-- Name of the image for the mute button = mute on (sound off) -->
	<muteonimg>/files/flv/img/muteon.jpg</muteonimg>
	<!-- Name of the image for the play button -->
	<playimg>/files/flv/img/play.jpg</playimg>
	<!-- Name of the image for the stop button -->
	<stopimg>/files/flv/img/stop.jpg</stopimg>
	<!-- Name of the image for the back button -->
	<backimg>/files/flv/img/back.jpg</backimg>
	<!-- Name of the image for the loop button = loop on-->
	<looponimg>/files/flv/img/loopon.jpg</looponimg>
	<!-- Name of the image for the loop button = loop off -->
	<loopoffimg>/files/flv/img/loopoff.jpg</loopoffimg>
	<!-- Name of the image for the scale button = show an 16:9 -->
	<bigimg>/files/flv/img/big.jpg</bigimg>
	<!-- Name of the image for the scale button = show an 4:3 -->
	<smallimg>/files/flv/img/small.jpg</smallimg>
	<!-- Name of the image for the zoom button = zoom on (show smaller videos in full stage size) -->
	<zoomonimg>/files/flv/img/zoomon.jpg</zoomonimg>
	<!-- Name of the image for the zoom button = zoom off -->
	<zoomoffimg>/files/flv/img/zoomoff.jpg</zoomoffimg>


<!-- ////////////////////////////////////////////////////////////////////////////

							COLOR DECLARATIONS
				>>> USE HEX-CODE WITH THE '0x' AT THE BEGINNING <<<

	 //////////////////////////////////////////////////////////////////////////// -->

	<!-- Background color of the stage -->
	<bgcolor>0x333333</bgcolor>
	<!-- Background color of the timebar -->
	<loaderbgcolor>0xCCCCCC</loaderbgcolor>
	<!-- Color of the bar from the timebar -->
	<loaderbarcolor>0x555555</loaderbarcolor>
	<!-- Color of the picker from the timebar -->
	<loaderpickercolor>0xFF0000</loaderpickercolor>
	<!-- Color of the lines from the balance coltrol -->
	<balancelinecolor>0xCCCCCC</balancelinecolor>
	<!-- Color of the picker from the balance control -->
	<balancepickercolor>0xFF0000</balancepickercolor>
	<!-- Color of the lines from the volume control -->
	<volumelinecolor>0xCCCCCC</volumelinecolor>
	<!-- Color of the picker from the volume control -->
	<volumepickercolor>0xFF0000</volumepickercolor>
	<!-- Color of the text in the control panel -->
	<textcolor>0xCCCCCC</textcolor>


<!-- ////////////////////////////////////////////////////////////////////////////

							TEXT DEFINATIONS

	 //////////////////////////////////////////////////////////////////////////// -->
     <!-- Hoover Text Play-Button -->
     <play_txt>Abspielen</play_txt>
     <!-- Hoover Text Break-Button -->
     <break_txt>Pause</break_txt>
     <!-- Hoover Text Back-Button -->
     <back_txt>Zurück</back_txt>
     <!-- Hoover Text LoopOn-Button -->
     <loop_on_txt>Wiederholung an</loop_on_txt>
     <!-- Hoover Text LoopOff-Button -->
     <loop_off_txt>Wiederholung aus</loop_off_txt>
     <!-- Hoover Text CinemaMode-Button -->
     <cinema_mode_txt>Kino Format</cinema_mode_txt>
     <!-- Hoover Text TVMode-Button -->
     <tv_mode_txt>Fernseh Format</tv_mode_txt>
     <!-- Hoover Text ZoonIn-Button -->
     <zoom_in_txt>Vergrößern</zoom_in_txt>
     <!-- Hoover Text ZoomOut-Button -->
     <zoom_out_txt>Verkleinern</zoom_out_txt>
     <!-- Hoover Text SoundOn-Button -->
     <sound_on_txt>Ton an</sound_on_txt>
     <!-- Hoover Text SoundOff-Button -->
     <sound_off_txt>Ton aus</sound_off_txt>
     <!-- Preloader Text -->
     <preload_txt>Daten werden geladen</preload_txt>
     <!-- Character for the left side of the balance control -->
     <bal_left_txt>L</bal_left_txt>
     <!-- Character for the right side of the balance control -->
     <bal_right_txt>R</bal_right_txt>
     <!-- Text for the volume value -->
     <volume_txt>Lautstärke</volume_txt>
     <!-- Text for the Movie Preload -->
     <loading_txt>geladen</loading_txt>
</data>
