<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: FLASH read XML file problem</title>
	<atom:link href="http://geforce2008.wordpress.com/2008/03/16/flash-read-xml-file-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://geforce2008.wordpress.com/2008/03/16/flash-read-xml-file-problem/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 06 Aug 2008 12:21:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tutorials &#124; Flash Navigation with Actionscript and XML &#124; Lemlinh.com</title>
		<link>http://geforce2008.wordpress.com/2008/03/16/flash-read-xml-file-problem/#comment-20</link>
		<dc:creator>Tutorials &#124; Flash Navigation with Actionscript and XML &#124; Lemlinh.com</dc:creator>
		<pubDate>Wed, 06 Aug 2008 12:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://geforce2008.wordpress.com/?p=6#comment-20</guid>
		<description>[...] FLASH read XML file problem [...]</description>
		<content:encoded><![CDATA[<p>[...] FLASH read XML file problem [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geforce2008</title>
		<link>http://geforce2008.wordpress.com/2008/03/16/flash-read-xml-file-problem/#comment-9</link>
		<dc:creator>geforce2008</dc:creator>
		<pubDate>Sat, 15 Mar 2008 09:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://geforce2008.wordpress.com/?p=6#comment-9</guid>
		<description>&lt;strong&gt;My XML FILE:&lt;/strong&gt;

(The wordpress automatic translate my XML code to this)
Trademe 
NMIT
QQ
Gmail




&lt;strong&gt;My flash AS2.0 code:&lt;/strong&gt;

stop();
menuXML = new XML();
menuXML.load(&quot;myMenu.XML&quot;);
menuXML.ignoreWhite = true;
menuXML.onLoad = function(success) {
if (success) {
menuItem = menuXML.firstChild.childNodes;
for (var i=0; i&lt;menuItem.length; i++) {
item = _root.attachMovie(&quot;itemClip&quot;, &quot;itemClip&quot; + i, i);
item._x = 0;
item._y = 20*i;
item.itemLabel.text = menuItem.attributes.name;
item.myUrl = menuItem.attributes.url;
item.onRelease = function() {
getURL(nenuXML.myUrl, &quot;_blank&quot;);
}
}
}
}


&lt;strong&gt;And the problem is:&lt;/strong&gt;

The menu is only show the &quot;u&quot;.



And the URL address is link to: 

 &quot; file://localhost/D:/Course/Project3000/Flash%20site/Menu/undefined &quot;
&lt;code&gt;&lt;/code&gt;

</description>
		<content:encoded><![CDATA[<p><strong>My XML FILE:</strong></p>
<p>(The wordpress automatic translate my XML code to this)<br />
Trademe<br />
NMIT<br />
QQ<br />
Gmail</p>
<p><strong>My flash AS2.0 code:</strong></p>
<p>stop();<br />
menuXML = new XML();<br />
menuXML.load(&#8220;myMenu.XML&#8221;);<br />
menuXML.ignoreWhite = true;<br />
menuXML.onLoad = function(success) {<br />
if (success) {<br />
menuItem = menuXML.firstChild.childNodes;<br />
for (var i=0; i&lt;menuItem.length; i++) {<br />
item = _root.attachMovie(&#8220;itemClip&#8221;, &#8220;itemClip&#8221; + i, i);<br />
item._x = 0;<br />
item._y = 20*i;<br />
item.itemLabel.text = menuItem.attributes.name;<br />
item.myUrl = menuItem.attributes.url;<br />
item.onRelease = function() {<br />
getURL(nenuXML.myUrl, &#8220;_blank&#8221;);<br />
}<br />
}<br />
}<br />
}</p>
<p><strong>And the problem is:</strong></p>
<p>The menu is only show the &#8220;u&#8221;.</p>
<p>And the URL address is link to: </p>
<p> &#8221; file://localhost/D:/Course/Project3000/Flash%20site/Menu/undefined &#8221;<br />
<code></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
