<?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; as3 cms</title>
	<atom:link href="http://blog.turtlebite.com/tag/as3-cms/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>Fleb 2.0: the Flash Website Framework has grown up!</title>
		<link>http://blog.turtlebite.com/fleb-2-0-the-flash-website-framework-has-grown-up/</link>
		<comments>http://blog.turtlebite.com/fleb-2-0-the-flash-website-framework-has-grown-up/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 15:22:10 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Fleb Framework]]></category>
		<category><![CDATA[as3 cms]]></category>
		<category><![CDATA[as3 runtime dynamic font loading]]></category>
		<category><![CDATA[embed fonts]]></category>
		<category><![CDATA[flash navigation]]></category>
		<category><![CDATA[Flash SEO]]></category>
		<category><![CDATA[full flash website framework]]></category>
		<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[multipage printing as3]]></category>

		<guid isPermaLink="false">http://blog.turtlebite.com/?p=1107</guid>
		<description><![CDATA[Again some time has passed and while working on different projects I have continuosly improved the Fleb Framework. I have finally found the time to wrap it all up and release the next version. Besides a lot of small improvements to the global navigation (which is part of the Fleb Framework), I have integrated a [...]]]></description>
			<content:encoded><![CDATA[<p>Again some time has passed and while working on different projects I have continuosly improved the Fleb Framework. I have finally found the time to wrap it all up and release the next version. Besides a lot of small improvements to the global navigation (which is part of the Fleb Framework), I have integrated a few things for your convenience. Okay, let&#8217;s start with the new features:<br />
<span style="color: #ffffff;">.</span></p>
<h3><strong>iPhone / iPod / iPad Detection</strong></h3>
<h3><a href="http://blog.turtlebite.com/wp-content/uploads/2010/12/flash-iphone-alternative-fleb-framework_2.jpg"><img class="alignnone size-full wp-image-1127" title="flash-iphone-alternative-fleb-framework_2" src="http://blog.turtlebite.com/wp-content/uploads/2010/12/flash-iphone-alternative-fleb-framework_2.jpg" alt="" width="595" height="430" /></a></h3>
<p><a href="http://blog.turtlebite.com/wp-content/uploads/2010/12/flash-iphone-alternative-fleb-framework_2.jpg"></a>Flash on the iPhone? Unfortunatly not (not yet&#8230; I&#8217;m an optimist <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ). But anyway, I believe it&#8217;s the wrong way to have the exact same site on a mobile device and in the browser. Not only is the screen smaller and loading takes longer, I personally have other priorities when surfing on a mobile phone. So let&#8217;s take this as a challenge and provide different content when someone visits your page on an iPhone. All I did is provide a detection in index.php which redirects users of iPhone &amp; Co. to a special page: iphone.php. In this file the same xml structure is parsed, but this time the navigation is displayed in a flat hierarchy to provide as much room as possible for the content itself. <a href="http://www.turtlebite.com/flebsite_demo_v2/iphone.php">Check it out!</a> I have used some iPhone specific settings so that the zooming is disabled for example:</p>
<pre>&lt;meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"&gt;</pre>
<p>You only need to adjust the CSS files to your needs.</p>
<p>Here 2 links with useful and detailed infos:<br />
<a href="http://www.engageinteractive.co.uk/blog/2008/06/19/tutorial-building-a-website-for-the-iphone/">http://www.engageinteractive.co.uk/blog/2008/06/19/tutorial-building-a-website-for-the-iphone/<br />
</a><a href="http://fuint.com/2010/09/when-developing-websites-you-have-to-care-about-different-browsers-as-well-as-mobile-devices-such-as-iphones-or-ipods-in-this-article-lets-have-a-look-at-the-10-most-useful-code-snippets-javas/">http://fuint.com/2010/09/when-developing-websites-you-have-to-..</a>.<br />
<span style="color: #ffffff;">.</span></p>
<h3><strong>Automatic width and height handling with full browser scrolling<br />
<span style="font-weight: normal;"><a href="http://blog.turtlebite.com/wp-content/uploads/2010/12/fleb-flash-framework-scrollbars.jpg"><img class="alignnone size-full wp-image-1110" title="fleb-flash-framework-scrollbars" src="http://blog.turtlebite.com/wp-content/uploads/2010/12/fleb-flash-framework-scrollbars.jpg" alt="" width="595" height="303" /></a></span></strong></h3>
<p><strong><span style="font-weight: normal;"><a href="http://blog.turtlebite.com/wp-content/uploads/2010/12/fleb-flash-framework-scrollbars.jpg"></a>I&#8217;ve decided to implement this into the Fleb Framework, because I use it in every website to be sure the user can see all content, even if he/she has a small display. I prefer to use the built in UI Scrollbars, because that way I get the most flexibility.<br />
</span></strong><strong><span style="font-weight: normal;">A few times I used other solutions that make use of the native browser scrollbars, but I was not happy with that, because there is no way to scroll just a part of the website: it always scrolls the whole embedded SWF. Check out <a href="http://www.turtlebite.com/flebsite_demo_v2/de/dienstleistungen/">this deeplink</a> of the Flebsite demo and scroll. Watch the word &#8220;BASE&#8221; at the upper left corner and also the black gradient at the top. It stays where it is, exactly what is wanted. This would not be possible if the browser scrollbars were used. Or <a href="http://www.findanddine.ch/lokalsuche/spaghetti">another example</a> to make it more clear: only the content is scrolled, the header and footer don&#8217;t move. <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  By the way: of course you can set if and how much the scrolling will ease in and out.</span></strong></p>
<p><strong><span style="font-weight: normal;">But if you prefer it the other way (<a href="http://swffit.millermedeiros.com/">SWFFit </a>for example): simply remove a few lines of code to get rid of the SiteScrollbars class and use your preferred solution.<br />
<span style="color: #ffffff;">.</span> </span></strong></p>
<h3><strong>Font Manager<br />
</strong><img class="alignnone size-full wp-image-1119" title="fleb-flash-framework-embedded-font-manager" src="http://blog.turtlebite.com/wp-content/uploads/2010/12/fleb-flash-framework-embedded-font-manager.jpg" alt="" width="595" height="236" /></h3>
<p>Another nice thing is now part of the Fleb framework: dynamic font loading. This is a really cool method I&#8217;ve found some time ago. <a href="http://blog.turtlebite.com/runtime-dynamic-font-loading-in-as3/">Here is a post about it</a>. It&#8217;s ridiculously simple: Just create an empty FLA file, add one or more dynamic textfields to the stage and select the fonts, compile, done. All you have to do in Fleb later is telling the framework where the fonts are:</p>
<pre>Core.getInstance().init(this, pH, nH, "fonts/fonts.swf", "fonts/style.css");</pre>
<p>You can also load the styles at the same time. The font manager will be accessible from anywhere like this:</p>
<pre class="brush: php;">
import net.kaegi.utils.VarCentral;
var varcentral:Object = VarCentral.getInstance().vars;
tf.styleSheet = varcentral.flebFontManager.getStyleSheet();
tf.text = &quot;&lt;span class='font2'&gt;&quot; + txt + &quot;&lt;/span&gt;&quot;;
</pre>
<p><span style="color: #ffffff;">.</span></p>
<h3>Print Manager: multipage printing out of the box</h3>
<p><a href="http://blog.turtlebite.com/wp-content/uploads/2010/12/flash-multipage-print-as3-fleb-framework.jpg"><img class="alignnone size-full wp-image-1150" title="flash-multipage-print-as3-fleb-framework" src="http://blog.turtlebite.com/wp-content/uploads/2010/12/flash-multipage-print-as3-fleb-framework.jpg" alt="" width="595" height="500" /><br />
</a>In the <a href="http://www.turtlebite.com/flebsite_demo_v2/">flebsite demo</a>, I have integrated the printing solution to show how you can use it in a Fleb site if needed. It is a very handy method to provide the possibility to print out your website or parts of it. The Print class will adjust the size, accordingly to the choosen paper orientation, to always fit the content to the page (or pages, if multipage printing is desired). This class is simply imported in your Fleb main document class. It&#8217;s there for your convenience: if you don&#8217;t need it, just remove the import and the printing methods. To get more info about this class visit <a href="http://blog.turtlebite.com/multipage-printing-class-for-as3/">this post</a> and <a href="http://www.turtlebite.com/docs/print-home">the documentation</a>.</p>
<p><span style="color: #ffffff;">.</span></p>
<h3>And now?</h3>
<p>You will find all of this in the <a href="http://www.turtlebite.com/flebsite_demo_v2/">demo site</a>. You can download all files and analyze them. To get started and download the framework, <a href="http://www.turtlebite.com/docs/fleb-framework-home">please visit the documentation</a>.</p>
<p>Cheers (and merry christmas if this was my last post in this year&#8230;)<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/fleb-2-0-the-flash-website-framework-has-grown-up/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/fleb-2-0-the-flash-website-framework-has-grown-up/&amp;title=Fleb+2.0%3A+the+Flash+Website+Framework+has+grown+up%21" 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/fleb-2-0-the-flash-website-framework-has-grown-up/&amp;title=Fleb+2.0%3A+the+Flash+Website+Framework+has+grown+up%21" 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/fleb-2-0-the-flash-website-framework-has-grown-up/&amp;title=Fleb+2.0%3A+the+Flash+Website+Framework+has+grown+up%21&amp;desc=Again%20some%20time%20has%20passed%20and%20while%20working%20on%20different%20projects%20I%20have%20continuosly%20improved%20the%20Fleb%20Framework.%20I%20have%20finally%20found%20the%20time%20to%20wrap%20it%20all%20up%20and%20release%20the%20next%20version.%20Besides%20a%20lot%20of%20small%20improvements%20to%20the%20global%20navigation%20%28which%20is%20part%20of%20the%20Fleb%20Framework%29%2C%20I%20have%20" 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/fleb-2-0-the-flash-website-framework-has-grown-up/&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/fleb-2-0-the-flash-website-framework-has-grown-up/&amp;bm_description=Fleb+2.0%3A+the+Flash+Website+Framework+has+grown+up%21&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/fleb-2-0-the-flash-website-framework-has-grown-up/&amp;title=Fleb+2.0%3A+the+Flash+Website+Framework+has+grown+up%21" 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/fleb-2-0-the-flash-website-framework-has-grown-up/&amp;title=Fleb+2.0%3A+the+Flash+Website+Framework+has+grown+up%21" 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/fleb-2-0-the-flash-website-framework-has-grown-up/&amp;title=Fleb+2.0%3A+the+Flash+Website+Framework+has+grown+up%21" 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/fleb-2-0-the-flash-website-framework-has-grown-up/" 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=Fleb+2.0%3A+the+Flash+Website+Framework+has+grown+up%21+-+http://b2l.me/a9tczj&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/fleb-2-0-the-flash-website-framework-has-grown-up/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Introducing the Online XML Editor</title>
		<link>http://blog.turtlebite.com/introducing-the-online-xml-editor/</link>
		<comments>http://blog.turtlebite.com/introducing-the-online-xml-editor/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 09:42:24 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Online XML Editor]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 cms]]></category>
		<category><![CDATA[online xml editor]]></category>

		<guid isPermaLink="false">http://blog.turtlebite.com/?p=1078</guid>
		<description><![CDATA[I have finished another tool: an online editor for xml files. With this editor you can easily import your xml files and edit them without having to worry about proper syntax. Try it and let me know what you think! When I started writing this editor, I wanted to create something to handle xml files [...]]]></description>
			<content:encoded><![CDATA[<p>I have finished another tool: an <a href="http://www.online-xml-editor.com">online editor for xml files</a>. With this editor you can easily import your xml files and edit them without having to worry about proper syntax. <a href="http://www.online-xml-editor.com">Try it</a> and let me know what you think!</p>
<p><a href="http://www.online-xml-editor.com"><img class="alignnone size-full wp-image-1079" title="online-xml-editor-introducing" src="http://blog.turtlebite.com/wp-content/uploads/2010/11/online-xml-editor-introducing.jpg" alt="" width="595" height="452" /></a></p>
<p>When I started writing this editor, I wanted to create something to handle xml files for the global navigation. It quickly turn into something much more complex, and even better, much more flexible. In a next post I will show how you can turn this editor into a specialised editor for <a href="http://www.gaiaflashframework.com/">Gaia</a> site xml files, for example. By creating so called configuration xml files you can use this xml editor for any of your xml files.</p>
<p><strong>Simple but flexible CMS<br />
</strong>I have also implemented a rich text editor. In the final version you will be able to install this editor on your server and turn it into a simple but flexible CMS with individual user management. Easy but effective. More later.</p>
<p>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/introducing-the-online-xml-editor/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/introducing-the-online-xml-editor/&amp;title=Introducing+the+Online+XML+Editor" 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/introducing-the-online-xml-editor/&amp;title=Introducing+the+Online+XML+Editor" 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/introducing-the-online-xml-editor/&amp;title=Introducing+the+Online+XML+Editor&amp;desc=I%20have%20finished%20another%20tool%3A%20an%20online%20editor%20for%20xml%20files.%20With%20this%20editor%20you%20can%20easily%20import%20your%20xml%20files%20and%20edit%20them%20without%20having%20to%20worry%20about%20proper%20syntax.%20Try%20it%20and%20let%20me%20know%20what%20you%20think%21%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20started%20writing%20this%20editor%2C%20I%20wanted%20to%20create%20something%20to%20handle%20xml%20" 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/introducing-the-online-xml-editor/&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/introducing-the-online-xml-editor/&amp;bm_description=Introducing+the+Online+XML+Editor&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/introducing-the-online-xml-editor/&amp;title=Introducing+the+Online+XML+Editor" 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/introducing-the-online-xml-editor/&amp;title=Introducing+the+Online+XML+Editor" 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/introducing-the-online-xml-editor/&amp;title=Introducing+the+Online+XML+Editor" 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/introducing-the-online-xml-editor/" 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=Introducing+the+Online+XML+Editor+-+http://b2l.me/a4yqkw&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/introducing-the-online-xml-editor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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>
		<item>
		<title>Flash CMS Case Studies</title>
		<link>http://blog.turtlebite.com/flash-cms-case-studies/</link>
		<comments>http://blog.turtlebite.com/flash-cms-case-studies/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 14:50:07 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Flash CMS]]></category>
		<category><![CDATA[as3 cms]]></category>

		<guid isPermaLink="false">http://blog.flashcmsframework.com/?p=702</guid>
		<description><![CDATA[At the moment I am working on a quick start step-by-step tutorial for the Flash CMS. While doing that, I felt the need of explaining the philosophy of the Flash CMS in more detail. There are 7 basic situations to cover when you are using the Flash CMS. Have a look at the SWF below, [...]]]></description>
			<content:encoded><![CDATA[<p>At the moment I am working on a quick start step-by-step tutorial for the Flash CMS. While doing that, I felt the need of explaining the philosophy of the Flash CMS in more detail. There are 7 basic situations to cover when you are using the Flash CMS. Have a look at the SWF below, navigate through the different case studies. Be sure to turn on the checkbox &#8220;show Slots&#8221; to see how the content is organized in the so-called &#8220;Slots&#8221;, a core concept of the Flash CMS. I have <a href="http://www.flashcmsframework.com/docs/doku.php?id=flash-cms-case-studies">documented this thoroughly here</a>, check it out for more info!<span id="more-702"></span></p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_flash_cms_case_studies_1788219514"
			class="flashmovie"
			width="595"
			height="550">
	<param name="movie" value="http://blog.flashcmsframework.com/wp-content/data/flash_cms_case_studies.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://blog.flashcmsframework.com/wp-content/data/flash_cms_case_studies.swf"
			name="fm_flash_cms_case_studies_1788219514"
			width="595"
			height="550">
	<!--<![endif]-->
		
<p><img class="alignnone size-full wp-image-705" title="flash-cms-case-studies-preview" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/09/flash-cms-case-studies-preview.jpg" alt="flash-cms-case-studies-preview" width="190" height="140" /></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p><a href="http://www.flashcmsframework.com/docs/doku.php?id=flash-cms-case-studies">Visit the documentation here.</a></p>
<p>I will finish the step-by-step tutorial within the next view days, so stay tuned.</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-case-studies/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-case-studies/&amp;title=Flash+CMS+Case+Studies" 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-case-studies/&amp;title=Flash+CMS+Case+Studies" 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-case-studies/&amp;title=Flash+CMS+Case+Studies&amp;desc=At%20the%20moment%20I%20am%20working%20on%20a%20quick%20start%20step-by-step%20tutorial%20for%20the%20Flash%20CMS.%20While%20doing%20that%2C%20I%20felt%20the%20need%20of%20explaining%20the%20philosophy%20of%20the%20Flash%20CMS%20in%20more%20detail.%20There%20are%207%20basic%20situations%20to%20cover%20when%20you%20are%20using%20the%20Flash%20CMS.%20Have%20a%20look%20at%20the%20SWF%20below%2C%20navigate%20through%20" 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-case-studies/&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-case-studies/&amp;bm_description=Flash+CMS+Case+Studies&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-case-studies/&amp;title=Flash+CMS+Case+Studies" 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-case-studies/&amp;title=Flash+CMS+Case+Studies" 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-case-studies/&amp;title=Flash+CMS+Case+Studies" 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-case-studies/" 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+Case+Studies+-+http://b2l.me/af8kpj&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-case-studies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash CMS version 4.67: Introducing the ServiceCenter</title>
		<link>http://blog.turtlebite.com/flash-cms-version-4-67-introducing-the-servicecenter/</link>
		<comments>http://blog.turtlebite.com/flash-cms-version-4-67-introducing-the-servicecenter/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:51:22 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Flash CMS]]></category>
		<category><![CDATA[as3 cms]]></category>
		<category><![CDATA[cms admin]]></category>
		<category><![CDATA[service center]]></category>

		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=474</guid>
		<description><![CDATA[Update 06/21/2010 I have removed the servicecenter alltogether because there were too many problems reported by different users on different servers ( especially concerning file permissions). But I have moved everything into one config.php file so in fact it&#8217;s not difficult at all to install the CMS without the servicecenter. Just follow the installation steps. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update 06/21/2010</strong><br />
I have removed the servicecenter alltogether because there were too many problems reported by different users on different servers ( especially concerning file permissions). But I have moved everything into one config.php file so in fact it&#8217;s not difficult at all to install the CMS without the servicecenter. Just <a href="http://www.flashcmsframework.com/docs/doku.php?id=flash_cms_installation">follow the installation steps</a>.</p>
<p>&#8212;-</p>
<p>Done! I have finished the service center, and have rewritten the <a href="http://www.flashcmsframework.com/docs/doku.php?id=flash_cms_installation">installation steps</a>. There are not many anymore&#8230; <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Also I had to remove the download of the demo site, because I need to do some adjustements to it due to the introduction of the service center. Anyway, as I&#8217;ve written in my previous post, the demo site was far to complex for someone to start with the Flash CMS, so I will setup some examples (yes I know, promised for a loooong time&#8230;), starting with very simple ones and going deeper one by one. The first example is ready and can be <a href="http://www.flashcmsframework.com/docs/doku.php?id=flash-cms-download">downloaded</a>. I will document it here as soon as I have time&#8230;<span id="more-474"></span></p>
<p><img class="alignnone size-full wp-image-475" title="flash-cms-servicecenter-1" src="http://www.flashcmsframework.com/wp-content/uploads/flash-cms-servicecenter-1.jpg" alt="flash-cms-servicecenter-1" width="536" height="348" /></p>
<p>OK, back to work&#8230;</p>
<p>.</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-version-4-67-introducing-the-servicecenter/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-version-4-67-introducing-the-servicecenter/&amp;title=Flash+CMS+version+4.67%3A+Introducing+the+ServiceCenter" 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-version-4-67-introducing-the-servicecenter/&amp;title=Flash+CMS+version+4.67%3A+Introducing+the+ServiceCenter" 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-version-4-67-introducing-the-servicecenter/&amp;title=Flash+CMS+version+4.67%3A+Introducing+the+ServiceCenter&amp;desc=Update%2006%2F21%2F2010%0D%0AI%20have%20removed%20the%20servicecenter%20alltogether%20because%20there%20were%20too%20many%20problems%20reported%20by%20different%20users%20on%20different%20servers%20%28%20especially%20concerning%20file%20permissions%29.%20But%20I%20have%20moved%20everything%20into%20one%20config.php%20file%20so%20in%20fact%20it%27s%20not%20difficult%20at%20all%20to%20install%20the%20CM" 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-version-4-67-introducing-the-servicecenter/&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-version-4-67-introducing-the-servicecenter/&amp;bm_description=Flash+CMS+version+4.67%3A+Introducing+the+ServiceCenter&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-version-4-67-introducing-the-servicecenter/&amp;title=Flash+CMS+version+4.67%3A+Introducing+the+ServiceCenter" 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-version-4-67-introducing-the-servicecenter/&amp;title=Flash+CMS+version+4.67%3A+Introducing+the+ServiceCenter" 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-version-4-67-introducing-the-servicecenter/&amp;title=Flash+CMS+version+4.67%3A+Introducing+the+ServiceCenter" 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-version-4-67-introducing-the-servicecenter/" 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+version+4.67%3A+Introducing+the+ServiceCenter+-+http://b2l.me/aftwr8&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-version-4-67-introducing-the-servicecenter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash CMS v4.66 released!</title>
		<link>http://blog.turtlebite.com/flash-cms-v466-released/</link>
		<comments>http://blog.turtlebite.com/flash-cms-v466-released/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 13:47:38 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Flash CMS]]></category>
		<category><![CDATA[as3 cms]]></category>

		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=385</guid>
		<description><![CDATA[Today is a very special day for me: I&#8217;m releasing my Flash CMS after years of development and refinements. At the moment and in the next view weeks I will be working on the documentations and tutorials. But I decided it is time to release the CMS, as it is finished and working. The last [...]]]></description>
			<content:encoded><![CDATA[<p>Today is a very special day for me: I&#8217;m releasing my Flash CMS after years of development and refinements. <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  At the moment and in the next view weeks I will be working on the documentations and tutorials. But I decided it is time to release the CMS, as it is finished and working. The last view weeks I concentrated on setting up a <a href="http://www.flashcmsframework.com/demosite/">demosite</a> that covers all aspects of the Flash CMS. The complete source is also in the zip when you download the CMS framework, so it is a good point to start exploring. Because there is still a lot I will have to explain and document, you can now <a href="http://www.flashcmsframework.com/get-flash-cms/">download and play around with the framework</a>. Maybe with some more input I know which parts are more important to cover in a tutorial than others. Just give me your feedback!<span id="more-385"></span></p>
<p>Have a look at <a href="http://www.flashcmsframework.com/downloads/flash_cms_docu_steps.pdf">this PDF</a>, it shows the concept of the Flash CMS:</p>
<p><a href="http://www.flashcmsframework.com/downloads/flash_cms_docu_steps.pdf"><img class="alignnone size-full wp-image-386" title="overview_1" src="http://www.flashcmsframework.com/wp-content/uploads/overview_1.jpg" alt="overview_1" width="595" height="446" /></a></p>
<p>Don&#8217;t get scared off by <a href="http://www.flashcmsframework.com/downloads/turtlebite_technical_overview.pdf">this PDF</a>, I just try to visualize where the XML/PHP files etc. appear in the CMS:</p>
<p><a href="http://www.flashcmsframework.com/downloads/turtlebite_technical_overview.pdf"><img class="alignnone size-full wp-image-387" title="turtlebite_technical_overview" src="http://www.flashcmsframework.com/wp-content/uploads/turtlebite_technical_overview.jpg" alt="turtlebite_technical_overview" width="595" height="423" /></a></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-v466-released/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-v466-released/&amp;title=Flash+CMS+v4.66+released%21" 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-v466-released/&amp;title=Flash+CMS+v4.66+released%21" 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-v466-released/&amp;title=Flash+CMS+v4.66+released%21&amp;desc=Today%20is%20a%20very%20special%20day%20for%20me%3A%20I%27m%20releasing%20my%20Flash%20CMS%20after%20years%20of%20development%20and%20refinements.%20%3A-%29%20At%20the%20moment%20and%20in%20the%20next%20view%20weeks%20I%20will%20be%20working%20on%20the%20documentations%20and%20tutorials.%20But%20I%20decided%20it%20is%20time%20to%20release%20the%20CMS%2C%20as%20it%20is%20finished%20and%20working.%20The%20last%20view%20wee" 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-v466-released/&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-v466-released/&amp;bm_description=Flash+CMS+v4.66+released%21&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-v466-released/&amp;title=Flash+CMS+v4.66+released%21" 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-v466-released/&amp;title=Flash+CMS+v4.66+released%21" 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-v466-released/&amp;title=Flash+CMS+v4.66+released%21" 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-v466-released/" 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+v4.66+released%21+-+http://b2l.me/afujke&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-v466-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to use the Flash CMS for a Picture Gallery</title>
		<link>http://blog.turtlebite.com/how-to-use-the-flash-cms-for-a-picture-gallery/</link>
		<comments>http://blog.turtlebite.com/how-to-use-the-flash-cms-for-a-picture-gallery/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 17:49:48 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Flash CMS]]></category>
		<category><![CDATA[as3 cms]]></category>
		<category><![CDATA[flash gallery]]></category>

		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=307</guid>
		<description><![CDATA[I&#8217;ve produced a little video showing how the CMS can easely be used to feed a gallery. Normally, when the slot data is loaded from the DB, the slots and there contents are placed at there positions. That&#8217;s fine if you want it as it is. In the case of this gallery, I want the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve produced a little video showing how the CMS can easely be used to feed a gallery. Normally, when the slot data is loaded from the DB, the slots and there contents are placed at there positions. <span id="more-307"></span>That&#8217;s fine if you want it as it is. In the case of this gallery, I want the CMS user to be able to upload pictures, sort them and enter some text for each picture. Later on the site, I hijack the events when the slots are loaded, and do what I want with the data that is returned. In this case, build a gallery.</p>
<p>BTW, I will release this gallery class for free in the near future. <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><span class="youtube">
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/ETmwERvRSec&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/ETmwERvRSec&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=ETmwERvRSec">www.youtube.com/watch?v=ETmwERvRSec</a></p></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/how-to-use-the-flash-cms-for-a-picture-gallery/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/how-to-use-the-flash-cms-for-a-picture-gallery/&amp;title=How+to+use+the+Flash+CMS+for+a+Picture+Gallery" 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/how-to-use-the-flash-cms-for-a-picture-gallery/&amp;title=How+to+use+the+Flash+CMS+for+a+Picture+Gallery" 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/how-to-use-the-flash-cms-for-a-picture-gallery/&amp;title=How+to+use+the+Flash+CMS+for+a+Picture+Gallery&amp;desc=I%27ve%20produced%20a%20little%20video%20showing%20how%20the%20CMS%20can%20easely%20be%20used%20to%20feed%20a%20gallery.%20Normally%2C%20when%20the%20slot%20data%20is%20loaded%20from%20the%20DB%2C%20the%20slots%20and%20there%20contents%20are%20placed%20at%20there%20positions.%20That%27s%20fine%20if%20you%20want%20it%20as%20it%20is.%20In%20the%20case%20of%20this%20gallery%2C%20I%20want%20the%20CMS%20user%20to%20be%20able%20to%20u" 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/how-to-use-the-flash-cms-for-a-picture-gallery/&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/how-to-use-the-flash-cms-for-a-picture-gallery/&amp;bm_description=How+to+use+the+Flash+CMS+for+a+Picture+Gallery&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/how-to-use-the-flash-cms-for-a-picture-gallery/&amp;title=How+to+use+the+Flash+CMS+for+a+Picture+Gallery" 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/how-to-use-the-flash-cms-for-a-picture-gallery/&amp;title=How+to+use+the+Flash+CMS+for+a+Picture+Gallery" 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/how-to-use-the-flash-cms-for-a-picture-gallery/&amp;title=How+to+use+the+Flash+CMS+for+a+Picture+Gallery" 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/how-to-use-the-flash-cms-for-a-picture-gallery/" 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=How+to+use+the+Flash+CMS+for+a+Picture+Gallery+-+http://b2l.me/afujj6&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/how-to-use-the-flash-cms-for-a-picture-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

