<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Turtlebite&#039;s Blog</title>
	<atom:link href="http://blog.turtlebite.com/comments/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>Tue, 24 Jan 2012 19:46:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Global navigation: Showcase by Christian</title>
		<link>http://blog.turtlebite.com/global-navigation-showcase/comment-page-1/#comment-1780</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 24 Jan 2012 19:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=113#comment-1780</guid>
		<description>Hi

Sorry for the late reply! I&#039;ve tested it an it works as it should?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Sorry for the late reply! I&#8217;ve tested it an it works as it should?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global navigation: Showcase by fakeartist</title>
		<link>http://blog.turtlebite.com/global-navigation-showcase/comment-page-1/#comment-1764</link>
		<dc:creator>fakeartist</dc:creator>
		<pubDate>Mon, 23 Jan 2012 16:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=113#comment-1764</guid>
		<description>Hi Christian!

I found a bug (maybe??).

Say that I want in the flebsite demo to insert a new subbutton inside the speedmaster plus subbtn.

I insert it in the xml, but when I test the HTML alternative version I have this problem (the flash version works fine).

If I click the speedmaster plus btn (which now has one child), all the other menu btns disappear, and in the menu stays only the new child btn and the lang btn.

Is it a bug in structure.php? Try it if you want to see what I mean.

Thanx in advance

PS. the new subbtn has the address &#039;/en/products/speedmaster-plus/test/&#039;.</description>
		<content:encoded><![CDATA[<p>Hi Christian!</p>
<p>I found a bug (maybe??).</p>
<p>Say that I want in the flebsite demo to insert a new subbutton inside the speedmaster plus subbtn.</p>
<p>I insert it in the xml, but when I test the HTML alternative version I have this problem (the flash version works fine).</p>
<p>If I click the speedmaster plus btn (which now has one child), all the other menu btns disappear, and in the menu stays only the new child btn and the lang btn.</p>
<p>Is it a bug in structure.php? Try it if you want to see what I mean.</p>
<p>Thanx in advance</p>
<p>PS. the new subbtn has the address &#8216;/en/products/speedmaster-plus/test/&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global navigation: Showcase by Christian</title>
		<link>http://blog.turtlebite.com/global-navigation-showcase/comment-page-1/#comment-1760</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 18 Jan 2012 09:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=113#comment-1760</guid>
		<description>:-)</description>
		<content:encoded><![CDATA[<p> <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global navigation: Showcase by fakeartist</title>
		<link>http://blog.turtlebite.com/global-navigation-showcase/comment-page-1/#comment-1759</link>
		<dc:creator>fakeartist</dc:creator>
		<pubDate>Wed, 18 Jan 2012 08:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=113#comment-1759</guid>
		<description>As always, you set the things straight!!!!

I was also thinking about using btnhide, so now that you confirm it, I&#039;ll definitely try it.

Thanx a lot! Now it&#039;s all clearer in my messy head. :)

Cheers!

Global navigation rules...</description>
		<content:encoded><![CDATA[<p>As always, you set the things straight!!!!</p>
<p>I was also thinking about using btnhide, so now that you confirm it, I&#8217;ll definitely try it.</p>
<p>Thanx a lot! Now it&#8217;s all clearer in my messy head. <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers!</p>
<p>Global navigation rules&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global navigation: Showcase by Christian</title>
		<link>http://blog.turtlebite.com/global-navigation-showcase/comment-page-1/#comment-1758</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 18 Jan 2012 07:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=113#comment-1758</guid>
		<description>You could do that, right. It depends on if the footer navigation should be visible all the time. There is another cool trick I like to use: Just use the logic of the global navigation and use it &quot;from the outside&quot;. First, create the buttons in the global navigation, but set them to be hidden (btnHide: http://www.turtlebite.com/docs/global-navigation2-xml#btnhide). Then, create your 3 buttons in the footer, again, they are decoupled and have no connection to the global navigation. Then use the &quot;roundtrip&quot; solution described in the previous comment: click the button in the footer, activate the hidden button of the global navigation, listen to the event, then activate the button in the footer.</description>
		<content:encoded><![CDATA[<p>You could do that, right. It depends on if the footer navigation should be visible all the time. There is another cool trick I like to use: Just use the logic of the global navigation and use it &#8220;from the outside&#8221;. First, create the buttons in the global navigation, but set them to be hidden (btnHide: <a href="http://www.turtlebite.com/docs/global-navigation2-xml#btnhide)" rel="nofollow">http://www.turtlebite.com/docs/global-navigation2-xml#btnhide)</a>. Then, create your 3 buttons in the footer, again, they are decoupled and have no connection to the global navigation. Then use the &#8220;roundtrip&#8221; solution described in the previous comment: click the button in the footer, activate the hidden button of the global navigation, listen to the event, then activate the button in the footer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global navigation: Showcase by Christian</title>
		<link>http://blog.turtlebite.com/global-navigation-showcase/comment-page-1/#comment-1757</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 18 Jan 2012 06:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=113#comment-1757</guid>
		<description>Completely decoupled means completely decoupled! ;-) Make your buttons any way you like, a movieclip containing a few buttons. If you use xml as a source is up to you. The trick is, not to ativate the buttons when you click them, but instead activate the button in the global navigation, this fires an event, wait for this and then activate the button you just clicked. That way you even don&#039;t have to click the button, you are free to use whatever trigger to activate buttons, e.g. a text link would also work.</description>
		<content:encoded><![CDATA[<p>Completely decoupled means completely decoupled! <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Make your buttons any way you like, a movieclip containing a few buttons. If you use xml as a source is up to you. The trick is, not to ativate the buttons when you click them, but instead activate the button in the global navigation, this fires an event, wait for this and then activate the button you just clicked. That way you even don&#8217;t have to click the button, you are free to use whatever trigger to activate buttons, e.g. a text link would also work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global navigation: Showcase by fakeartist</title>
		<link>http://blog.turtlebite.com/global-navigation-showcase/comment-page-1/#comment-1756</link>
		<dc:creator>fakeartist</dc:creator>
		<pubDate>Tue, 17 Jan 2012 22:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=113#comment-1756</guid>
		<description>One more thing! 

I want to make a footer menu too, with 3 more buttons.

To make this happen, I have to insert them in the structure.xml, under the other buttons?

And then reparent these footer buttons to the desired footer holder?

What is the best way according to fleb&#039;s logic?

Thanx again.</description>
		<content:encoded><![CDATA[<p>One more thing! </p>
<p>I want to make a footer menu too, with 3 more buttons.</p>
<p>To make this happen, I have to insert them in the structure.xml, under the other buttons?</p>
<p>And then reparent these footer buttons to the desired footer holder?</p>
<p>What is the best way according to fleb&#8217;s logic?</p>
<p>Thanx again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global navigation: Showcase by fakeartist</title>
		<link>http://blog.turtlebite.com/global-navigation-showcase/comment-page-1/#comment-1755</link>
		<dc:creator>fakeartist</dc:creator>
		<pubDate>Tue, 17 Jan 2012 22:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=113#comment-1755</guid>
		<description>Thanx for your quick feedback Christian! It&#039;s pretty valuable!!! Still struggling though...

When you say &quot;create a completely decoupled group of buttons&quot;, you mean by creating another NavigationManager (a different one then the varCentral.flebNavigationManager)? 

And these buttons should be in another xml or in the structure.xml (in the navigation node below the other buttons)?</description>
		<content:encoded><![CDATA[<p>Thanx for your quick feedback Christian! It&#8217;s pretty valuable!!! Still struggling though&#8230;</p>
<p>When you say &#8220;create a completely decoupled group of buttons&#8221;, you mean by creating another NavigationManager (a different one then the varCentral.flebNavigationManager)? </p>
<p>And these buttons should be in another xml or in the structure.xml (in the navigation node below the other buttons)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global navigation: Showcase by Christian</title>
		<link>http://blog.turtlebite.com/global-navigation-showcase/comment-page-1/#comment-1754</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 17 Jan 2012 20:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=113#comment-1754</guid>
		<description>Hi

I think I know what you mean, although I did not have a situation like this yet. But I would try this: create a completely decoupled group of buttons. Then, when you click on a button in this secondary group, use &quot;activateBtn&quot; (http://www.turtlebite.com/docs/global-navigation2-public-methods#activatebtn) to activate the subbutton in the global navigation. That, in turn, will send an event (http://www.turtlebite.com/docs/global-navigation2-events#mc_activated) which you listen to and then activate the button you just clicked. That way it doesn&#039;t matter which button you click. Know what I mean?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I think I know what you mean, although I did not have a situation like this yet. But I would try this: create a completely decoupled group of buttons. Then, when you click on a button in this secondary group, use &#8220;activateBtn&#8221; (<a href="http://www.turtlebite.com/docs/global-navigation2-public-methods#activatebtn" rel="nofollow">http://www.turtlebite.com/docs/global-navigation2-public-methods#activatebtn</a>) to activate the subbutton in the global navigation. That, in turn, will send an event (<a href="http://www.turtlebite.com/docs/global-navigation2-events#mc_activated" rel="nofollow">http://www.turtlebite.com/docs/global-navigation2-events#mc_activated</a>) which you listen to and then activate the button you just clicked. That way it doesn&#8217;t matter which button you click. Know what I mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global navigation: Showcase by fakeartist</title>
		<link>http://blog.turtlebite.com/global-navigation-showcase/comment-page-1/#comment-1752</link>
		<dc:creator>fakeartist</dc:creator>
		<pubDate>Tue, 17 Jan 2012 00:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashcmsframework.com/?p=113#comment-1752</guid>
		<description>Hi Christian!

I have a question regarding global navigation.

Say that I have a top horizontal menu. Each button has a number of subbuttons.

What want to achieve is this. I want a second menu to appear (say that it is vertical positioned on the left) when I click any subbutton. This new second menu will only consists of the the current (active) submenu buttons.

So, when I click a subbuton, this subbuton is activated in both the top menu and the second menu. This happens, if I click either the top subbuton of the left menu subbuton. And of course these subbuttons point to the same page.

It&#039;s a pretty common navigation method, I&#039;m sure you&#039;ve come accross it.

Do you have any suggestions/guidelines as to how I should move using your global navigation (and of course fleb)?

I hope I made myself clear. :)

Thanx for your time!

Cheers</description>
		<content:encoded><![CDATA[<p>Hi Christian!</p>
<p>I have a question regarding global navigation.</p>
<p>Say that I have a top horizontal menu. Each button has a number of subbuttons.</p>
<p>What want to achieve is this. I want a second menu to appear (say that it is vertical positioned on the left) when I click any subbutton. This new second menu will only consists of the the current (active) submenu buttons.</p>
<p>So, when I click a subbuton, this subbuton is activated in both the top menu and the second menu. This happens, if I click either the top subbuton of the left menu subbuton. And of course these subbuttons point to the same page.</p>
<p>It&#8217;s a pretty common navigation method, I&#8217;m sure you&#8217;ve come accross it.</p>
<p>Do you have any suggestions/guidelines as to how I should move using your global navigation (and of course fleb)?</p>
<p>I hope I made myself clear. <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanx for your time!</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

