<?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 class</title>
	<atom:link href="http://blog.turtlebite.com/tag/global-navigation-class/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>Global Navigation version 1.57 released</title>
		<link>http://blog.turtlebite.com/global-navigation-version-157-released/</link>
		<comments>http://blog.turtlebite.com/global-navigation-version-157-released/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 13:28:34 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[global navigation class]]></category>

		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=427</guid>
		<description><![CDATA[In this update I focussed on submenues appearing when you roll over a button. Now the parent button keeps its state, and you can decide if the submenues disappear again if there is a button active in it. And there are 2 methods that were here from the beginning, but I have forgotten to document [...]]]></description>
			<content:encoded><![CDATA[<p>In this update I focussed on submenues appearing when you roll over a button. Now the parent button keeps its state, and you can decide if the submenues disappear again if there is a button active in it. And there are 2 methods that were here from the beginning, but I have forgotten to document them&#8230; uargh, shame on me&#8230; <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <span id="more-427"></span></p>
<p>The new methods are:</p>
<p><em>keep the roll over state of the parent button:</em><br />
<strong>setKeepRolloverStatus(true)</strong><br />
<em>Hide the children again, regardless of their button state. Either after a time specified by setFadeOutTimerDelay(3) or if the user clicks anywhere off the navigation:</em><br />
<strong>setAlwaysHideChildren(true)</strong></p>
<p>And the undocumented methods are used for depth handling:</p>
<p><em>Sets the submenu that is fading in behind the parent button. In the SWF below I have used a shadow on the parent button to demonstrate it</em><br />
<strong>setFadeInDepth(&#8220;back&#8221;)</strong></p>
<p>You can even set the depth of each button state (rollOver, rollOut, Press, release):<br />
<strong>setBtnDepths(&#8220;back&#8221;,&#8221;front&#8221;,&#8221;front&#8221;,&#8221;front&#8221;)</strong></p>
<p><span style="color: #ffffff;"><strong>.</strong></span><strong></strong></p>
<p><strong>Explore and compare these two SWFs. At first glance they look the same. But there is a difference.</strong></p>

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

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object><br />
<strong>Settings in the SWF above:</strong><br />
navigationManager.setKeepRolloverStatus(true);<br />
navigationManager.setAlwaysHideChildren(true);<br />
navigationManager.setBtnDepths(&#8220;back&#8221;,&#8221;front&#8221;,&#8221;front&#8221;,&#8221;front&#8221;)<br />
navigationManager.setFadeInDepth(&#8220;back&#8221;)</p>
<p><span style="color: #ffffff;">.</span></p>

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

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object><br />
<strong></strong></p>
<p><strong>Settings in the SWF above:</strong></p>
<p>navigationManager.setKeepRolloverStatus(<span style="color: #ff6600;">false</span>);<br />
navigationManager.setAlwaysHideChildren(<span style="color: #ff6600;">false</span>);<br />
navigationManager.setBtnDepths(&#8220;<span style="color: #ff6600;">front</span>&#8220;,&#8221;<span style="color: #ff6600;">back</span>&#8220;,&#8221;<span style="color: #ff6600;">back</span>&#8220;,&#8221;front&#8221;)<br />
navigationManager.setFadeInDepth(&#8220;<span style="color: #ff6600;">front</span>&#8220;);<span style="color: #ffffff;"><br />
</span><a href="http://www.flashcmsframework.com/docs/doku.php#global_navigation"></a></p>
<p><a href="http://www.turtlebite.com/docs/doku.php#global_navigation">Download source,  demo files and documentation</a></p>
<p><span style="color: #ffffff;">.</span></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-157-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-157-released/&amp;title=Global+Navigation+version+1.57+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-157-released/&amp;title=Global+Navigation+version+1.57+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-157-released/&amp;title=Global+Navigation+version+1.57+released&amp;desc=In%20this%20update%20I%20focussed%20on%20submenues%20appearing%20when%20you%20roll%20over%20a%20button.%20Now%20the%20parent%20button%20keeps%20its%20state%2C%20and%20you%20can%20decide%20if%20the%20submenues%20disappear%20again%20if%20there%20is%20a%20button%20active%20in%20it.%20And%20there%20are%202%20methods%20that%20were%20here%20from%20the%20beginning%2C%20but%20I%20have%20forgotten%20to%20document%20them" 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-157-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-157-released/&amp;bm_description=Global+Navigation+version+1.57+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-157-released/&amp;title=Global+Navigation+version+1.57+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-157-released/&amp;title=Global+Navigation+version+1.57+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-157-released/&amp;title=Global+Navigation+version+1.57+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-157-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+1.57+released+-+http://b2l.me/afsxmr&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-157-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Navigation Update: v1.54</title>
		<link>http://blog.turtlebite.com/global-navigation-update-v154/</link>
		<comments>http://blog.turtlebite.com/global-navigation-update-v154/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 13:00:22 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Global Navigation]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[global navigation class]]></category>

		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=289</guid>
		<description><![CDATA[I&#8217;ve setup a place for the documentation of the Turtlebite Flash CMS and also for all my other stuff, for example the global navigation. Ok, now back to work&#8230; Cheers! Subscribe to the comments for this post? Share this on del.icio.us Digg this! Post this on Diigo Post on Google Buzz Add this to Mister [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve setup a place for the <a href="http://www.flashcmsframework.com/docs/doku.php?id=start#global_navigation">documentation</a> of the Turtlebite Flash CMS and also for all my other stuff, for example the <a href="http://www.flashcmsframework.com/docs/doku.php?id=start#global_navigation">global navigation</a>. Ok, now back to work&#8230;</p>
<p>Cheers!</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-update-v154/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-update-v154/&amp;title=Global+Navigation+Update%3A+v1.54" 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-update-v154/&amp;title=Global+Navigation+Update%3A+v1.54" 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-update-v154/&amp;title=Global+Navigation+Update%3A+v1.54&amp;desc=I%27ve%20setup%20a%20place%20for%20the%20documentation%20of%20the%20Turtlebite%20Flash%20CMS%20and%20also%20for%20all%20my%20other%20stuff%2C%20for%20example%20the%20global%20navigation.%20Ok%2C%20now%20back%20to%20work...%0A%0ACheers%21" 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-update-v154/&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-update-v154/&amp;bm_description=Global+Navigation+Update%3A+v1.54&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-update-v154/&amp;title=Global+Navigation+Update%3A+v1.54" 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-update-v154/&amp;title=Global+Navigation+Update%3A+v1.54" 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-update-v154/&amp;title=Global+Navigation+Update%3A+v1.54" 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-update-v154/" 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+Update%3A+v1.54+-+http://b2l.me/afrmxt&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-update-v154/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

