<?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; Fleb Framework</title>
	<atom:link href="http://blog.turtlebite.com/tag/fleb-framework/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>Wed, 04 Aug 2010 09:45:02 +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 Framework version 1.1: Improved Express Install Procedure and more</title>
		<link>http://blog.turtlebite.com/fleb-framework-version-1-1-improved-express-install-procedure/</link>
		<comments>http://blog.turtlebite.com/fleb-framework-version-1-1-improved-express-install-procedure/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 13:40:03 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Flash SEO]]></category>
		<category><![CDATA[Fleb Framework]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[expressinstall]]></category>
		<category><![CDATA[flash framework]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[swfaddress]]></category>
		<category><![CDATA[swfobject]]></category>

		<guid isPermaLink="false">http://blog.flashcmsframework.com/fleb-framework-version-1-1-improved-express-install-procedure/</guid>
		<description><![CDATA[A special thank to Niklas Hallgren who brought this issue up. I must admit I have not covered the case when a user actually has the flash plugin installed, but it is outdated and the express install is started. If he clicks &#8220;Yes&#8221;, the flash plugin will be installed and everything is fine: the user [...]]]></description>
			<content:encoded><![CDATA[<p>A special thank to <a href="http://www.widecircle.se">Niklas Hallgren</a> who brought this issue up. I must admit I have not covered the case when a user actually has the flash plugin installed, but it is outdated and the express install is started. If he clicks &#8220;Yes&#8221;, the flash plugin will be installed and everything is fine: the user will see the flash version of the website after installation is complete. This is where I stopped thinking about it any further. <strong>But what if the user aborts the express install by clicking &#8220;No&#8221;? </strong>For example, if the user is not allowed to upgrade and has to stick to the installed flash player version on his computer.</p>
<p>Unfortunatly when the users aborts the express install he will end up with a blank screen. Even if the user was shown the no javascript alternative content we would run into problems because of SWFAddress, which would again start the express install at the time of the next click in the navigation menu. For Fleb, this needed some rethinking.</p>
<p><strong>SWFObject 2.1 together with SWFAddress 2.3</strong><br />
At first I wanted to upgrade to the newest SWFObject 2.2, but I ran into 2 problems. First, when I have SWFObject 2.2 installed, when I test in Firefox (3.0.13 and 3.5.2) on the PC I get a blank screen and an error in firebug: &#8220;<em>Error calling method on NPObject</em>&#8220;. So I switched back to SWFObject 2.1, which I have not encountered any problems on the tested browsers. And there is even another issue: The combination of SFWObject 2.2 and SWFAddress 2.3 causes FlashVars to be NULL. <a href="http://code.google.com/p/swfobject/issues/detail?id=338#c0">Read this for more info about this issue.</a> Conclusion for the time being: I will stick to SWFObject 2.1 and SWFAddress 2.3.</p>
<p><strong>expressInstall.swf changed to flebExpressInstall.swf</strong><br />
Here is what I did: In expressInstall.as I changed the function <em>installStatus</em> like this:</p>
<pre class="brush: php;">

function installStatus(statusValue) {
switch (statusValue) {
case &quot;Download.Complete&quot;:
// Installation is complete.
break;
case &quot;Download.Cancelled&quot;:
getURL(baseURL+&quot;/noflash.php&quot;);
break;
case &quot;Download.Failed&quot;:
getURL(baseURL+&quot;/noflash.php&quot;);
break;
}
}
</pre>
<p>If the user hits &#8220;No&#8221;, he will be rerouted to &#8220;noflash.php&#8221;, which is in fact the same page as index.php, but without SWFAddress. See the graphic below.</p>
<p><img class="alignnone size-full wp-image-649" title="cancelling_flash_player_expressinstall" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/08/cancelling_flash_player_expressinstall.jpg" alt="cancelling_flash_player_expressinstall" width="595" height="500" /></p>
<p>This page is not linked to from anywhere and has the metatags &#8220;noindex, nofollow&#8221;, so the search engines should not index it. This page is only for the user to have at least something if he cannot upgrade to the needed flash player. At the same time this is a great way to show your clients the NO FLASH version of their new flash website, without having them deactivate javascript (which they normally don&#8217;t have a clue how to do it&#8230; <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
<p><strong>robots.txt</strong><br />
In this release version 1.1 of Fleb I also have added a robots.txt file, to prevent the search engines from indexing certain files. For example SWFs. <a href="http://www.asual.com/blog/swfaddress/2008/11/25/swfaddress-and-robots-txt.html">Read this post for more info about SWFAddress and robots.txt</a>.<br />
Here is what it looks like:</p>
<pre class="brush: php;">
User-agent: *
Disallow: /base.swf
Disallow: /main.swf
Disallow: /noflash.php
Disallow: /structure.xml
Disallow: /structure.php
Disallow: /content_source/
Disallow: /content_swf/
</pre>
<p><strong>More improvements</strong><br />
Because there are now two php files that use the same info texts (<em>index.php</em> and <em>noflash.php</em>) I didn&#8217;t want to have redundant data, so I have created a new file named &#8220;<em>noflash_text.php</em>&#8221; with those pieces of text. Just have a look at it to see what I mean.</p>
<p><strong>Making things variable</strong><br />
I took everything out of <em>index.php</em> that you had to set (e.g. flash version, background color) and placed it in structure.xml. Now you don&#8217;t have to touch the index.php file anymore, it&#8217;s all variable and defined in <em>structure.xml</em>. In the download files I have also added a<em> structure.xml</em> file that contains only one language, for you to compare.</p>
<p><strong>Removed code from Main.as</strong><br />
I have placed all code for language handling in the navigationManager2 class, now Main.as is much clearer. The code that is left there has to be there. I mean, I could take even more code out and place it in seperate classes, but that would probably get in the way of your coding style. I want the Fleb Framework to remain as clear as possible. I have put a lot of comments in Main.as to explain every step. Please let me know if you have problems or suggestions.</p>
<p><a href="http://www.flashcmsframework.com/docs/doku.php?id=fleb-framework-download">You can download the Fleb Framework here.</a></p>
<p>Cheers,<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-framework-version-1-1-improved-express-install-procedure/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-framework-version-1-1-improved-express-install-procedure/&amp;title=Fleb+Framework+version+1.1%3A+Improved+Express+Install+Procedure+and+more" 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-framework-version-1-1-improved-express-install-procedure/&amp;title=Fleb+Framework+version+1.1%3A+Improved+Express+Install+Procedure+and+more" 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-framework-version-1-1-improved-express-install-procedure/&amp;title=Fleb+Framework+version+1.1%3A+Improved+Express+Install+Procedure+and+more&amp;desc=A%20special%20thank%20to%20Niklas%20Hallgren%20who%20brought%20this%20issue%20up.%20I%20must%20admit%20I%20have%20not%20covered%20the%20case%20when%20a%20user%20actually%20has%20the%20flash%20plugin%20installed%2C%20but%20it%20is%20outdated%20and%20the%20express%20install%20is%20started.%20If%20he%20clicks%20%22Yes%22%2C%20the%20flash%20plugin%20will%20be%20installed%20and%20everything%20is%20fine%3A%20the%20user%20w" 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-framework-version-1-1-improved-express-install-procedure/&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-framework-version-1-1-improved-express-install-procedure/&amp;bm_description=Fleb+Framework+version+1.1%3A+Improved+Express+Install+Procedure+and+more&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-framework-version-1-1-improved-express-install-procedure/&amp;title=Fleb+Framework+version+1.1%3A+Improved+Express+Install+Procedure+and+more" 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-framework-version-1-1-improved-express-install-procedure/&amp;title=Fleb+Framework+version+1.1%3A+Improved+Express+Install+Procedure+and+more" 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-framework-version-1-1-improved-express-install-procedure/&amp;title=Fleb+Framework+version+1.1%3A+Improved+Express+Install+Procedure+and+more" 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-framework-version-1-1-improved-express-install-procedure/" 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+Framework+version+1.1%3A+Improved+Express+Install+Procedure+and+more+-+http://b2l.me/aft79f&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-framework-version-1-1-improved-express-install-procedure/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Fleb Framework 1.0 released!</title>
		<link>http://blog.turtlebite.com/fleb-framework-1-0-released/</link>
		<comments>http://blog.turtlebite.com/fleb-framework-1-0-released/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 14:25:42 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Flash SEO]]></category>
		<category><![CDATA[Fleb Framework]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash framework]]></category>
		<category><![CDATA[flash navigation]]></category>
		<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[swfaddress]]></category>

		<guid isPermaLink="false">http://blog.flashcmsframework.com/?p=610</guid>
		<description><![CDATA[Ok, it&#8217;s ready for release. You can download the framework here. What is the Fleb Framework and who needs it? It&#8217;s an open source front-end framework for AS3 to help you build pure flash websites with full SEO support. It is based on the Global Navigation for Flash and the SWFAddress SEO Solution. You define [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, it&#8217;s ready for release. <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  You can <a href="http://www.flashcmsframework.com/docs/doku.php?id=fleb-framework-download">download the framework here</a>.</p>
<p><strong>What is the Fleb Framework and who needs it?</strong><br />
It&#8217;s an open source front-end framework for AS3 to help you build pure flash websites with full SEO support. It is based on the <a href="http://blog.flashcmsframework.com/global-navigation-showcase/">Global Navigation for Flash</a> and the <a href="http://www.asual.com/swfaddress/">SWFAddress SEO Solution</a>. You define the whole structure of the website (navigation, title, description, keywords, assets etc.) in an <a href="http://www.flashcmsframework.com/flebsitedemo/structure.xml">XML file</a> which is parsed by your SWF files for your flash site and PHP files for the no-javascript SEO version of your site.</p>
<p><strong>What does &#8220;Fleb&#8221; stand for?</strong><br />
Very simple: It is just a short form of &#8220;flash web&#8221; -&gt; &#8220;fleb&#8221;. I prefer to build flebsites now&#8230; <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>Concentrate on Flash</strong><br />
All is done automatically: You don&#8217;t have to think about the layout of the no-javascript website any longer, just concentrate on the content, keywords and description in your <a href="http://www.flashcmsframework.com/flebsitedemo/structure.xml">structure.xml</a> file. By using the global navigation you can create almost any navigation setup you can think of. <a href="http://www.flashcmsframework.com/docs/doku.php?id=global-navigation2-examples">Check it out.</a></p>
<p><strong>Test it!</strong><br />
Let me demonstrate it. <a href="http://www.flashcmsframework.com/flebsitedemo/">Start the Fleb Demosite</a>. Navigate through the site and observe the address bar. Also use the browser back/forward buttons. At any point, reload the site to see how deeplinking is working. Speaking of deeplinking, try this: Add some additional parameters to the url, for example like so:</p>
<p>http://www.flashcmsframework.com/flebsitedemo/#/en/products/ultra-power/<strong>1/2/3/</p>
<p><img class="size-full wp-image-612 alignnone" title="fleb-flash-framework-deeplinks" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/08/fleb-flash-framework-deeplinks.jpg" alt="fleb-flash-framework-deeplinks" width="595" height="135" /><br />
</strong><br />
As you can see the parameters are split into an array. Whenever there are parameters in the URL an event is dispatch which you can listen to from anywhere and react accordingly.</p>
<p><strong>SEO, please!</strong><br />
Now comes the interesting part: Turn off JavaScript to see what the search engines get.<br />
<img class="alignnone size-full wp-image-616" title="fleb-flash-framework-no-javascript" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/08/fleb-flash-framework-no-javascript.jpg" alt="fleb-flash-framework-no-javascript" width="595" height="266" /><br />
The navigation is created automatically by parsing the <a href="http://www.flashcmsframework.com/flebsitedemo/structure.xml">same XML file that is used for your flebsite (structure.xml).</a> You can easily adjust the colors of the sidebar, header, content background etc. in a separate css file, if needed. But remember, this no javascript version will almost no one ever see! <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Please navigate around and watch the address bar. As you can see, the &#8220;#&#8221; has gone, you have clean URLs for the search engines. Also look at the source text of the website to see the content of the metatags &#8220;keywords&#8221; and &#8220;description&#8221;. Now turn javascript back on and reload. SWFAddress will automatically insert a &#8220;#&#8221; and you will be taken to the right location inside your flash website.<br />
<strong> </strong></p>
<p><img class="size-full wp-image-615 alignnone" title="fleb-overview-2" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/08/fleb-overview-2.jpg" alt="fleb-overview-2" width="595" height="331" /></p>
<p>Since my <a href="http://blog.flashcmsframework.com/introducing-the-fleb-framework/">last post</a> about the fleb framework I have merged the 2 PHP files &#8220;seonavig.php&#8221; and &#8220;datasource.php&#8221; into one file, &#8220;structure.php&#8221; to make it easier. <a href="http://www.flashcmsframework.com/docs/doku.php?id=fleb-framework-overview">Please visit the docs for an in-depth explanation of each file</a>.<strong><br />
</strong></p>
<p><strong>Open and very flexible</strong><br />
Besides the use of the Global Navigation you are completely free how you create/code your site. The Fleb Demosite (included in the <a href="http://www.flashcmsframework.com/docs/doku.php?id=fleb-framework-download">download</a>) is just a suggestion and shows the way I use to create websites. The main part of your code will be in main.swf. This is the place where the navigation and SWFAddress are initialized and where the loading/unloading of content is organized. Anyway, there are some techniques and classes involved I like to explain. Remember, it&#8217;s up to you if you use these or any other solutions.</p>
<p><strong>Debugging</strong><br />
I use one of these 3 debugger solutions. Each one has its advantages.<br />
<a href="http://blog.hexagonstar.com/alcon/">Alcon</a><br />
<a href="http://arthropod.stopp.se/">Arthropod</a><br />
<a href="http://demonsterdebugger.com/">DeMonster</a></p>
<p><strong>Global event handling &amp; global variables</strong><br />
Some time ago I discovered <a href="http://www.reynaldocolumna.com/blog/archives/event-control-system">this post by Reyco1<strong> </strong></a> about a centralized event system. This is very useful for events that need to be used all over your project. For example, in Fleb there are 3 of those &#8220;global&#8221; events: onDeeplink, onLanguageChange, onStageResize. These event classes are included in Fleb. Based on this concept I have created a very simple class called VarCentral, which is a singleton that stores any variable you can globally access from anywhere in your project (an object, for example):</p>
<pre class="brush: php;"> VarCentral.getInstance().vars.hello = {a:1, b:2}</pre>
<p><strong>Loading assets</strong><br />
For simple cases, I use a slightly enhanced class  found in <a href="http://www.moock.org/">Colin Moock&#8217;s Book &#8220;Essential Actionscript 3&#8243;</a>, LoadChildAsset. That is okay for most of my needs. If you need a more sophisticated class, you have to check out the <a href="http://www.stimuli.com.br/trane/2007/nov/25/loading-reloaded/">BulkLoader from Arthur Debert</a>. It&#8217;s awesome!<br />
And this also looks very promising (though I have not used it yet): <a href="http://code.google.com/p/queueloader-as3/">Queueloader by Donovan Adams</a>.</p>
<p><strong>Browser window resizing</strong><br />
If I need a script that resizes my flash movie automatically if the browser window size changes, i use <a href="http://swffit.millermedeiros.com/">swffit</a>.</p>
<p><strong>Tweening</strong><br />
<a href="http://blog.greensock.com/tweenmaxas3/">TweenLite/Tweenmax</a><br />
<a href="http://goasap.org/">GO</a><br />
<a href="http://desuade.com/dmp">Desuade Motion Package</a> (not really tested yet, it&#8217;s quite new but looks very promising)</p>
<p>Cheers!<br />
Christian</p>
<p><strong><br />
</strong></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-framework-1-0-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/fleb-framework-1-0-released/&amp;title=Fleb+Framework+1.0+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/fleb-framework-1-0-released/&amp;title=Fleb+Framework+1.0+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/fleb-framework-1-0-released/&amp;title=Fleb+Framework+1.0+released%21&amp;desc=Ok%2C%20it%27s%20ready%20for%20release.%20%3A-%29%20You%20can%20download%20the%20framework%20here.%0D%0A%0D%0AWhat%20is%20the%20Fleb%20Framework%20and%20who%20needs%20it%3F%0D%0AIt%27s%20an%20open%20source%20front-end%20framework%20for%20AS3%20to%20help%20you%20build%20pure%20flash%20websites%20with%20full%20SEO%20support.%20It%20is%20based%20on%20the%20Global%20Navigation%20for%20Flash%20and%20the%20SWFAddress%20SEO%20Sol" 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-framework-1-0-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/fleb-framework-1-0-released/&amp;bm_description=Fleb+Framework+1.0+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/fleb-framework-1-0-released/&amp;title=Fleb+Framework+1.0+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/fleb-framework-1-0-released/&amp;title=Fleb+Framework+1.0+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/fleb-framework-1-0-released/&amp;title=Fleb+Framework+1.0+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/fleb-framework-1-0-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=Fleb+Framework+1.0+released%21+-+http://b2l.me/afrdvf&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-framework-1-0-released/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Global Navigation version 2.00 released</title>
		<link>http://blog.turtlebite.com/global-navigation-version-2-00-released/</link>
		<comments>http://blog.turtlebite.com/global-navigation-version-2-00-released/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 19:37:45 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Fleb Framework]]></category>

		<guid isPermaLink="false">http://blog.flashcmsframework.com/?p=520</guid>
		<description><![CDATA[This is an exciting update, because it makes things easier. From now on you don&#8217;t have to think about button IDs anymore. Remember, up to now you had to name the buttons carefully in the correct manner: b0, b1, b2 etc. for the first level, then b1_0, b1_1, b1_2 and so on for the sub [...]]]></description>
			<content:encoded><![CDATA[<p>This is an exciting update, because it makes things easier. From now on you don&#8217;t have to think about button IDs anymore. Remember, up to now you had to name the buttons carefully in the correct manner: b0, b1, b2 etc. for the first level, then b1_0, b1_1, b1_2 and so on for the sub navigation of b1 etc. This is now handled automatically, so you can move nodes around in the xml file without having to rearrange the button IDs. At the same time I have taken out the global navigation of the Gaia site.xml. That way the xml file gets clearer. Because the btnIDs are gone, there is a new xml attribute &#8220;id&#8221; in the global navigation xml file. That is also the link to the Gaia site.xml: Just use for the button IDs the page IDs of the Gaia site.xml and the two files are linked.</p>
<p>Check out the following 3 screenshots.:</p>
<p><strong>Global Navigation XML + Gaia site XML together in one file</strong></p>
<p><img class="alignnone size-full wp-image-522" title="gaia_globnav_mixed" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/07/gaia_globnav_mixed1.jpg" alt="gaia_globnav_mixed" width="593" height="133" /></p>
<p>As you can see, this is how it used to be up to now (Global Navigation version 1.57a). The attributes of both Gaia and Global Navigation together in one file.<span id="more-520"></span></p>
<p><strong>Gaia site.xml without Global Navigation</strong></p>
<p><img class="alignnone size-full wp-image-523" title="xml_gaia_site" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/07/xml_gaia_site.jpg" alt="xml_gaia_site" width="595" height="129" /></p>
<p>This is the normal Gaia site.xml without the Global Navigation.</p>
<p><strong>The new Global Navigation XML source file</strong></p>
<p><img class="alignnone size-full wp-image-524" title="xml_global_nav" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/07/xml_global_nav.jpg" alt="xml_global_nav" width="595" height="127" /></p>
<p>This is the new Global Navigation navig.xml file. Yellow marked you can see that the new attribute &#8220;id&#8221; is the same as the page IDs of the Gaia site.xml above. The root node can be of any name, but the &#8220;navigation&#8221; and &#8220;button&#8221; nodes have to be named like that.</p>
<p><strong>Ok, but what is so exciting about this?<br />
</strong></p>
<p>The fact that you don&#8217;t have to handle the button IDs by yourself is one thing, the other is that this is one of the last pieces of my own Flash Website Framework called &#8220;FLEB&#8221; which is based on the Global Navigation. One of the key features of this framework is SEO. Stay tuned!</p>
<p>Visit the docs to <a href="http://www.flashcmsframework.com/docs/doku.php?id=global_navigation_download">download the source files and classes</a>.</p>
<p>.<strong><br />
</strong></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/global-navigation-version-2-00-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/global-navigation-version-2-00-released/&amp;title=Global+Navigation+version+2.00+released" 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/global-navigation-version-2-00-released/&amp;title=Global+Navigation+version+2.00+released" 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/global-navigation-version-2-00-released/&amp;title=Global+Navigation+version+2.00+released&amp;desc=This%20is%20an%20exciting%20update%2C%20because%20it%20makes%20things%20easier.%20From%20now%20on%20you%20don%27t%20have%20to%20think%20about%20button%20IDs%20anymore.%20Remember%2C%20up%20to%20now%20you%20had%20to%20name%20the%20buttons%20carefully%20in%20the%20correct%20manner%3A%20b0%2C%20b1%2C%20b2%20etc.%20for%20the%20first%20level%2C%20then%20b1_0%2C%20b1_1%2C%20b1_2%20and%20so%20on%20for%20the%20sub%20navigation%20of%20b1" 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/global-navigation-version-2-00-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/global-navigation-version-2-00-released/&amp;bm_description=Global+Navigation+version+2.00+released&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/global-navigation-version-2-00-released/&amp;title=Global+Navigation+version+2.00+released" 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/global-navigation-version-2-00-released/&amp;title=Global+Navigation+version+2.00+released" 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/global-navigation-version-2-00-released/&amp;title=Global+Navigation+version+2.00+released" 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/global-navigation-version-2-00-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=Global+Navigation+version+2.00+released+-+http://b2l.me/afrrwf&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/global-navigation-version-2-00-released/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Multipage printing class for AS3</title>
		<link>http://blog.turtlebite.com/multipage-printing-class-for-as3/</link>
		<comments>http://blog.turtlebite.com/multipage-printing-class-for-as3/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 14:26:34 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Utilities & Tips]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Fleb Framework]]></category>
		<category><![CDATA[multipage]]></category>
		<category><![CDATA[print class]]></category>
		<category><![CDATA[printjob]]></category>

		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=409</guid>
		<description><![CDATA[A little off topic, but it is something I have been in need of for a long time: multipage printing. I&#8217;ve been searching  to find a class for AS3 that does this, but I have only found instructions and basic explanations on how to use the printjob class of AS3. So I used to tell [...]]]></description>
			<content:encoded><![CDATA[<p>A little off topic, but it is something I have been in need of for a long time: multipage printing. I&#8217;ve been searching  to find a class for AS3 that does this, but I have only found instructions and basic explanations on how to use the printjob class of AS3. So I used to tell my clients, uuh, printing is quite difficult in flash and they were always brave and I could skip it. But it has become more and more demanded and so I have created my own class. You can download it for free. Any feedback is highly appreciated! <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <span id="more-409"></span></p>
<h5>How does it work?</h5>
<p>It takes the content (movieclip or sprite), resizes it (keeping its aspect ratio) so that the width fits to the width of the selected paper format (landscape or portrait) and calculates the number of pages.</p>
<p><img class="alignnone size-full wp-image-411" title="Multipage print class AS3" src="http://www.flashcmsframework.com/wp-content/uploads/overview1.jpg" alt="Multipage print class AS3" width="595" height="500" /></p>
<h5>Try it out in the SWF below:</h5>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_print_1224344797"
			class="flashmovie"
			width="595"
			height="500">
	<param name="movie" value="http://blog.turtlebite.com/wp-content/data/as3_print/print.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://blog.turtlebite.com/wp-content/data/as3_print/print.swf"
			name="fm_print_1224344797"
			width="595"
			height="500">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>You can find the <a href="http://www.turtlebite.com/docs/doku.php#multipage_printing">documentation and download of all source files here.</a></p>
<p><a href="http://www.turbohomepage.ch">Here is a real example</a> that makes use of the multipage printing class.</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/multipage-printing-class-for-as3/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/multipage-printing-class-for-as3/&amp;title=Multipage+printing+class+for+AS3" 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/multipage-printing-class-for-as3/&amp;title=Multipage+printing+class+for+AS3" 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/multipage-printing-class-for-as3/&amp;title=Multipage+printing+class+for+AS3&amp;desc=A%20little%20off%20topic%2C%20but%20it%20is%20something%20I%20have%20been%20in%20need%20of%20for%20a%20long%20time%3A%20multipage%20printing.%20I%27ve%20been%20searching%C2%A0%20to%20find%20a%20class%20for%20AS3%20that%20does%20this%2C%20but%20I%20have%20only%20found%20instructions%20and%20basic%20explanations%20on%20how%20to%20use%20the%20printjob%20class%20of%20AS3.%20So%20I%20used%20to%20tell%20my%20clients%2C%20uuh%2C%20prin" 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/multipage-printing-class-for-as3/&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/multipage-printing-class-for-as3/&amp;bm_description=Multipage+printing+class+for+AS3&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/multipage-printing-class-for-as3/&amp;title=Multipage+printing+class+for+AS3" 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/multipage-printing-class-for-as3/&amp;title=Multipage+printing+class+for+AS3" 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/multipage-printing-class-for-as3/&amp;title=Multipage+printing+class+for+AS3" 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/multipage-printing-class-for-as3/" 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=Multipage+printing+class+for+AS3+-+http://b2l.me/afuwx4&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/multipage-printing-class-for-as3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flash CMS: a quick walk-through</title>
		<link>http://blog.turtlebite.com/flash-cms-a-quick-walk-through/</link>
		<comments>http://blog.turtlebite.com/flash-cms-a-quick-walk-through/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 13:26:41 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Flash CMS]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Fleb Framework]]></category>

		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=295</guid>
		<description><![CDATA[It&#8217;s been a while again, times goes by like crazy&#8230; Well, I&#8217;ve done the english translation and I&#8217;m in the middle of setting up a complete demosite for the Turtlebite Flash CMS, where I will demonstrate all aspects of the Flash CMS. This demosite will be downloadable as well, so it will be much easier [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while again, times goes by like crazy&#8230; Well, I&#8217;ve done the english translation and I&#8217;m in the middle of setting up a complete demosite for the Turtlebite Flash CMS, where I will demonstrate all aspects of the Flash CMS. This demosite will be downloadable as well, so it will be much easier to get into the CMS by working through it.</p>
<p>I have created some pictures of the CMS when logged in. In these screenshots I gave everything a name. I will post more infos as time comes. And I will set up a structured documentation <a href="http://www.flashcmsframework.com/docs">here</a>.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-2-295">


	<!-- 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=2&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-21" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/flash-cms-loginscreen.jpg" title=" " class="shutterset_set_2" >
								<img title="flash-cms-loginscreen" alt="flash-cms-loginscreen" src="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/thumbs/thumbs_flash-cms-loginscreen.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-29" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/turtlebite-flash-cms.jpg" title=" " class="shutterset_set_2" >
								<img title="turtlebite-flash-cms" alt="turtlebite-flash-cms" src="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/thumbs/thumbs_turtlebite-flash-cms.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-22" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/flash-cms-menubar.jpg" title=" " class="shutterset_set_2" >
								<img title="flash-cms-menubar" alt="flash-cms-menubar" src="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/thumbs/thumbs_flash-cms-menubar.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-28" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/flash-cms-slots.jpg" title=" " class="shutterset_set_2" >
								<img title="flash-cms-slots" alt="flash-cms-slots" src="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/thumbs/thumbs_flash-cms-slots.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-27" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/flash-cms-slotmenu.jpg" title=" " class="shutterset_set_2" >
								<img title="flash-cms-slotmenu" alt="flash-cms-slotmenu" src="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/thumbs/thumbs_flash-cms-slotmenu.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-26" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/flash-cms-slot-navigator.jpg" title=" " class="shutterset_set_2" >
								<img title="flash-cms-slot-navigator" alt="flash-cms-slot-navigator" src="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/thumbs/thumbs_flash-cms-slot-navigator.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-20" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/flash-cms-content-version-manager.jpg" title=" " class="shutterset_set_2" >
								<img title="flash-cms-content-version-manager" alt="flash-cms-content-version-manager" src="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/thumbs/thumbs_flash-cms-content-version-manager.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-24" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/flash-cms-picture-selector.jpg" title=" " class="shutterset_set_2" >
								<img title="flash-cms-picture-selector" alt="flash-cms-picture-selector" src="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/thumbs/thumbs_flash-cms-picture-selector.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-23" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/flash-cms-picture-link.jpg" title=" " class="shutterset_set_2" >
								<img title="flash-cms-picture-link" alt="flash-cms-picture-link" src="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/thumbs/thumbs_flash-cms-picture-link.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-25" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/flash-cms-rich-text-editor.jpg" title=" " class="shutterset_set_2" >
								<img title="flash-cms-rich-text-editor" alt="flash-cms-rich-text-editor" src="http://blog.turtlebite.com/wp-content/gallery/flash-cms-name-elements/thumbs/thumbs_flash-cms-rich-text-editor.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>So, again: Thanks for the patience and stay tuned!<br />
Christian</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-a-quick-walk-through/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-a-quick-walk-through/&amp;title=Flash+CMS%3A+a+quick+walk-through" 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-a-quick-walk-through/&amp;title=Flash+CMS%3A+a+quick+walk-through" 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-a-quick-walk-through/&amp;title=Flash+CMS%3A+a+quick+walk-through&amp;desc=It%27s%20been%20a%20while%20again%2C%20times%20goes%20by%20like%20crazy...%20Well%2C%20I%27ve%20done%20the%20english%20translation%20and%20I%27m%20in%20the%20middle%20of%20setting%20up%20a%20complete%20demosite%20for%20the%20Turtlebite%20Flash%20CMS%2C%20where%20I%20will%20demonstrate%20all%20aspects%20of%20the%20Flash%20CMS.%20This%20demosite%20will%20be%20downloadable%20as%20well%2C%20so%20it%20will%20be%20much%20eas" 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-a-quick-walk-through/&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-a-quick-walk-through/&amp;bm_description=Flash+CMS%3A+a+quick+walk-through&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-a-quick-walk-through/&amp;title=Flash+CMS%3A+a+quick+walk-through" 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-a-quick-walk-through/&amp;title=Flash+CMS%3A+a+quick+walk-through" 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-a-quick-walk-through/&amp;title=Flash+CMS%3A+a+quick+walk-through" 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-a-quick-walk-through/" 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%3A+a+quick+walk-through+-+http://b2l.me/afra5m&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-a-quick-walk-through/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
