<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE root SYSTEM "config.dtd">

<!--
(c) 2008 www.TUFaT.com
All Rights Reserved. Please
do not re-sell/re-distribute
this software.
-->
<!--
Notes:
- the height and width of the movie , the path to the rss file, as well as the path to this file, are specified when embedding the movie into the html page
Ex: <embed src="rssReader.swf?xml=config.xml&rss=http://somedomain.com/some_rss_file.xml" width="200" height="150">
- in order to display the special characters properly, be sure to save the rss file using UTF-8 encoding

- if you have any questions, post them on the forum: 
http://forum.tufat.com
-->
<root>
	<config>
		<textFieldProps>
			<titleText>
				<fontFace>Arial</fontFace>
				<fontSize>11</fontSize>
				<fontColor>ffffff</fontColor>
				<!-- font RollOver color-->
				<fontROColor>ffffff</fontROColor>
				<bold>true</bold>
				<italic>false</italic>
				<underline>true</underline>
			</titleText>
			<descriptionText>
				<fontFace>Arial</fontFace>
				<fontSize>12</fontSize>
				<fontColor>ffffff</fontColor>
				<!-- font RollOver color -->
				<fontROColor>ffffff</fontROColor>
				<bold>true</bold>
				<italic>false</italic>
				<underline>false</underline>
			</descriptionText>
		</textFieldProps>
		<colors>
			<!--Use for document background-->
			<BGColor>4D4D4D</BGColor>

			<!--Use for moving map object-->
			<foreGroundColor>000000</foreGroundColor>

			<!--Use for feed background-->
			<backGroundColor>FF0000</backGroundColor>

			<!--Use for feed background alpha-->
			<backGroundAlpha>0</backGroundAlpha>

			<!--Use for feed rollOver-->
			<rollOverColor>CCCCCC</rollOverColor>

			<!--Use for feed rollOver alpha-->
			<rollOverAlpha>50</rollOverAlpha>
		</colors>
		
		<!--space between 2 feed items-->
		<feedItemHSpace>20</feedItemHSpace>
		
		<!--amount of space by wich the feeds are moved up on each refresh-->
		<step>1</step>
		<urlTarget>_blank</urlTarget>
		<rssfeedurl><![CDATA[ http://www.entrepreneur.com/feeds/latest.rss ]]></rssfeedurl>
	</config>
</root>