<?xml version='1.0' encoding='utf-8'?>

<editors>

	<!--	
			Configure the default html editor. 
			further directions can be found in the ReadMe.htm file:
			http://flashblocks.com/FlashblocksML/ReadMe.php#HTMLeditors
	-->
	
	<p>
		<menu
			caption="fb.menu.textEd"
			userLevel="3"
			url="flashblocks/editors/flashblocks_window.swf"/>		
		<window label="HTML editor" url="flashblocks/editors/flashblocks_flashText.swf">
			<enter label="fb.insertText"/>
			<cancel label="fb.cancel"/>		
		</window>
		
		<data tagAttribute="theContent"

			width=""
			height="stage"
			
			buttons = "color,font,size,style,n,bold,italic,underline,alignL,alignR,alignC,alignJ,leading,list,url,urlBreak,img,html,colorBg"
			embedFonts="true"
			fontSizes="8,10,12,14,16,18,20,24,28,32,40,50,60,70,80,90,100,110"

			backgroundColor="0xffffff"
			backgroundColors="0xFFFFFF,0xEEEEEE,0xCCCCCC,0x999999,0x666666,0x333333,0x000000">
			
				<![CDATA[<P ALIGN='LEFT'><FONT FACE='Arial' SIZE='24' COLOR='#000000'>Enter New Text</FONT></P>]]>
		</data>
		
		<styles>
			<link font="Arial" bold="true" color="0x0099FF"/>
		
			<font label="Arial" font="Arial"/>
			<font label="Pixel Font" font="kroeger 05_53" size="8" bold="false" italic="false"/>
			
			<style label="Header" font="Arial" size="32" letterSpacing="-2.5" bold="true" italic="false" color="0x444444"/>
			<style label="Leading" font="Arial" size="12" letterSpacing="0" bold="false" color="0x0099FF"/>
			<style label="Paragraph" font="Arial" size="12" letterSpacing="0" bold="false" color="0x000000"/>
			<style label="Small Text" font="kroeger 05_53" size="8" letterSpacing="0" bold="false" italic="false"/>
			<style label=" "/>
			<style label="Leading 2" leading="2"/>
			<style label="Leading 10" leading="10"/>

			<image label="Media" src="Media" width="100" height="100" vSpace="2" hSpace="8"/>
		
			<boldOn bold="true" font="Arial"/>
			<boldOff bold="false"/>
			<italicOn italic="true" font="Arial"/>
			<italicOff italic="false"/>
			<underlineOn underline="true"/>
			<underlineOff underline="false"/>
			<bulletOn bullet="true"/>
			<bulletOff bullet="false"/>
			<leadingOn leading="10"/>
			<leadingOff leading="2"/>
		</styles>
		
	</p>
</editors>

