<?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: Top 8 Resources for Learning ActionScript 3</title>
	<atom:link href="http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/</link>
	<description>A blog about Flash &#38; ActionScript 3 from a designer&#039;s perspective</description>
	<lastBuildDate>Wed, 25 Jan 2012 16:35:07 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Wesley</title>
		<link>http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/comment-page-1/#comment-5119</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Tue, 01 Nov 2011 12:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=26#comment-5119</guid>
		<description>How to convert this AS2 to AS3:


COD:


System.useCodepage = true; 
cep.text=&quot;&quot;;

function buscaCep(cepNm) { 

var arquivo:XML = new XML();
arquivo.load(&quot;http://cep.republicavirtual.com.br/web_cep.php?cep=&quot;+cepNm+&quot;&amp;formato=xml&quot;); 

arquivo.ignoreWhite = true;

arquivo.onLoad = function() { 

	uf=this.childNodes[0].childNodes[2];
	cidade=this.childNodes[0].childNodes[3];
	bairro=this.childNodes[0].childNodes[4];
	tipo_logradouro=this.childNodes[0].childNodes[5];
	logradouro=this.childNodes[0].childNodes[6];

}

};

//nm.onKillFocus = buscaCep(cep); 

cep.onKillFocus = function () {
   if(this.text != &quot;&quot;){
      buscaCep(this.text);
   }
}</description>
		<content:encoded><![CDATA[<p>How to convert this AS2 to AS3:</p>
<p>COD:</p>
<p>System.useCodepage = true;<br />
cep.text=&#8221;";</p>
<p>function buscaCep(cepNm) { </p>
<p>var arquivo:XML = new XML();<br />
arquivo.load(&#8220;http://cep.republicavirtual.com.br/web_cep.php?cep=&#8221;+cepNm+&#8221;&amp;formato=xml&#8221;); </p>
<p>arquivo.ignoreWhite = true;</p>
<p>arquivo.onLoad = function() { </p>
<p>	uf=this.childNodes[0].childNodes[2];<br />
	cidade=this.childNodes[0].childNodes[3];<br />
	bairro=this.childNodes[0].childNodes[4];<br />
	tipo_logradouro=this.childNodes[0].childNodes[5];<br />
	logradouro=this.childNodes[0].childNodes[6];</p>
<p>}</p>
<p>};</p>
<p>//nm.onKillFocus = buscaCep(cep); </p>
<p>cep.onKillFocus = function () {<br />
   if(this.text != &#8220;&#8221;){<br />
      buscaCep(this.text);<br />
   }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graig Canta</title>
		<link>http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/comment-page-1/#comment-5104</link>
		<dc:creator>Graig Canta</dc:creator>
		<pubDate>Sun, 04 Sep 2011 12:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=26#comment-5104</guid>
		<description>Why pay when you can learn for  free ? That&#039;s the concept in the online world --  Internet. No matter what you are looking for, the Internet constantly has an answer for you.</description>
		<content:encoded><![CDATA[<p>Why pay when you can learn for  free ? That&#8217;s the concept in the online world &#8212;  Internet. No matter what you are looking for, the Internet constantly has an answer for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why to learn flash?? &#171; The Flash Blog</title>
		<link>http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/comment-page-1/#comment-5080</link>
		<dc:creator>Why to learn flash?? &#171; The Flash Blog</dc:creator>
		<pubDate>Wed, 15 Jun 2011 13:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=26#comment-5080</guid>
		<description>[...] http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/" rel="nofollow">http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Good sites to learn AS3 &#171; codewala</title>
		<link>http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/comment-page-1/#comment-5028</link>
		<dc:creator>Good sites to learn AS3 &#171; codewala</dc:creator>
		<pubDate>Sun, 09 Jan 2011 03:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=26#comment-5028</guid>
		<description>[...] and play adobe actionscript.org pixel 2 life flash perfection flash explained warm forest flash republic of code [...]</description>
		<content:encoded><![CDATA[<p>[...] and play adobe actionscript.org pixel 2 life flash perfection flash explained warm forest flash republic of code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger W</title>
		<link>http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/comment-page-1/#comment-5000</link>
		<dc:creator>Roger W</dc:creator>
		<pubDate>Thu, 28 Oct 2010 12:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=26#comment-5000</guid>
		<description>Hi Jerimiah and thanks for your list which I came across a few months ago, it inspired me to buy Learning ActionScript 3.0. I&#039;ve come back to your site as I&#039;m considering buying Essential ActionScript 3.0 by Colin Moock and wanted to re-read your review.

So just some feedback on your posting...

Learning ActionScript 3.0 - I&#039;d have to agree that this seems to be a good book but, at my age, 60, I&#039;ve been struggling with the whole of AS3 and have had to re-read parts of it several times. Nonetheless, this is the best resource I have on AS3.

Adobe&#039;s ActionScript for Adobe Flash (Classroom in a book) is a much poorer offering. I went through this book, did all the tutorials but still couldn&#039;t write the code I wanted.

Lynda.com. Lynda is OK with some very good analogies for describing functions, classes etc. but 2 things only give it average marks for me; like Classroom in a book, it didn&#039;t really help me write the code I wanted and, I&#039;m not anti american but after many hours of listening to the american accent it slightly put me off diving into the next chapter. Sorry about that. 

Finally, I think that your final paragraph in your review is absolutely spot on, i.e. get on and write some code. Like learning to speak French, every tutorial I have done so far has helped me to do one thing, say, order a meal in a French restaurant but didn&#039;t help me at all to, say, get my car fixed at a French garage. I was making little progress on understanding AS3 or my project until I actually started writing rubbish code and started to work out what was wrong with it.

Thanks so much.</description>
		<content:encoded><![CDATA[<p>Hi Jerimiah and thanks for your list which I came across a few months ago, it inspired me to buy Learning ActionScript 3.0. I&#8217;ve come back to your site as I&#8217;m considering buying Essential ActionScript 3.0 by Colin Moock and wanted to re-read your review.</p>
<p>So just some feedback on your posting&#8230;</p>
<p>Learning ActionScript 3.0 &#8211; I&#8217;d have to agree that this seems to be a good book but, at my age, 60, I&#8217;ve been struggling with the whole of AS3 and have had to re-read parts of it several times. Nonetheless, this is the best resource I have on AS3.</p>
<p>Adobe&#8217;s ActionScript for Adobe Flash (Classroom in a book) is a much poorer offering. I went through this book, did all the tutorials but still couldn&#8217;t write the code I wanted.</p>
<p>Lynda.com. Lynda is OK with some very good analogies for describing functions, classes etc. but 2 things only give it average marks for me; like Classroom in a book, it didn&#8217;t really help me write the code I wanted and, I&#8217;m not anti american but after many hours of listening to the american accent it slightly put me off diving into the next chapter. Sorry about that. </p>
<p>Finally, I think that your final paragraph in your review is absolutely spot on, i.e. get on and write some code. Like learning to speak French, every tutorial I have done so far has helped me to do one thing, say, order a meal in a French restaurant but didn&#8217;t help me at all to, say, get my car fixed at a French garage. I was making little progress on understanding AS3 or my project until I actually started writing rubbish code and started to work out what was wrong with it.</p>
<p>Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zhang Yuanlong(from China)</title>
		<link>http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/comment-page-1/#comment-4883</link>
		<dc:creator>Zhang Yuanlong(from China)</dc:creator>
		<pubDate>Tue, 17 Aug 2010 16:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=26#comment-4883</guid>
		<description>I have already studied as3 for almost a year.At this period all by myself,lots of painess and helplessness flooded to me for many problems on as3 couldn&#039;t be soloved even thoughtout the Internet. Thanks for sharing so wonderful resources!</description>
		<content:encoded><![CDATA[<p>I have already studied as3 for almost a year.At this period all by myself,lots of painess and helplessness flooded to me for many problems on as3 couldn&#8217;t be soloved even thoughtout the Internet. Thanks for sharing so wonderful resources!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salvync WWE</title>
		<link>http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/comment-page-1/#comment-4879</link>
		<dc:creator>Salvync WWE</dc:creator>
		<pubDate>Tue, 17 Aug 2010 00:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=26#comment-4879</guid>
		<description>Thank you so much. I am sure some if not all of this in the list will help me understand ActionScript 3 better.</description>
		<content:encoded><![CDATA[<p>Thank you so much. I am sure some if not all of this in the list will help me understand ActionScript 3 better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindy</title>
		<link>http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/comment-page-1/#comment-3780</link>
		<dc:creator>Cindy</dc:creator>
		<pubDate>Thu, 21 Jan 2010 15:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=26#comment-3780</guid>
		<description>Thanks so much for this list. Greatly appreciated. :)</description>
		<content:encoded><![CDATA[<p>Thanks so much for this list. Greatly appreciated. <img src='http://www.warmforestflash.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Legris</title>
		<link>http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/comment-page-1/#comment-3672</link>
		<dc:creator>Martin Legris</dc:creator>
		<pubDate>Mon, 14 Dec 2009 01:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=26#comment-3672</guid>
		<description>May I suggest http://tutorials.as3.ca ; I have been working on putting together the best tutorials on actionscript 3 for a while now. I agree it needs a design, but the content is golden!

thanks

Martin</description>
		<content:encoded><![CDATA[<p>May I suggest <a href="http://tutorials.as3.ca" rel="nofollow">http://tutorials.as3.ca</a> ; I have been working on putting together the best tutorials on actionscript 3 for a while now. I agree it needs a design, but the content is golden!</p>
<p>thanks</p>
<p>Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Marduk &#8211; Recommended Articles</title>
		<link>http://www.warmforestflash.com/blog/2009/01/top-8-resources-for-learning-actionscript-3/comment-page-1/#comment-3619</link>
		<dc:creator>Dmitry Marduk &#8211; Recommended Articles</dc:creator>
		<pubDate>Sat, 07 Nov 2009 18:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=26#comment-3619</guid>
		<description>[...] Top 8 Resources for Learning ActionScript 3   About the AuthorHi. I&#039;m Dmitry, a web designer from Brooklyn, NY. Like this article? Feel free to follow me on Twitter [...]</description>
		<content:encoded><![CDATA[<p>[...] Top 8 Resources for Learning ActionScript 3   About the AuthorHi. I&#39;m Dmitry, a web designer from Brooklyn, NY. Like this article? Feel free to follow me on Twitter [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

