<?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 on: How To Create A Dynamic XML Navigation Menu</title>
	<atom:link href="http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/</link>
	<description></description>
	<lastBuildDate>Thu, 04 Mar 2010 23:30:39 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: donny</title>
		<link>http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/comment-page-1/#comment-446</link>
		<dc:creator>donny</dc:creator>
		<pubDate>Wed, 24 Feb 2010 23:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialjourney.com/?p=41#comment-446</guid>
		<description>thanks for this tutorial it rocks! but I have one question, what if I wanted to load external swf&#039;s instead of linking to a webpage.. is that possible? how would I change the AS and XML to do this?</description>
		<content:encoded><![CDATA[<p>thanks for this tutorial it rocks! but I have one question, what if I wanted to load external swf&#8217;s instead of linking to a webpage.. is that possible? how would I change the AS and XML to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toerti</title>
		<link>http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/comment-page-1/#comment-416</link>
		<dc:creator>Toerti</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialjourney.com/?p=41#comment-416</guid>
		<description>Well the solution to my last prob was to change the start and end value of the substring command. The original one only reads the 2 digits. so by setting the last number one higher solved the prob. (Its not only about reading the code but understanding. LOL

Thanks anyway.</description>
		<content:encoded><![CDATA[<p>Well the solution to my last prob was to change the start and end value of the substring command. The original one only reads the 2 digits. so by setting the last number one higher solved the prob. (Its not only about reading the code but understanding. LOL</p>
<p>Thanks anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/comment-page-1/#comment-415</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Mon, 31 Aug 2009 10:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialjourney.com/?p=41#comment-415</guid>
		<description>Toerti, you have to embed the symbols! Go to blackTxt en select te dynamic text-box in property&#039;s bar you can click embed. You can simply put those characters you need or select all, just a-z, the numbers, a combination (by ctrl + clicking) and push ok!

do this for both the dynamic text-boxes. (blackTxt and whiteTxt)

great succes!

have not found a solution to your other problem.. you have not altered the for loop:

var linkname:Array = this.firstChild.childNodes;
//Set a for loop
for(i=0;i &lt;linkname.length;i++){
...
}

and the xml has the same structure?</description>
		<content:encoded><![CDATA[<p>Toerti, you have to embed the symbols! Go to blackTxt en select te dynamic text-box in property&#8217;s bar you can click embed. You can simply put those characters you need or select all, just a-z, the numbers, a combination (by ctrl + clicking) and push ok!</p>
<p>do this for both the dynamic text-boxes. (blackTxt and whiteTxt)</p>
<p>great succes!</p>
<p>have not found a solution to your other problem.. you have not altered the for loop:</p>
<p>var linkname:Array = this.firstChild.childNodes;<br />
//Set a for loop<br />
for(i=0;i &lt;linkname.length;i++){<br />
&#8230;<br />
}</p>
<p>and the xml has the same structure?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toerti</title>
		<link>http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/comment-page-1/#comment-414</link>
		<dc:creator>Toerti</dc:creator>
		<pubDate>Sun, 30 Aug 2009 13:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialjourney.com/?p=41#comment-414</guid>
		<description>Got it working!
But now I have another problem. I do have an xml with more then 100 entries so as soon as I click the 101th to 109th It links to the 10th. Similar with 110-119 link to 11. 120-129 link to 12. and so on.
Anyideas???</description>
		<content:encoded><![CDATA[<p>Got it working!<br />
But now I have another problem. I do have an xml with more then 100 entries so as soon as I click the 101th to 109th It links to the 10th. Similar with 110-119 link to 11. 120-129 link to 12. and so on.<br />
Anyideas???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toerti</title>
		<link>http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/comment-page-1/#comment-413</link>
		<dc:creator>Toerti</dc:creator>
		<pubDate>Sat, 29 Aug 2009 10:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialjourney.com/?p=41#comment-413</guid>
		<description>I am trying to get this to work inside an movieclip. No luck yet.
any ideas???</description>
		<content:encoded><![CDATA[<p>I am trying to get this to work inside an movieclip. No luck yet.<br />
any ideas???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thiago</title>
		<link>http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/comment-page-1/#comment-397</link>
		<dc:creator>thiago</dc:creator>
		<pubDate>Mon, 13 Jul 2009 04:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialjourney.com/?p=41#comment-397</guid>
		<description>Also noticed when I put letters with í ó ú á they will not appear on the buttons is there a way around this?</description>
		<content:encoded><![CDATA[<p>Also noticed when I put letters with í ó ú á they will not appear on the buttons is there a way around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruwanaru</title>
		<link>http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/comment-page-1/#comment-384</link>
		<dc:creator>Ruwanaru</dc:creator>
		<pubDate>Tue, 16 Jun 2009 05:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialjourney.com/?p=41#comment-384</guid>
		<description>very useful thank you..............</description>
		<content:encoded><![CDATA[<p>very useful thank you&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kareem shaik</title>
		<link>http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/comment-page-1/#comment-383</link>
		<dc:creator>kareem shaik</dc:creator>
		<pubDate>Wed, 10 Jun 2009 05:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialjourney.com/?p=41#comment-383</guid>
		<description>Nice Navigation .. Thanks buddy..</description>
		<content:encoded><![CDATA[<p>Nice Navigation .. Thanks buddy..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dezaasss</title>
		<link>http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/comment-page-1/#comment-350</link>
		<dc:creator>dezaasss</dc:creator>
		<pubDate>Wed, 06 May 2009 01:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialjourney.com/?p=41#comment-350</guid>
		<description>he forgot to mention linkage in the tutorial

like John said &quot;should select the button symbol in the library and right click-&gt; Properties
select export for ActionScript&quot;

and he forgot to mention that instance names were required.
so in button go to whiteTxt and blackTxt and give them the respective instance name. 

Well that&#039;s obvious, but it should be there.
Anyway really thnks for the tut. ;) hellped allot</description>
		<content:encoded><![CDATA[<p>he forgot to mention linkage in the tutorial</p>
<p>like John said &#8220;should select the button symbol in the library and right click-&gt; Properties<br />
select export for ActionScript&#8221;</p>
<p>and he forgot to mention that instance names were required.<br />
so in button go to whiteTxt and blackTxt and give them the respective instance name. </p>
<p>Well that&#8217;s obvious, but it should be there.<br />
Anyway really thnks for the tut. <img src='http://www.flashframer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  hellped allot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://www.flashframer.com/how-to-create-a-dynamic-xml-navigation-menu/comment-page-1/#comment-349</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Tue, 05 May 2009 17:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialjourney.com/?p=41#comment-349</guid>
		<description>Is there any way to make a horizontal nav menu using this method?</description>
		<content:encoded><![CDATA[<p>Is there any way to make a horizontal nav menu using this method?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
