<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Turtlebite&#039;s Blog &#187; flash cms tutorial</title>
	<atom:link href="http://blog.turtlebite.com/tag/flash-cms-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.turtlebite.com</link>
	<description>Flash CMS Framework, Fleb Framework, Global Navigation and other ActionScript Stuff</description>
	<lastBuildDate>Thu, 17 Nov 2011 06:01:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Flash CMS step by step tutorial &#8220;editing text&#8221;</title>
		<link>http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/</link>
		<comments>http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 08:05:43 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Flash CMS]]></category>
		<category><![CDATA[as3 cms]]></category>
		<category><![CDATA[cms admin]]></category>
		<category><![CDATA[flash cms tutorial]]></category>
		<category><![CDATA[rich text editor]]></category>

		<guid isPermaLink="false">http://blog.flashcmsframework.com/?p=668</guid>
		<description><![CDATA[The first step-by-step quick start tutorial is finished! It covers the basics and will guide you from the installation of the Flash CMS to the integration of it in your flash website (or maybe a flebsite? Well, that&#8217;s another story&#8230; ). I have set up a FLA file that shows kind of a greeting card. [...]]]></description>
			<content:encoded><![CDATA[<p>The first step-by-step quick start tutorial is finished! It covers the basics and will guide you from the installation of the Flash CMS to the integration of it in your flash website (or maybe a <a href="http://blog.flashcmsframework.com/category/fleb-framework/">flebsite</a>? Well, that&#8217;s another story&#8230; <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ). I have set up a FLA file that shows kind of a greeting card. I&#8217;m sorry for the ugly 3D look, but I wanted the file to be compatible to CS3. In CS4 you would be doing this with the new 3D transformation tools. Anyway, it was important to show that you can connect any existing textfield; distorted, skewed etc. In this tutorial I will concentrate on editing a textfield only.</p>
<p><img class="alignnone size-full wp-image-759" title="flas-cms-design-edit-load" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/09/flas-cms-design-edit-load.jpg" alt="flas-cms-design-edit-load" width="595" height="438" /></p>
<h2><strong>Before you start</strong></h2>
<p><strong></strong>To complete this tutorial it is required that you have <a href="http://www.flashcmsframework.com/docs/doku.php?id=flash_cms_installation">installed and tested the Flash CMS</a>. I have used free fonts from <a href="http://www.dafont.com">dafont.com</a>: &#8220;<a href="http://www.dafont.com/another.font">Another</a>&#8220;, &#8220;<a href="http://www.dafont.com/chicken-scratch.font">Chicken Scratch</a>&#8221; and &#8220;<a href="http://www.dafont.com/hardcore-pen.font">Hardcore Pen</a>&#8220;. Note for Mac users: On my MacBook Pro the fonts do not work in the flash IDE. I had to convert them into Mac True Type format (.dfont) first. I could not find a software for the Mac so I ended up using <a href="http://www.acutesystems.com/scrcf.htm">CrossFont</a> on my old PC for doing this.<br />
While reading this tutorial you might want to <a href="http://www.flashcmsframework.com/docs/doku.php?id=flash-cms-case-studies">visit the case studies</a> for more details. You can find the <a href="http://www.flashcmsframework.com/docs/doku.php?id=flash-cms-download">source files for this tutorial in the download section of the CMS</a>.</p>
<p><strong>Initial situation</strong><br />
Let&#8217;s assume some time ago you have created a website in AS3 that contains a &#8220;greeting card&#8221; like the one in the screenshot above. One day your client calls you to ask if you can make the text on the right side of the greeting card editable&#8230;</p>
<p>As the Turtlebite Flash CMS is a back end solution, this can easily be done. This is one of the huge advantages of this Flash CMS: You don&#8217;t have to build your website in a certain way or in a special cms system. Just create the website the way you prefer and &#8220;plug in&#8221; the cms later. Even better: the client gets a simple login to the Flash CMS and is only seeing what is relevant at the very moment: the textfield for the greeting card. No upload buttons, setting buttons or menu items that are not used yet and so on. Just give your client what he has demanded and don&#8217;t distract him with a bunch of not (yet) needed functionality. You set the menu on a per user basis in an xml file, but more about this later on.</p>
<h2><strong>Let&#8217;s integrate the Flash CMS</strong></h2>
<p><strong></strong>After you have <a href="http://www.flashcmsframework.com/docs/doku.php?id=flash_cms_installation">installed and tested the Flash CMS</a>, there are the following 5 steps that need to be done to integrate the Flash CMS:</p>
<ol>
<li><strong>Analyze the textfield</strong> of your FLA file (width, used fonts, colors and styles).</li>
<li><strong>Embed the fonts.</strong></li>
<li><strong>Define the  layout.</strong> Information about the textfield (type, width, position, multiline, textstyles, background color etc.) is saved in an xml file.</li>
<li><strong>Create the Flash CMS menu. </strong>An xml file that contains all the menu items your client will be seeing. You can have a different menu for each user.</li>
<li><strong>Create the user account.</strong></li>
</ol>
<p>Okay, let&#8217;s get a deeper look at each step.</p>
<p><strong>Step 1: Analyze the textfield that needs to be connected to the Flash CMS</strong><br />
Open &#8220;quickstart.fla&#8221; and navigate to the textfield (book -&gt; textbox -&gt; tf). We need the following info:</p>
<ul>
<li>Textfield width: 338 pixel (You don&#8217;t need to bother about the height, it will later be auto-sized)</li>
<li>Textfield leading: 2</li>
<li>&#8220;hardcore_pen&#8221;, 45 Pt., color: #486401. Let&#8217;s call it it &#8220;Title&#8221;.</li>
<li>&#8220;Another&#8221;, 20 Pt., color: #4D5544. Let&#8217;s call it &#8220;Body&#8221;.</li>
<li>&#8220;ChickenScratch AOE&#8221;, 22 Pt., color: #000000. Let&#8217;s call it &#8220;Body Chicken Scratch&#8221;.</li>
<li>The color for hyperlinks is #990000.</li>
</ul>
<p><strong>Step 2: Embed the fonts for the  Flash CMS.</strong></p>
<ol>
<li> Create a new FLA, ActionScript 2. The size of the stage does not matter. Save it as &#8220;fonts.fla&#8221;.</li>
<li>In the library, add 3 new fonts with the settings shown in these pictures:<br />

<div class="ngg-galleryoverview" id="ngg-gallery-3-668">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.turtlebite.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=3&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-33" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/quickstart-font-settings/flash-cms-step-by-step-tutorial-embed-font-1.jpg" title=" " class="shutterset_set_3" >
								<img title="flash-cms-step-by-step-tutorial-embed-font-1" alt="flash-cms-step-by-step-tutorial-embed-font-1" src="http://blog.turtlebite.com/wp-content/gallery/quickstart-font-settings/thumbs/thumbs_flash-cms-step-by-step-tutorial-embed-font-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-34" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/quickstart-font-settings/flash-cms-step-by-step-tutorial-embed-font-2.jpg" title=" " class="shutterset_set_3" >
								<img title="flash-cms-step-by-step-tutorial-embed-font-2" alt="flash-cms-step-by-step-tutorial-embed-font-2" src="http://blog.turtlebite.com/wp-content/gallery/quickstart-font-settings/thumbs/thumbs_flash-cms-step-by-step-tutorial-embed-font-2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-35" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/quickstart-font-settings/flash-cms-step-by-step-tutorial-embed-font-3.jpg" title=" " class="shutterset_set_3" >
								<img title="flash-cms-step-by-step-tutorial-embed-font-3" alt="flash-cms-step-by-step-tutorial-embed-font-3" src="http://blog.turtlebite.com/wp-content/gallery/quickstart-font-settings/thumbs/thumbs_flash-cms-step-by-step-tutorial-embed-font-3.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-36" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/quickstart-font-settings/flash-cms-step-by-step-tutorial-font-library.jpg" title=" " class="shutterset_set_3" >
								<img title="flash-cms-step-by-step-tutorial-font-library" alt="flash-cms-step-by-step-tutorial-font-library" src="http://blog.turtlebite.com/wp-content/gallery/quickstart-font-settings/thumbs/thumbs_flash-cms-step-by-step-tutorial-font-library.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</li>
<li>In the first frame, copy and paste this code:
<pre class="brush: php;">
_level0.myFontStyle = [];
_level0.myFontStyle.push({styleName:&quot;Body&quot;,font:&quot;_myfont1&quot;, size:20, color:0x4D5544});
_level0.myFontStyle.push({styleName:&quot;Body Chicken Scratch&quot;, font:&quot;_myfont2&quot;, size:22, color:0x000000});
_level0.myFontStyle.push({styleName:&quot;Title&quot;,font:&quot;_myfont3&quot;,size:45,color:0x486401});
// --------------------------------------------
_level0.myLinkStyle = new TextField.StyleSheet();
_level0.myLinkStyle.setStyle(&quot;a:link&quot;,{color:&quot;#990000&quot;, textDecoration:&quot;underline&quot;});
_level0.myLinkStyle.setStyle(&quot;a:hover&quot;,{color:&quot;#FF0000&quot;, textDecoration:&quot;none&quot;});
</pre>
</li>
<li> As you can see when you look at the code above, the font information of step 1 is used here to define the font menu for the text editor. Later in the Flash CMS the &#8220;Select font style&#8221; menu  will look like this:<br />
<img class="alignnone size-full wp-image-721" title="flash-cms-tutorial-editing-text-fontstyles" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/09/flash-cms-tutorial-editing-text-fontstyles.jpg" alt="flash-cms-tutorial-editing-text-fontstyles" width="584" height="176" /><br />
Export this FLA for <strong>ActionScript 2</strong>. Then upload the &#8220;fonts.swf&#8221; into your the folder &#8220;login&#8221; which is inside your CMS folder on your server. There is already a &#8220;fonts.swf&#8221; file from the basic installation. You can rename it before you upload the newly created fonts.swf if you don&#8217;t want to overwrite it.</li>
</ol>
<p><strong>Step 5: Define the layout.</strong><br />
So far we have installed the Flash CMS, tested it, created and uploaded an SWF with the embedded fonts. The technical part is done. Now the Flash CMS needs to know about the textfield for the greeting card, the size of it, the fonts being used, colors and so on. All of this information is stored in an xml file.</p>
<p>Create an xml file, copy and paste the content below and save it as &#8220;slot_layout_quickstart.xml&#8221;.
<pre class="brush: xml;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;root&gt;
&lt;setup maxRows=&quot;15&quot; slotSpace=&quot;2&quot; tabChar=&quot;§&quot; editRollOverColor=&quot;990000&quot; editRollOutColor=&quot;CCCCCC&quot; layoutMenuHorizontal=&quot;false&quot;/&gt;
&lt;layouts&gt;
&lt;layout label=&quot; Single Textfield &quot;/&gt;
&lt;/layouts&gt;
&lt;targets&gt;
&lt;target id=&quot;tf&quot; type=&quot;text_html&quot; visibility=&quot;1&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;338&quot; richtext=&quot;true&quot; embedfonts=&quot;true&quot; multiline=&quot;true&quot; align=&quot;left&quot; leading=&quot;2&quot; textStyles=&quot;myFontStyle&quot; linkStyle=&quot;myLinkStyle&quot; linkDir=&quot;&quot; linkRemovedColor=&quot;4D5544&quot; antiAliasType=&quot;advanced&quot;/&gt;
&lt;/targets&gt;
&lt;/root&gt;
</pre>
<p>Please <a href="http://www.flashcmsframework.com/docs/doku.php?id=flash-cms-slot-layout-xml-attributes">refer to the docs for a complete description of each node/element</a> of this slot xml file.<br />
Now upload &#8220;slot_layout_quickstart.xml&#8221; to the server into folder &#8220;config&#8221; of your CMS installation.</p>
<p><strong>Step 6: Create the Flash CMS menu</strong><br />
Now that the definition of the editable parts (the textfield of the greeting card) are defined, it&#8217;s time to create the menu bar for the Flash CMS:<br />
<img class="alignnone size-full wp-image-736" title="flash-cms-step-by-step-tutorial-cms-menubar" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/09/flash-cms-step-by-step-tutorial-cms-menubar.jpg" alt="flash-cms-step-by-step-tutorial-cms-menubar" width="590" height="100" /></p>
<p>Create an xml file, copy and paste the content below and save it as &#8220;cms_menu_quickstart_john.xml&#8221;:</p>
<pre class="brush: xml;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;menu&gt;
&lt;menuitem label=&quot;File&quot;&gt;
&lt;menuitem label=&quot;Logout&quot; id=&quot;logoff&quot;/&gt;
&lt;/menuitem&gt;
&lt;menuitem label=&quot;Edit&quot;&gt;
&lt;menuitem label=&quot;Greeting Card&quot; contentSource=&quot;greeting_card&quot; slotSource=&quot;slot_layout_quickstart.xml&quot; hideContentVersionManager=&quot;1&quot; slotNew=&quot;0&quot; slotMove=&quot;0&quot; slotCopy=&quot;0&quot; slotLayout=&quot;0&quot; slotDelete=&quot;0&quot; bgColor=&quot;FFFFFF&quot;/&gt;&lt;/menuitem&gt;
&lt;/menu&gt;
</pre>
<p>Because our fictive user &#8220;john&#8221; should only be allowed to edit a single textfield and not being able to add new/move/copy/delete a slot, we have disabled these attributes in the cms menu xml file. Now we need to create an administrator file. Create an xml file, copy and paste the content below and save it as &#8220;cms_menu_quickstart_admin.xml&#8221;:</p>
<pre class="brush: xml;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;menu&gt;
&lt;menuitem label=&quot;File&quot;&gt;
&lt;menuitem label=&quot;Logout&quot; id=&quot;logoff&quot;/&gt;
&lt;/menuitem&gt;
&lt;menuitem label=&quot;Edit&quot;&gt;
&lt;menuitem label=&quot;Greeting Card&quot; contentSource=&quot;greeting_card&quot; slotSource=&quot;slot_layout_quickstart.xml&quot; hideContentVersionManager=&quot;1&quot; slotNew=&quot;1&quot; slotMove=&quot;1&quot; slotCopy=&quot;1&quot; slotLayout=&quot;1&quot; slotDelete=&quot;1&quot; bgColor=&quot;FFFFFF&quot;/&gt;
&lt;/menuitem&gt;
&lt;/menu&gt;
</pre>
<p>Now upload &#8220;cms_menu_quickstart_john.xml&#8221; and &#8220;cms_menu_quickstart_admin.xml&#8221; to the server into the folder &#8220;config&#8221; of your CMS installation.</p>
<p><strong>Step 7: Create the user account(s)</strong><br />
Create 2 user accounts, one for &#8220;John&#8221; and the other one for the fictive adminstrator of John, &#8220;Kevin&#8221;. Remember: Each user can have his own menubar. Open &#8220;config.php&#8221; in your Flash CMS installation and add the two users: first Kevin, for &#8220;cmsmenu&#8221; type &#8220;cms_menu_quickstart_admin.xml&#8221;. Then add &#8220;John&#8221;, cmsmenu = &#8220;cms_menu_quickstart_john.xml&#8221;.</p>
<h2><strong>That&#8217;s it! Now let&#8217;s try it out.</strong></h2>
<p><strong></strong>Login to the Flash CMS as the administrator &#8220;Kevin&#8221;:<br />
<a href="http://blog.flashcmsframework.com/wp-content/uploads/2009/09/flash-cms-admin-login.jpg"><img class="alignnone size-medium wp-image-743" title="flash-cms-admin-login" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/09/flash-cms-admin-login-300x95.jpg" alt="flash-cms-admin-login" width="300" height="95" /></a></p>
<p>In the menu bar, click on &#8220;edit&#8221;, than &#8220;greeting card&#8221;. We have to create the first slot. Do this by clicking on &#8220;Add new&#8221;:<br />
<img class="alignnone size-full wp-image-745" title="flash-cms-admin-edit" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/09/flash-cms-admin-edit.jpg" alt="flash-cms-admin-edit" width="444" height="156" /></p>
<p>A new slot is created with an empty textfield:<br />
<img class="alignnone size-full wp-image-746" title="flash-cms-admin-edit-slot-created" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/09/flash-cms-admin-edit-slot-created.jpg" alt="flash-cms-admin-edit-slot-created" width="444" height="137" /></p>
<p>Now logout: In the menu bar, click on &#8220;File&#8221;, then &#8220;Logout&#8221;:<br />
<img class="alignnone size-full wp-image-747" title="flash-cms-admin-logout" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/09/flash-cms-admin-logout.jpg" alt="flash-cms-admin-logout" width="444" height="137" /></p>
<p>Let&#8217;s see what it looks like for our client &#8220;John&#8221;. Log in now as &#8220;John&#8221;. In the menu bar click &#8220;edit&#8221;, then &#8220;Greeting card&#8221;. It should look like this:<br />
<img class="alignnone size-full wp-image-748" title="flash-cms-user-edit" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/09/flash-cms-user-edit.jpg" alt="flash-cms-user-edit" width="444" height="137" /><br />
See the difference? The <a href="http://www.flashcmsframework.com/docs/doku.php?id=flash-cms-user-interface-overview#slot_navigator">Slot Navigator</a> and the <a href="http://www.flashcmsframework.com/docs/doku.php?id=flash-cms-user-interface-overview#slot_menu">Slot Menu</a> are missing. That&#8217;s because we use different slot layout xml files for user John and for administrator Kevin. John should not be able to move/copy/delete slots etc. and therefor does not need to see the Slot Navigator and Slot Menu. Keep it as simple as possible for the client! <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Ok, lets enter some text now. Just lean back and watch the video:<br />
<span class="youtube">
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/FeIL4U2ztAE&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1&amp;fmt=22" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/FeIL4U2ztAE&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1&amp;fmt=22" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=FeIL4U2ztAE">www.youtube.com/watch?v=FeIL4U2ztAE</a></p></p>
<p><strong>Final step: Load the content of the CMS into the textfield of your FLA!</strong><br />
Open &#8220;quickstart.fla&#8221; and add this code in the first frame:</p>
<pre class="brush: php;">
// Imports
import net.kaegi.cms.LoadSlots;
import net.kaegi.events.LoadSlotsEvent;
// This info is used in loadSlots. _myfontX in loaded html text will be replaced by the proper fontname.
var fonts:Array = [];
fonts[0] = [&quot;_myfont1&quot;,&quot;Another&quot;];
fonts[1] = [&quot;_myfont2&quot;,&quot;ChickenScratch AOE&quot;];
fonts[2] = [&quot;_myfont3&quot;,&quot;hardcore_pen&quot;];
// Load the textfield
var loadSlots:LoadSlots = new LoadSlots(this,fonts);
// Link style for the textfields
var linkStyle:StyleSheet = new StyleSheet();
linkStyle.setStyle(&quot;a:link&quot;,{color:&quot;#990000&quot;, textDecoration:&quot;underline&quot;});
linkStyle.setStyle(&quot;a:hover&quot;,{color:&quot;#FF0000&quot;, textDecoration:&quot;none&quot;});
loadSlots.styleSheet = linkStyle;
// avoid the slots being drawn. For more info see http://www.flashcmsframework.com/docs/doku.php?id=flash-cms-case-studies#free
loadSlots.drawSlotsEnabled = false;
// hijack textfield events:
loadSlots.hijackTextfieldEvents = true;
loadSlots.setup(pathToCMS, &quot;slot_layout_quickstart.xml&quot;, &quot;greeting_card&quot;);
loadSlots.load();
// Events
loadSlots.addEventListener(LoadSlotsEvent.TF_LOADED, textfieldLoadedHandler,false,0,true);
// Hijacked Textfield Events:
function textfieldLoadedHandler(event:LoadSlotsEvent):void {
book.textbox.tf.styleSheet = linkStyle;
book.textbox.tf.htmlText = event.params.tf.htmlText;
book.textbox.tf.addEventListener(TextEvent.LINK, onLinkEvent,false,0,true);
}
</pre>
<p>Your final compiled SWF of the greeting card should look like this:<br />
<img class="alignnone size-full wp-image-754" title="flash-cms-final-greeting-card" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/09/flash-cms-final-greeting-card.jpg" alt="flash-cms-final-greeting-card" width="595" height="545" /></p>
<h2><strong>Conclusion</strong></h2>
<p><strong></strong>Of course there is much more to cover. I realised that I have highly underestimated the effort of making a good documentation and how time-consuming it would be. I have put years into this Flash CMS and there are just so many things to explain. But this tutorial should give you a good starting point to get into it. Once you have completed your first project with it I&#8217;m sure you will gain speed quickly.</p>
<p>The next tutorial will cover the handling of images. Stay tuned!<br />
Christian</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/&amp;title=Flash+CMS+step+by+step+tutorial+%22editing+text%22" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/&amp;title=Flash+CMS+step+by+step+tutorial+%22editing+text%22" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/&amp;title=Flash+CMS+step+by+step+tutorial+%22editing+text%22&amp;desc=The%20first%20step-by-step%20quick%20start%20tutorial%20is%20finished%21%20It%20covers%20the%20basics%20and%20will%20guide%20you%20from%20the%20installation%20of%20the%20Flash%20CMS%20to%20the%20integration%20of%20it%20in%20your%20flash%20website%20%28or%20maybe%20a%20flebsite%3F%20Well%2C%20that%27s%20another%20story...%20%3A-%29%29.%20I%20have%20set%20up%20a%20FLA%20file%20that%20shows%20kind%20of%20a%20greeting%20card" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/&amp;bm_description=Flash+CMS+step+by+step+tutorial+%22editing+text%22&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/&amp;title=Flash+CMS+step+by+step+tutorial+%22editing+text%22" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/&amp;title=Flash+CMS+step+by+step+tutorial+%22editing+text%22" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/&amp;title=Flash+CMS+step+by+step+tutorial+%22editing+text%22" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Flash+CMS+step+by+step+tutorial+%22editing+text%22+-+http://b2l.me/afrdu3&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

