<?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: Vertical Menu with Actionscript 3 and XML</title>
	<atom:link href="http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Dec 2009 09:54:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Midhun Devasia</title>
		<link>http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/comment-page-1/#comment-29659</link>
		<dc:creator>Midhun Devasia</dc:creator>
		<pubDate>Sun, 15 Nov 2009 09:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=580#comment-29659</guid>
		<description>Hello Friends, 
I found a small bug :( , if the number of menuItem is less than the mask height it make some buggy output, so i put one &#039;if&#039; condition on enterFrameHandler()

function enterFrameHandler(e:Event):void {

if (mouseOverMenu &amp;&amp; menuHolder.height&gt;myMask.height) {
				// Calculate the vertical distance from the mouse to the mask&#039;s top left corner //(=registration point)
				var distance:Number = mouseY - myMask.y;
...................
.....................
...........
........
}



Now it works well :) thank you :)</description>
		<content:encoded><![CDATA[<p>Hello Friends,<br />
I found a small bug <img src='http://tutorials.flashmymind.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  , if the number of menuItem is less than the mask height it make some buggy output, so i put one &#8216;if&#8217; condition on enterFrameHandler()</p>
<p>function enterFrameHandler(e:Event):void {</p>
<p>if (mouseOverMenu &amp;&amp; menuHolder.height&gt;myMask.height) {<br />
				// Calculate the vertical distance from the mouse to the mask&#8217;s top left corner //(=registration point)<br />
				var distance:Number = mouseY &#8211; myMask.y;<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
&#8230;&#8230;&#8230;..<br />
&#8230;&#8230;..<br />
}</p>
<p>Now it works well <img src='http://tutorials.flashmymind.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thank you <img src='http://tutorials.flashmymind.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MC</title>
		<link>http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/comment-page-1/#comment-29455</link>
		<dc:creator>MC</dc:creator>
		<pubDate>Sat, 14 Nov 2009 04:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=580#comment-29455</guid>
		<description>Very cool tool! One question…Could you please show how to loop through and unload the xml so a new xml can be loaded without duplicate nodes?  Ie, in the createMenu function???  if count&gt;0;  How to loop through and remove all the  nodes in the XML? Your response is appreciated. Again, very cool…Thank you, MC</description>
		<content:encoded><![CDATA[<p>Very cool tool! One question…Could you please show how to loop through and unload the xml so a new xml can be loaded without duplicate nodes?  Ie, in the createMenu function???  if count&gt;0;  How to loop through and remove all the  nodes in the XML? Your response is appreciated. Again, very cool…Thank you, MC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/comment-page-1/#comment-28883</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Tue, 10 Nov 2009 20:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=580#comment-28883</guid>
		<description>Love this tutorial, but I am trying to get the XML list when you click it, it loads another variable called &quot;menuInfo&quot; that contains content that will be displayed outside on the main stage in a dynamic text box called &quot;menuInfo&quot;.  Anyone know how you get it to do this?  I know where to put the line at, just having issues with syntax or how to write it.</description>
		<content:encoded><![CDATA[<p>Love this tutorial, but I am trying to get the XML list when you click it, it loads another variable called &#8220;menuInfo&#8221; that contains content that will be displayed outside on the main stage in a dynamic text box called &#8220;menuInfo&#8221;.  Anyone know how you get it to do this?  I know where to put the line at, just having issues with syntax or how to write it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeka</title>
		<link>http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/comment-page-1/#comment-20264</link>
		<dc:creator>Jeka</dc:creator>
		<pubDate>Sun, 20 Sep 2009 13:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=580#comment-20264</guid>
		<description>i was wondering  how do i make this work with a dynamic  gallery. 
i have 4+ images for each button. 
so if i click btn one  it pulls 4 images from a external folder via XML  
      if i click btn two it removes the previous images and pulls new images out of a different folder via XML.  

any one? thanks. :P
please help me out.  i have been working on this for a very long  time and i really like this Menu. :P</description>
		<content:encoded><![CDATA[<p>i was wondering  how do i make this work with a dynamic  gallery.<br />
i have 4+ images for each button.<br />
so if i click btn one  it pulls 4 images from a external folder via XML<br />
      if i click btn two it removes the previous images and pulls new images out of a different folder via XML.  </p>
<p>any one? thanks. <img src='http://tutorials.flashmymind.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
please help me out.  i have been working on this for a very long  time and i really like this Menu. <img src='http://tutorials.flashmymind.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: null 86</title>
		<link>http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/comment-page-1/#comment-12658</link>
		<dc:creator>null 86</dc:creator>
		<pubDate>Sun, 26 Jul 2009 06:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=580#comment-12658</guid>
		<description>I love your tutorial but for the life of me i cannot get it to work except in flash. Whenever i try to embed it in dreamweaver it never works. It is driving me crazy! It looks so sweet but I just don&#039;t get it. If anyone knows why please feel free to tell this n00b why.</description>
		<content:encoded><![CDATA[<p>I love your tutorial but for the life of me i cannot get it to work except in flash. Whenever i try to embed it in dreamweaver it never works. It is driving me crazy! It looks so sweet but I just don&#8217;t get it. If anyone knows why please feel free to tell this n00b why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prabu</title>
		<link>http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/comment-page-1/#comment-12167</link>
		<dc:creator>prabu</dc:creator>
		<pubDate>Thu, 16 Jul 2009 19:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=580#comment-12167</guid>
		<description>This is a great tut, but I am looking for one with collapsible submenu.  Does anybody know how to update this to allow submenus?</description>
		<content:encoded><![CDATA[<p>This is a great tut, but I am looking for one with collapsible submenu.  Does anybody know how to update this to allow submenus?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashfever</title>
		<link>http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/comment-page-1/#comment-10231</link>
		<dc:creator>Flashfever</dc:creator>
		<pubDate>Fri, 26 Jun 2009 14:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=580#comment-10231</guid>
		<description>It&#039;s so nice. Thanks for this</description>
		<content:encoded><![CDATA[<p>It&#8217;s so nice. Thanks for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashfever</title>
		<link>http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/comment-page-1/#comment-10230</link>
		<dc:creator>Flashfever</dc:creator>
		<pubDate>Fri, 26 Jun 2009 14:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=580#comment-10230</guid>
		<description>Thanks its so nice. I can do some other thing from this tutorial. Its so helpful</description>
		<content:encoded><![CDATA[<p>Thanks its so nice. I can do some other thing from this tutorial. Its so helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AA</title>
		<link>http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/comment-page-1/#comment-8816</link>
		<dc:creator>AA</dc:creator>
		<pubDate>Wed, 10 Jun 2009 19:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=580#comment-8816</guid>
		<description>This is the first tutorial I&#039;ve found that will even DISPLAY XML. Thank you for the source files with comments. I&#039;m not even trying to create a menu just display some XML and I&#039;m pretty sure this tutorial will help me to eventually figure out at least part of what I&#039;m trying to do.</description>
		<content:encoded><![CDATA[<p>This is the first tutorial I&#8217;ve found that will even DISPLAY XML. Thank you for the source files with comments. I&#8217;m not even trying to create a menu just display some XML and I&#8217;m pretty sure this tutorial will help me to eventually figure out at least part of what I&#8217;m trying to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beto</title>
		<link>http://tutorials.flashmymind.com/2009/04/vertical-menu-with-actionscript-3-and-xml/comment-page-1/#comment-8555</link>
		<dc:creator>Beto</dc:creator>
		<pubDate>Fri, 05 Jun 2009 20:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=580#comment-8555</guid>
		<description>Is just fantastic.. but I have a question, when I click on the link open in a new window, how can I change or setup the tabs to open in main window???</description>
		<content:encoded><![CDATA[<p>Is just fantastic.. but I have a question, when I click on the link open in a new window, how can I change or setup the tabs to open in main window???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
