<?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; Global Navigation</title>
	<atom:link href="http://blog.turtlebite.com/tag/global-navigation/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>Flebsite launched: www.turtlebite.com</title>
		<link>http://blog.turtlebite.com/flebsite-launched-www-turtlebite-com/</link>
		<comments>http://blog.turtlebite.com/flebsite-launched-www-turtlebite-com/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 09:22:03 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Flash CMS]]></category>
		<category><![CDATA[Fleb Framework]]></category>
		<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[online xml editor]]></category>

		<guid isPermaLink="false">http://blog.turtlebite.com/?p=1067</guid>
		<description><![CDATA[I finally have launched a website on which I can show that I actually use all the stuff that I write about in this blog. I have also integrated my upcoming online xml editor, which is almost complete. Well, it actually is, but as usual I have to setup the documentation etc. But you can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.turtlebite.com"><img class="alignnone size-full wp-image-1069" title="turtlebite-flebsite" src="http://blog.turtlebite.com/wp-content/uploads/2010/10/turtlebite-flebsite1.jpg" alt="" width="595" height="473" /></a></p>
<p>I finally have <a href="http://www.turtlebite.com">launched a website</a> on which I can show that I actually use all the stuff that I write about in this blog. I have also integrated my upcoming online xml editor, which is almost complete. Well, it actually is, but as usual I have to setup the documentation etc. But you can already have a look and try out the basic functions: <a href="http://www.online-xml-editor.com">www.online-xml-editor.com</a> (User: demo, Pw: demo). For the menubar of the XML editor I used the <a href="http://blog.turtlebite.com/category/global-navigation/">global navigation</a>. As you can see, it is also very suitable to create application-like menus! <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>BTW: All content of the turtlebite.com flebsite is managed by the Turtlebite Flash CMS. Have a look at this video:<br />
<span class="youtube">
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/KQrFRPzPNCw&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=1s&amp;eurl=http://blog.turtlebite.com/&amp;feature=player_embedded" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/KQrFRPzPNCw&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=1s&amp;eurl=http://blog.turtlebite.com/&amp;feature=player_embedded" 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=KQrFRPzPNCw">www.youtube.com/watch?v=KQrFRPzPNCw</a></p></p>
<p><strong>Online XML Editor</strong><br />
I will write a special post for the XML editor itself soon!</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/flebsite-launched-www-turtlebite-com/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/flebsite-launched-www-turtlebite-com/&amp;title=Flebsite+launched%3A+www.turtlebite.com" 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/flebsite-launched-www-turtlebite-com/&amp;title=Flebsite+launched%3A+www.turtlebite.com" 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/flebsite-launched-www-turtlebite-com/&amp;title=Flebsite+launched%3A+www.turtlebite.com&amp;desc=%0D%0A%0D%0AI%20finally%20have%20launched%20a%20website%20on%20which%20I%20can%20show%20that%20I%20actually%20use%20all%20the%20stuff%20that%20I%20write%20about%20in%20this%20blog.%20I%20have%20also%20integrated%20my%20upcoming%20online%20xml%20editor%2C%20which%20is%20almost%20complete.%20Well%2C%20it%20actually%20is%2C%20but%20as%20usual%20I%20have%20to%20setup%20the%20documentation%20etc.%20But%20you%20can%20already%20h" 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/flebsite-launched-www-turtlebite-com/&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/flebsite-launched-www-turtlebite-com/&amp;bm_description=Flebsite+launched%3A+www.turtlebite.com&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/flebsite-launched-www-turtlebite-com/&amp;title=Flebsite+launched%3A+www.turtlebite.com" 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/flebsite-launched-www-turtlebite-com/&amp;title=Flebsite+launched%3A+www.turtlebite.com" 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/flebsite-launched-www-turtlebite-com/&amp;title=Flebsite+launched%3A+www.turtlebite.com" 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/flebsite-launched-www-turtlebite-com/" 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=Flebsite+launched%3A+www.turtlebite.com+-+http://b2l.me/a27m83&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/flebsite-launched-www-turtlebite-com/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Showcase: Fleb Site + Flash CMS</title>
		<link>http://blog.turtlebite.com/showcase-fleb-site-flash-cms/</link>
		<comments>http://blog.turtlebite.com/showcase-fleb-site-flash-cms/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 12:19:48 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Flash CMS]]></category>
		<category><![CDATA[Fleb Framework]]></category>
		<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[fleb]]></category>

		<guid isPermaLink="false">http://blog.flashcmsframework.com/?p=964</guid>
		<description><![CDATA[In a previous post I was talking about a site I was working on, which required an update in the Turtlebite Flash CMS to handle cyrillic fonts. I have almost finished that site (the picture galleries are still missing, because there are no pictures yet. It will be integrated by the end of may.) This [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://blog.flashcmsframework.com/flash-cms-v4-71-character-encoding-problems-fixed/">a previous post</a> I was talking about a <a href="http://www.russiabeats.com/3004">site I was working on</a>, which required an update in the Turtlebite Flash CMS to handle cyrillic fonts. I have almost finished that site (the picture galleries are still missing, because there are no pictures yet. It will be integrated by the end of may.)</p>
<p>This site was built with the Fleb Framework and the client can upload files and edit every line of text. This was especially useful because I&#8217;m not really an expert in the russian language&#8230;</p>
<p><a href="http://www.russiabeats.com/3004"><img class="alignnone size-full wp-image-965" title="russiabeats fleb framework flash cms" src="http://blog.flashcmsframework.com/wp-content/uploads/2010/04/russiabeats.jpg" alt="russiabeats fleb site flash cms" width="595" height="414" /><br />
</a><a href="http://www.russiabeats.com/3004">www.russiabeats.com</a></p>
<p><strong>Managing table reservation<br />
<span style="font-weight: normal;">The Turtlebite Flash CMS Framework is also used to manage the table reservation of the website.<br />
<a href="http://www.russiabeats.com/#/de/locations/saturday-22-05-2010/">Visit this link to see the front end of it.</a></span></strong><br />
<img class="alignnone size-full wp-image-970" title="russiabeats_flash_cms_table_reservation" src="http://blog.flashcmsframework.com/wp-content/uploads/2010/04/russiabeats_flash_cms_table_reservation.jpg" alt="russiabeats_flash_cms_table_reservation" width="595" height="412" /></p>
<p>I&#8217;m constantly improving the Flash CMS. At the moment I&#8217;m working on an online XML editor.</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/showcase-fleb-site-flash-cms/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/showcase-fleb-site-flash-cms/&amp;title=Showcase%3A+Fleb+Site+%2B+Flash+CMS" 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/showcase-fleb-site-flash-cms/&amp;title=Showcase%3A+Fleb+Site+%2B+Flash+CMS" 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/showcase-fleb-site-flash-cms/&amp;title=Showcase%3A+Fleb+Site+%2B+Flash+CMS&amp;desc=In%20a%20previous%20post%20I%20was%20talking%20about%20a%20site%20I%20was%20working%20on%2C%20which%20required%20an%20update%20in%20the%20Turtlebite%20Flash%20CMS%20to%20handle%20cyrillic%20fonts.%20I%20have%20almost%20finished%20that%20site%20%28the%20picture%20galleries%20are%20still%20missing%2C%20because%20there%20are%20no%20pictures%20yet.%20It%20will%20be%20integrated%20by%20the%20end%20of%20may.%29%0D%0A%0D%0ATh" 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/showcase-fleb-site-flash-cms/&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/showcase-fleb-site-flash-cms/&amp;bm_description=Showcase%3A+Fleb+Site+%2B+Flash+CMS&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/showcase-fleb-site-flash-cms/&amp;title=Showcase%3A+Fleb+Site+%2B+Flash+CMS" 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/showcase-fleb-site-flash-cms/&amp;title=Showcase%3A+Fleb+Site+%2B+Flash+CMS" 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/showcase-fleb-site-flash-cms/&amp;title=Showcase%3A+Fleb+Site+%2B+Flash+CMS" 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/showcase-fleb-site-flash-cms/" 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=Showcase%3A+Fleb+Site+%2B+Flash+CMS+-+http://bit.ly/vwBxWL&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/showcase-fleb-site-flash-cms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fleb Framework v1.2: Dinner is served!</title>
		<link>http://blog.turtlebite.com/fleb-framework-v1-2-released/</link>
		<comments>http://blog.turtlebite.com/fleb-framework-v1-2-released/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 14:56:08 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Fleb Framework]]></category>
		<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[expressinstall]]></category>
		<category><![CDATA[Flash SEO]]></category>
		<category><![CDATA[swfaddress]]></category>
		<category><![CDATA[swfobject]]></category>

		<guid isPermaLink="false">http://blog.flashcmsframework.com/?p=889</guid>
		<description><![CDATA[It&#8217;s been a while since the release of Fleb v1.1. I&#8217;ve been using it ever since to build websites (here you can find some examples) and at the same time have improved it a lot. It is still the same, the PHP/CSS/HTML section has not changed a lot despite a few small improvements. What did [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-904" title="fleb-flash-website-opensource-framework" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/12/fleb-flash-website-opensource-framework.jpg" alt="fleb-flash-website-opensource-framework" width="180" height="130" />It&#8217;s been a while since the release of Fleb v1.1. I&#8217;ve been using it ever since to build websites (<a href="http://www.flashcmsframework.com/docs/fleb-framework-introduction#real-examples">here you can find some examples)</a> and at the same time have improved it a lot. It is still the same, the PHP/CSS/HTML section has not changed a lot despite a few small improvements. What did change are the classes: I have removed every line of code I could out of Main.as and Base.as which were disturbing the creative work, for example setting up SWFAddress, waiting for the global navigation to finish initialisation, handling the loading/unloading of content pages etc. This code is now placed in separate classes like Startup.as, Core.as, PageLoader.as in a package &#8220;net.kaegi.fleb&#8221;. You don&#8217;t have to think about these classes and can concentrate on the cool design of your flebsite! What else? Oh, and I have created a logo for the Fleb Framework. <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>But what the heck has &#8220;Dinner is served&#8221; to do with the Fl</strong><strong>eb Framework?</strong><br />
When I build a flebsite, I like to think of it as a table ready laid. If I want to have dinner, I will always find 3 things for sure: the table itself, a plate and some food on the plate. (Some of you might argue now that you can also eat on the floor without a plate, holding the food in your hands&#8230; Right. And you can also build websites by using SimpleText or Word&#8230; <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ) Okay, back to the point. Oh, I forgot two more things: the tablecloth or placemat and the menu card. But lets start with the table.<br />
<img class="alignnone size-full wp-image-909" title="fleb-flash-website-opensource-framework-v1.2-dinner-is-served" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/12/fleb-flash-website-opensource-framework-v1.2-dinner-is-served.jpg" alt="fleb-flash-website-opensource-framework-v1.2-dinner-is-served" width="595" height="351" /></p>
<p><strong>The table</strong><br />
Normally, you do not spend a thought about the table itself, but it is really important. If you remove it,  you will end up in a mess. It always has to be there, but once you have placed it somewhere in your house or flat, you probably will spend more time on the things you put on that table than the table itself. So to me as a flash website designer, I like to see the table as the necessary PHP/CSS/HTML/SEO construct I don&#8217;t want to care about every time I build a new flebsite.</p>
<p><strong>The tablecloth or placemat</strong><br />
For a decent dinner, before I put a plate on the table, I want to have a tablecloth or at least a placemat. To me, the tablecloth/placemat represents the basic settings of a flebsite: all the things that are most likely not going to change during a session, like the background image or color, a footer, a logo, a sound on/off switch etc. The tablecloth stands for a fullscreen flebsite, whereas the placemat represents a fixed size flebsite. The placemat, for example, may or may not be moved around with the plate, whereas the tablecloth will certainly stay in place when I scale the table (ups, sorry, I mean the browser window&#8230;)</p>
<p><strong>The plate and the food on it</strong><br />
The plate is the place where the action is happening: During a dinner, you may have a drink, followed by a salad or soup, then the main dishes and finally a dessert. The plate may or may not change for every course, but the food certainly does. You can share one plate for salad and soup (maybe you are having dinner at home and just don&#8217;t have more plates&#8230; <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ), while the main dishes are being served on different plates (even the shape and colors of the plates may change). The dessert will be served on a nice transparent glass plate.<br />
Think of the plate as your content page. The SWF displaying your data. The food is the actual data source. So you can have one plate that holds different food (the dynamically loaded content). If the food (the content) will be completely different (e.g. a change from a contact form to a gallery), than you might want to change the plate as well (the SWF). Than you have the cutlery that may or may not change with the plate: You can use the same fork for the salad and for the main dish. But you surely prefer a smaller spoon for the dessert than for the soup.</p>
<p><strong>Got the point? </strong><br />
While the table will not change at all and the tablecloth and placemat will remain the same during a &#8220;dinner session&#8221;, the plates, cutlery, glasses etc. will change, being moved around and emptied/filled up a lot.</p>
<p><strong>One more: the menu card</strong><br />
To make this metaphor complete I like to think of the global navigation as the menu card. When you hold it in your hands, it is floating above the table. In your mind you &#8220;navigate&#8221; through the dinner by selecting your food just like clicking on the buttons of a website.</p>
<p><strong>&#8230;and the last one: the waiter or &#8220;the brain&#8221;</strong><br />
Because I later refer to &#8220;the brain&#8221; when talking about &#8220;main.swf&#8221;, think of it as the person who knows everything about your dinner: the waiter. While your guests are the visitors of your flebsite, the waiter knows what to put on which plate, where to place it on the table, in which order the dishes have to be served, who has salad and who has the soup, who is vegetarian and has the risotto, when it is time to light the candles, clean up breadcrumbs, dim the lights, pump up the volume of the background music, help you with the chair if you need to go to the ladies&#8217;/men&#8217;s room, inform you about an incoming telephone call, when to ask you if the coffee may be served and so on&#8230;.</p>
<h2><strong><br />
Fleb Framework 1.2 </strong></h2>
<p><img class="alignnone size-full wp-image-906" title="fleb-flash-website-opensource-framework-overview" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/12/fleb-flash-website-opensource-framework-overview.jpg" alt="fleb-flash-website-opensource-framework-overview" width="595" height="638" /></p>
<p><strong>What&#8217;s new?</strong><br />
As written in the introduction, the whole framework has been cleaned up and restructured. Now there is much less code in main.as and you can concentrate on the design etc&#8230; As the Fleb Framework is based on the Global Navigation, I have moved the navigation settings into structure.xml. So now the whole website structure is defined in a central place.</p>
<p><strong>Flow</strong><br />
When base.swf (the &#8220;tablecloth/placemat&#8221;) is loaded, it starts loading main.swf (the &#8220;waiter&#8221; or &#8220;brain&#8221;). A preloader in base.swf shows the loading progress, main.swf will use 50% of the preloader bar. When main.swf is loaded, the navigation is initialised, which will use the other 50% of the preloader bar so it will reach 100% when main.swf and the navigation are completely initialised. Main.as will also create the pageHolder movieclip (the &#8220;plate&#8221;) and the navigationHolder movieclip (the &#8220;menu card&#8221;)</p>
<h2><strong> <span style="font-weight: normal;"><strong><br />
Examine the demosite</strong></span></strong></h2>
<p><strong><span style="font-weight: normal;"><strong><strong>Example 1: Landing on the homepage of the site<br />
<span style="font-weight: normal;">Launch the demosite: </span><span style="font-weight: normal;"><a href="http://www.turtlebite.com/flebsite_demo_v2" target="_blank">http://www.turtlebite.com/flebsite_demo_v2<br />
</a>As you can see, there is kind of an intro before the navigation is animated into place. Of course it is up to you to have an intro. This is just an example.</span></strong></strong></span></strong></p>
<p><strong>Example 2: Deeplinking</strong><br />
An intro is nice if the user enters the site via the homepage. But what about a deeplink?<br />
Try this:  <a href="http://www.turtlebite.com/flebsite_demo_v2/en/products/turbo-series" target="_blank">http://www.turtlebite.com/flebsite_demo_v2/en/products/turbo-series</a><br />
Now the user wants to get quickly to the content, so the intro is skipped.</p>
<p><strong>Example 3: Deeplinking with parameters</strong><br />
Maybe you have an image gallery on your site. You want to be able to deeplink to a specific image, but, because the gallery gets updated often, you cannot define all links in structure.xml. They need to be dynamic.<br />
Check this: <a href="http://www.turtlebite.com/flebsite_demo_v2/en/service/some/more/info" target="_blank">http://www.turtlebite.com/flebsite_demo_v2/en/service/some/more/info<br />
</a>The address defined in structure.xml is &#8220;/en/service/&#8221;. Everything which is beyond this scope will be stored in an array called deeplink. That way you can set up an event listener in your SWF and do whatever is needed, for example loading a certain image. This even works without flash, so you can catch the deeplink in your PHP file to feed the search engines:<br />
<a href="http://www.turtlebite.com/flebsite_demo_v2/noflash.php?swfaddress=/en/service/some/more/info" target="_blank">http://www.turtlebite.com/flebsite_demo_v2/noflash.php?swfaddress=/en/service/some/more/info<br />
</a><br />
<strong>Show your clients the &#8220;no flash&#8221; version</strong><br />
Maybe you&#8217;ve noticed the noflash.php part in the previous sample link above.<br />
Try this: <a href="http://www.turtlebite.com/flebsite_demo_v2/noflash.php" target="_blank">http://www.turtlebite.com/flebsite_demo_v2/noflash.php</a><br />
This is the site the user will see if he cancels the express install procedure. But at the same time it is really useful to easily show your clients the work &#8220;under the hood&#8221; without having them deactivate javascript.</p>
<p><strong>Transitioning pages</strong><br />
Launch the demosite: <a href="http://www.turtlebite.com/flebsite_demo_v2" target="_blank">http://www.turtlebite.com/flebsite_demo_v2</a>. If you navigate to &#8220;About us&#8221;, then &#8220;Service&#8221;, you see that the pages are just fading in and out. Now click on &#8220;Static content&#8221;. Here the previous page will not only fade out, but also move to the right, then there is a pause, just before the &#8220;static content&#8221; page slides in from the left.In fact it is very easy to set up different transitioning modes.</p>
<h2><strong> </strong></h2>
<p><strong>SWFObject 2.2 / 2.1</strong><br />
While using the new SWFAddress version 2.4, there are problems with SWFObject 2.2 when you cancel ExpressInstall in Firefox on PC: you will end up with a blank screen. This issue is not occuring with SWFObject 2.1, so I will continue using this version for the time being.</p>
<p><strong>How to start?<br />
<span style="font-weight: normal;"><a href="http://www.flashcmsframework.com/docs/fleb-framework-download">Download the Fleb Framework</a> from the download section. It also contains the complete source of the demosite. Dive into the files and <a href="http://www.flashcmsframework.com/docs/start#fleb-framework">visit the documentation</a>, I have spent some time updating it.</span></strong></p>
<p><strong><span style="font-weight: normal;">Update 9 december 2010: <a href="http://blog.turtlebite.com/fleb-2-0-the-flash-website-framework-has-grown-up/">Be sure to visit this post about version 2</a>!</span></strong></p>
<p><strong><span style="font-weight: normal;">Happy coding!<br />
Christian (the flebber&#8230;.;-)) </span></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-v1-2-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-v1-2-released/&amp;title=Fleb+Framework+v1.2%3A+Dinner+is+served%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-v1-2-released/&amp;title=Fleb+Framework+v1.2%3A+Dinner+is+served%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-v1-2-released/&amp;title=Fleb+Framework+v1.2%3A+Dinner+is+served%21&amp;desc=It%27s%20been%20a%20while%20since%20the%20release%20of%20Fleb%20v1.1.%20I%27ve%20been%20using%20it%20ever%20since%20to%20build%20websites%20%28here%20you%20can%20find%20some%20examples%29%20and%20at%20the%20same%20time%20have%20improved%20it%20a%20lot.%20It%20is%20still%20the%20same%2C%20the%20PHP%2FCSS%2FHTML%20section%20has%20not%20changed%20a%20lot%20despite%20a%20few%20small%20improvements.%20What%20did%20change%20are%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-framework-v1-2-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-v1-2-released/&amp;bm_description=Fleb+Framework+v1.2%3A+Dinner+is+served%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-v1-2-released/&amp;title=Fleb+Framework+v1.2%3A+Dinner+is+served%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-v1-2-released/&amp;title=Fleb+Framework+v1.2%3A+Dinner+is+served%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-v1-2-released/&amp;title=Fleb+Framework+v1.2%3A+Dinner+is+served%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-v1-2-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+v1.2%3A+Dinner+is+served%21+-+http://b2l.me/afqwz7&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-v1-2-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Global Navigation v2.10: suspend after initialisation</title>
		<link>http://blog.turtlebite.com/global-navigation-v2-10-suspend-after-initialisation/</link>
		<comments>http://blog.turtlebite.com/global-navigation-v2-10-suspend-after-initialisation/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 20:24:33 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://blog.flashcmsframework.com/?p=876</guid>
		<description><![CDATA[While working on the upcoming Fleb Framework release 1.2 I have made a small but quite useful update to the global navigation: It is now possible to suspend the navigation right after its initialisation just before it is transitioning in. This comes in very handy if you need to wait for an intro to finish [...]]]></description>
			<content:encoded><![CDATA[<p>While working on the upcoming Fleb Framework release 1.2 I have made a small but quite useful update to the global navigation: It is now possible to suspend the navigation right after its initialisation just before it is transitioning in. This comes in very handy if you need to wait for an intro to finish or some assets to be loaded, and you want to be sure the navigation is in place and ready.</p>
<p><a href="http://www.flashcmsframework.com/docs/doku.php?id=global-navigation2-examples">Test it here</a> (select example Nr. 16)</p>
<p>Visit the <a href="http://www.flashcmsframework.com/docs/doku.php?id=global_navigation_download">download section</a> and the <a href="http://www.flashcmsframework.com/docs/doku.php?id=global_navigation_changelog">changelog</a> for more details.</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/global-navigation-v2-10-suspend-after-initialisation/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-v2-10-suspend-after-initialisation/&amp;title=Global+Navigation+v2.10%3A+suspend+after+initialisation" 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-v2-10-suspend-after-initialisation/&amp;title=Global+Navigation+v2.10%3A+suspend+after+initialisation" 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-v2-10-suspend-after-initialisation/&amp;title=Global+Navigation+v2.10%3A+suspend+after+initialisation&amp;desc=While%20working%20on%20the%20upcoming%20Fleb%20Framework%20release%201.2%20I%20have%20made%20a%20small%20but%20quite%20useful%20update%20to%20the%20global%20navigation%3A%20It%20is%20now%20possible%20to%20suspend%20the%20navigation%20right%20after%20its%20initialisation%20just%20before%20it%20is%20transitioning%20in.%20This%20comes%20in%20very%20handy%20if%20you%20need%20to%20wait%20for%20an%20intro%20to%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/global-navigation-v2-10-suspend-after-initialisation/&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-v2-10-suspend-after-initialisation/&amp;bm_description=Global+Navigation+v2.10%3A+suspend+after+initialisation&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-v2-10-suspend-after-initialisation/&amp;title=Global+Navigation+v2.10%3A+suspend+after+initialisation" 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-v2-10-suspend-after-initialisation/&amp;title=Global+Navigation+v2.10%3A+suspend+after+initialisation" 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-v2-10-suspend-after-initialisation/&amp;title=Global+Navigation+v2.10%3A+suspend+after+initialisation" 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-v2-10-suspend-after-initialisation/" 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+v2.10%3A+suspend+after+initialisation+-+http://b2l.me/afqzjx&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-v2-10-suspend-after-initialisation/feed/</wfw:commentRss>
		<slash:comments>0</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[Fleb Framework]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash framework]]></category>
		<category><![CDATA[flash navigation]]></category>
		<category><![CDATA[Flash SEO]]></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>Minor Global Navigation update (v1.56)</title>
		<link>http://blog.turtlebite.com/minor-global-navigation-update-v156/</link>
		<comments>http://blog.turtlebite.com/minor-global-navigation-update-v156/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 08:16:29 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=401</guid>
		<description><![CDATA[Instead of having a global event system handling the global navigation events, it&#8217;s sometimes needed to have more than one global navigation setup. Even I do not recommend it, you can now do so. I had to take out the EventCentral class and implement the event handling in NavigationManager class itself. Here is the difference. [...]]]></description>
			<content:encoded><![CDATA[<p>Instead of having a global event system handling the global navigation events, it&#8217;s sometimes needed to have more than one global navigation setup. Even I do not recommend it, you can now do so. I had to take out the EventCentral class and implement the event handling in NavigationManager class itself.</p>
<p>Here is the difference.<span id="more-401"></span></p>
<p><strong>Old version:</strong></p>
<pre class="brush: php;">

// Imports
import net.kaegi.navigation.NavigationManager;
import net.kaegi.navigation.NavigationButton;
import net.kaegi.events.NavigationEvent;
import net.kaegi.events.EventCentral;

// create NavigationnavigationManager = new NavigationManager(this, &quot;xml/site.xml&quot;);
navigationManager.setFadeInOnMouseOver(false);
navigationManager.setFade(true);
navigationManager.setFadeInChainDelay(0.3);

// Event Listeners
EventCentral.getInstance().addEventListener(NavigationEvent.MC_ACTIVATED, btnActivateHandler,false,0,true);
EventCentral.getInstance().addEventListener(NavigationEvent.MC_FADE_IN, btnsFadeIn,false,0,true);
EventCentral.getInstance().addEventListener(NavigationEvent.MC_FADE_OUT, btnsFadeOut, false, 0, true);
EventCentral.getInstance().addEventListener(NavigationEvent.LOADING_COMPLETE, loadingCompleteHandler, false, 0, true);

//.......
</pre>
<p><strong>Version 1.56:</strong></p>
<pre class="brush: php;">

// Imports
import net.kaegi.navigation.NavigationManager;
import net.kaegi.navigation.NavigationButton;
import net.kaegi.events.NavigationEvent;

// create NavigationnavigationManager = new NavigationManager(this, &quot;xml/site.xml&quot;);
navigationManager.setFadeInOnMouseOver(false);
navigationManager.setFade(true);
navigationManager.setFadeInChainDelay(0.3);

// Event Listeners
navigationManager.addEventListener(NavigationEvent.MC_ACTIVATED, btnActivateHandler,false,0,true);
navigationManager.addEventListener(NavigationEvent.MC_FADE_IN, btnsFadeIn,false,0,true);
navigationManager.addEventListener(NavigationEvent.MC_FADE_OUT, btnsFadeOut, false, 0, true);
navigationManager.addEventListener(NavigationEvent.LOADING_COMPLETE, loadingCompleteHandler, false, 0, true);

//.......
</pre>
<p><a href="http://www.flashcmsframework.com/docs/doku.php#global_navigation">Download + Documentation</a></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/minor-global-navigation-update-v156/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/minor-global-navigation-update-v156/&amp;title=Minor+Global+Navigation+update+%28v1.56%29" 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/minor-global-navigation-update-v156/&amp;title=Minor+Global+Navigation+update+%28v1.56%29" 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/minor-global-navigation-update-v156/&amp;title=Minor+Global+Navigation+update+%28v1.56%29&amp;desc=Instead%20of%20having%20a%20global%20event%20system%20handling%20the%20global%20navigation%20events%2C%20it%27s%20sometimes%20needed%20to%20have%20more%20than%20one%20global%20navigation%20setup.%20Even%20I%20do%20not%20recommend%20it%2C%20you%20can%20now%20do%20so.%20I%20had%20to%20take%20out%20the%20EventCentral%20class%20and%20implement%20the%20event%20handling%20in%20NavigationManager%20class%20itse" 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/minor-global-navigation-update-v156/&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/minor-global-navigation-update-v156/&amp;bm_description=Minor+Global+Navigation+update+%28v1.56%29&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/minor-global-navigation-update-v156/&amp;title=Minor+Global+Navigation+update+%28v1.56%29" 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/minor-global-navigation-update-v156/&amp;title=Minor+Global+Navigation+update+%28v1.56%29" 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/minor-global-navigation-update-v156/&amp;title=Minor+Global+Navigation+update+%28v1.56%29" 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/minor-global-navigation-update-v156/" 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=Minor+Global+Navigation+update+%28v1.56%29+-+http://b2l.me/aftua7&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/minor-global-navigation-update-v156/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global navigation: Download</title>
		<link>http://blog.turtlebite.com/global-navigation-download/</link>
		<comments>http://blog.turtlebite.com/global-navigation-download/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 06:21:19 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=153</guid>
		<description><![CDATA[In this post you will find the latest version of the global navigation and all the source and sample files to download. I have also included a complete Gaia Framework (v3.0.4) for your convinience and for a complete functioning system, but be sure to get the latest version of Gaia from here if you want [...]]]></description>
			<content:encoded><![CDATA[<p>In this post you will find the latest version of the global navigation and all the source and sample files to download. I have also included a complete Gaia Framework (v3.0.4) for your convinience and for a complete functioning system, but be sure to <a href="http://www.gaiaflashframework.com">get the latest version of Gaia from here</a> if you want to use the global navigation with Gaia.<span id="more-153"></span></p>
<p>I&#8217;ve included the TweenLite/TweenMax classes as well, but again, be sure to <a href="http://blog.greensock.com/tweenmaxas3/">get the latest version of the Tweening classes</a>.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<a href="http://www.flashcmsframework.com/wp-content/data/global_navigation/global_navigation_v1.50_source_files.zip"><br />
</a><span style="text-decoration: line-through;">Download global navigation (includes Gaia v3.0.4 and all sample files)<br />
Download global navigation classes only</span><a href="http://www.flashcmsframework.com/wp-content/data/global_navigation/global_navigation_v1.50_classes_only.zip"><br />
</a><span style="color: #993300;">I removed the downloads here, because I have set up an online documentation with all the downloads:</span></p>
<p><a href="http://www.turtlebite.com/docs/doku.php?id=start#global_navigation">Global Navigation Downloads + Documentation</a><a href="http://www.flashcmsframework.com/wp-content/data/global_navigation/global_navigation_v1.50_classes_only.zip"></a></p>
<p><a href="http://www.flashcmsframework.com/wp-content/data/global_navigation/global_navigation_v1.50_classes_only.zip"> </a></p>
<p><a href="http://www.turtlebite.com/docs/global_navigation_overview">Introduction to global navigation</a><a href="http://www.flashcmsframework.com/wp-content/data/global_navigation/global_navigation_v1.50_classes_only.zip"><br />
</a><a href="http://blog.turtlebite.com/global-navigation-showcase/">How to, Showcase, Infos, Samples</a><a href="http://www.flashcmsframework.com/wp-content/data/global_navigation/global_navigation_v1.50_classes_only.zip"><br />
</a>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<a href="http://www.flashcmsframework.com/wp-content/data/global_navigation/global_navigation_v1.50_source_files.zip"><br />
</a><a href="http://www.flashcmsframework.com/wp-content/data/global_navigation/global_navigation_v1.50_classes_only.zip"></a></p>
<p><strong>Real examples: websites using the global navigation</strong></p>
<p><a href="http://www.witka.ch">WITKA</a><a href="http://www.dlog.ch"><br />
Data Logistix AG</a><br />
<a href="http://www.impactunlimited.ch">Impact Unlimited</a><br />
<a href="http://www.hunziker-betatech.ch">Hunziker Betatech AG</a><br />
<a href="http://www.extenso.ch">eXtenso IT Services<br />
</a><a href="http://www.extenso.ch/" target="_blank"></a></p>
<p><strong><br />
Version history</strong></p>
<p><strong> </strong></p>
<p><a href="http://www.flashcmsframework.com/docs/doku.php?id=start#global_navigation"><em>(Please visit the documentation for the latest info)</em></a><strong> </strong></p>
<p>1.51</p>
<ul>
<li>Small adjustement in LoadChildAsset class. remove Listener when loading is cancelled. LoadChildAsset.as is used to load the button swfs. This fix was in fact not really necessary, because the loading of the buttons is not cancelled. But nevertheless, if you want to use LoadChildAsset.as by itself, this fix was important.<strong><br />
</strong></li>
</ul>
<p>1.50</p>
<ul>
<li>It is now possible to include a path to your btn swfs &#8211;&gt; new NavigationManager(ref:MovieClip, xmlFile:String, btnPath:String = &#8220;&#8221;). This can be helpfull if your btn swfs are in a different location and you want to keep the xml file clean (btnSWF=&#8221;mainBtn.swf&#8221; looks better than btnSWF=&#8221;http://www.yourdomain.com/folder/anotherfolder/buttonfolder/mainBtn.swf&#8221;)</li>
</ul>
<p>1.49</p>
<ul>
<li>&#8220;btnHide&#8221; attribute added. This is used when the button itself should not be visible, but it needs to be loaded for proper alignment etc. This is often the case with the &#8220;home&#8221; button: The functionality should be in the navigation but it is triggered by a click on the logo and not specific &#8220;home&#8221;-button.</li>
</ul>
<p>1.48</p>
<ul>
<li>Bugfix when the last btn had sub-buttons (Type Error #1010 with btns[nextSiblings[0]].makeRoomAddSpace)</li>
</ul>
<p>1.47</p>
<ul>
<li>I took almost all code that was in the btn swf and encapsulated it in the NavigationButton class, so now it is much easier (especially for the designer) to layout and arrange the graphics and button labels in the fla.</li>
<li>Bugs fixed concerning loading issues</li>
<li>There is a new NavigationEvent LOADING_COMPLETE. When the NavPage loads, the afterTransitionIn Event is hijacked. After the global navigation is completely loaded, Gaia is released.</li>
<li>The examples uses the newest Gaia Version 3.0.2.</li>
<li>&#8230;and many small improvements.</li>
</ul>
<p>1.46</p>
<ul>
<li>Initial release</li>
</ul>
<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/global-navigation-download/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-download/&amp;title=Global+navigation%3A+Download" 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-download/&amp;title=Global+navigation%3A+Download" 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-download/&amp;title=Global+navigation%3A+Download&amp;desc=In%20this%20post%20you%20will%20find%20the%20latest%20version%20of%20the%20global%20navigation%20and%20all%20the%20source%20and%20sample%20files%20to%20download.%20I%20have%20also%20included%20a%20complete%20Gaia%20Framework%20%28v3.0.4%29%20for%20your%20convinience%20and%20for%20a%20complete%20functioning%20system%2C%20but%20be%20sure%20to%20get%20the%20latest%20version%20of%20Gaia%20from%20here%20if%20you%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/global-navigation-download/&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-download/&amp;bm_description=Global+navigation%3A+Download&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-download/&amp;title=Global+navigation%3A+Download" 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-download/&amp;title=Global+navigation%3A+Download" 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-download/&amp;title=Global+navigation%3A+Download" 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-download/" 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%3A+Download+-+http://b2l.me/afzveh&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-download/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Global navigation for Flash and Gaia Flash Framework</title>
		<link>http://blog.turtlebite.com/global-navigation-for-flash/</link>
		<comments>http://blog.turtlebite.com/global-navigation-for-flash/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 19:10:41 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gaia framework]]></category>

		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=104</guid>
		<description><![CDATA[Introduction My own AS2 website framework was almost finished when AS3 came out. I knew some day I would have to port it from AS2 to AS3. At the same time I planned to do it a lot better, because on the long way of programming my AS2 framework I had been learning a lot [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong><br />
My own AS2 website framework was almost finished when AS3 came out. I knew some day I would have to port it from AS2 to AS3. At the same time I planned to do it a lot better, because on the long way of programming my AS2 framework I had been learning a lot about OOP and I wanted to do it much better in the next version. But I came to realize that it would take a very long time to do it the way I wanted it, so instead of reinventing the wheel I started to search for a solution. After some time I came across the Gaia Flash Framework of Steven Sacks and after a while studying it, it hit me like a thunderstroke. I realized it was all there: the handling of loading/unloading content pages, the implementation of swfobject and swfaddress, a xml setup file for the site structure. <span id="more-104"></span>And, most important: It it a framework others are using as well, so all of a sudden the times of having an individual framework for almost each website was gone. From now on it was easy to work together with other flash designers/coders on the same project. It was just perfect. There was only something missing I had in my AS2 framework: A global navigation system! But, as I had much time left because I didn&#8217;t have to port my framework to AS3, I put some extra time into developing a global navigation that <strong>can be used either stand alone</strong> or <strong>seemlessly integrated into Gaia</strong>.</p>
<p><a href="http://www.turtlebite.com/downloads/global_navigation/gaia/"><strong><img class="alignnone size-full wp-image-166" title="Global navigation in Gaia" src="http://www.flashcmsframework.com/wp-content/uploads/global_navigation_in_gaia.jpg" alt="Global navigation in Gaia" width="595" height="446" /></strong></a></p>
<p><a href="http://www.turtlebite.com/downloads/global_navigation/gaia/"><strong></strong>See life demo<strong><br />
</strong></a></p>
<p><strong>How does it work?</strong><br />
The global navigation consists of 3 parts: a SWF of a single button with rollover, rollout, press etc. states and a text label, an XML file containing the structure and a class (in fact there are 3 main classes, but you don&#8217;t need to worry about them), which mixes everything together and spits out a neat navigation.</p>
<p><strong><img class="alignnone size-full wp-image-165" title="Global navigation mixer" src="http://www.flashcmsframework.com/wp-content/uploads/mixer_bild.jpg" alt="Global navigation mixer" width="595" height="681" /></strong></p>
<p><a href="http://blog.turtlebite.com/global-navigation-showcase/">See samples and download source code here.</a></p>
<p>.<a href="http://www.flashcmsframework.com/global-navigation-showcase/"></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/global-navigation-for-flash/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-for-flash/&amp;title=Global+navigation+for+Flash+and+Gaia+Flash+Framework" 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-for-flash/&amp;title=Global+navigation+for+Flash+and+Gaia+Flash+Framework" 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-for-flash/&amp;title=Global+navigation+for+Flash+and+Gaia+Flash+Framework&amp;desc=Introduction%0D%0AMy%20own%20AS2%20website%20framework%20was%20almost%20finished%20when%20AS3%20came%20out.%20I%20knew%20some%20day%20I%20would%20have%20to%20port%20it%20from%20AS2%20to%20AS3.%20At%20the%20same%20time%20I%20planned%20to%20do%20it%20a%20lot%20better%2C%20because%20on%20the%20long%20way%20of%20programming%20my%20AS2%20framework%20I%20had%20been%20learning%20a%20lot%20about%20OOP%20and%20I%20wanted%20to%20do%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/global-navigation-for-flash/&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-for-flash/&amp;bm_description=Global+navigation+for+Flash+and+Gaia+Flash+Framework&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-for-flash/&amp;title=Global+navigation+for+Flash+and+Gaia+Flash+Framework" 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-for-flash/&amp;title=Global+navigation+for+Flash+and+Gaia+Flash+Framework" 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-for-flash/&amp;title=Global+navigation+for+Flash+and+Gaia+Flash+Framework" 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-for-flash/" 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+for+Flash+and+Gaia+Flash+Framework+-+http://b2l.me/afq2hk&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-for-flash/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

