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

<channel>
	<title>Turtlebite&#039;s Blog &#187; flash navigation</title>
	<atom:link href="http://blog.turtlebite.com/tag/flash-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>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: Showcase</title>
		<link>http://blog.turtlebite.com/global-navigation-showcase/</link>
		<comments>http://blog.turtlebite.com/global-navigation-showcase/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 19:23:21 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash navigation]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=113</guid>
		<description><![CDATA[I have put together a SWF showing the many possibilites and settings of the global navigation. Be sure to check the samples from top to bottom, as there&#8217;s always added some more options. 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_global_navigation_basis_1857962628"
			class="flashmovie"
			width="595"
			height="500">
	<param name="movie" value="http://www.turtlebite.com/downloads/global_navigation/global_navigation_basis.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.turtlebite.com/downloads/global_navigation/global_navigation_basis.swf"
			name="fm_global_navigation_basis_1857962628"
			width="595"
			height="500">
	<!--<![endif]-->
		 
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> For example, there is not much code to setup the easiest case: // import [...]]]></description>
			<content:encoded><![CDATA[<p>I have put together a SWF showing the many possibilites and settings of the global navigation. Be sure to check the samples from top to bottom, as there&#8217;s always added some more options.<span id="more-113"></span></p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_global_navigation_basis_1376625241"
			class="flashmovie"
			width="595"
			height="500">
	<param name="movie" value="http://www.turtlebite.com/downloads/global_navigation/global_navigation_basis.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.turtlebite.com/downloads/global_navigation/global_navigation_basis.swf"
			name="fm_global_navigation_basis_1376625241"
			width="595"
			height="500">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img class="alignnone size-full wp-image-715" title="flash-global-navigation-showcase-preview" src="http://blog.flashcmsframework.com/wp-content/uploads/2009/02/flash-global-navigation-showcase-preview.jpg" alt="flash-global-navigation-showcase-preview" width="190" height="140" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>For example, there is not much code to setup the easiest case:</p>
<pre class="brush: php;">

// import classes
import net.kaegi.navigation.NavigationManager2;
import net.kaegi.events.NavigationEvent;

// create Navigation: parse the xml file, create and layout buttons
var navigationManager:NavigationManager2 = new NavigationManager2(this, "global_navigation_demo1.xml");

// Listen for events
navigationManager.addEventListener(NavigationEvent.MC_ACTIVATED, btnActivateHandler);
function btnActivateHandler(event:NavigationEvent) {

trace("id: "+event.params.btnID);
trace("dispatch: "+event.params.dispatch);
}
</pre>
<p>The global navigation uses TweenLite to do the movement in a vertical navigation setup, when the new buttons need space (see example Number 9 in the SWF above). I recommend using TweenLite/TweenMax for your animations when fading in and out the button groups.</p>
<p><a href="http://www.turtlebite.com/docs/doku.php?id=global_navigation_download">Download global navigation</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/global-navigation-showcase/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-showcase/&amp;title=Global+navigation%3A+Showcase" 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-showcase/&amp;title=Global+navigation%3A+Showcase" 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-showcase/&amp;title=Global+navigation%3A+Showcase&amp;desc=I%20have%20put%20together%20a%20SWF%20showing%20the%20many%20possibilites%20and%20settings%20of%20the%20global%20navigation.%20Be%20sure%20to%20check%20the%20samples%20from%20top%20to%20bottom%2C%20as%20there%27s%20always%20added%20some%20more%20options.%0D%0A%0D%0A%5Bkml_flashembed%20fversion%3D%229.0.0%22%20movie%3D%22http%3A%2F%2Fwww.turtlebite.com%2Fdownloads%2Fglobal_navigation%2Fglobal_navigatio" 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-showcase/&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-showcase/&amp;bm_description=Global+navigation%3A+Showcase&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-showcase/&amp;title=Global+navigation%3A+Showcase" 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-showcase/&amp;title=Global+navigation%3A+Showcase" 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-showcase/&amp;title=Global+navigation%3A+Showcase" 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-showcase/" 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+Showcase+-+http://b2l.me/afrgqh&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-showcase/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
	</channel>
</rss>

