<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flash Speaks Actionscript &#187; Book</title>
	<atom:link href="http://flashspeaksactionscript.com/tag/book/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashspeaksactionscript.com</link>
	<description>Learn and Speak Actionscript</description>
	<lastBuildDate>Sat, 10 Mar 2012 02:45:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Moving From AS2 to AS3: A Handy List of Resources</title>
		<link>http://flashspeaksactionscript.com/as2-to-as3-handy-list-of-resources/</link>
		<comments>http://flashspeaksactionscript.com/as2-to-as3-handy-list-of-resources/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 15:00:27 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[AS2 to AS3]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[roundup]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=4361</guid>
		<description><![CDATA[The shift of developers moving from AS2 to AS3 is possibly entering its last wave.   To accommodate those still making that move from AS2 to AS3, I decided to gather a bunch of resources that will aid in that journey. ]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fas2-to-as3-handy-list-of-resources%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Moving%20From%20AS2%20to%20AS3%3A%20A%20Handy%20List%20of%20Resources%20%23AS2%20to%20AS3%20%23Book%20%23Featured%20%23roundup%22%20%7D);"></div>
<p>The shift of developers moving from AS2 to AS3 is possibly entering its last wave.   To accommodate those still making that move from AS2 to AS3, I decided to gather a bunch of resources that will aid in that journey.  If there is any that I might of missed, feel free to share your resource via the comments.</p>
<h2>Books</h2>
<h3><a href="http://www.amazon.com/gp/product/0321555589?ie=UTF8&amp;tag=flashspeakact-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321555589">The ActionScript 3.0 Migration Guide: Making the Move from ActionScript 2.0</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=flashspeakact-20&amp;l=as2&amp;o=1&amp;a=0321555589" alt="" width="1" height="1" border="0" /></h3>
<p>The book explains the most important and fundamental changes in ActionScript drawing comparisons between the two languages both visually and contextually. With a comprehensive index and robust table of contents designers and developers will easily be able to locate the old an/or new codes with side-by-side comparisons of how to program both and the explanation of the concepts behind them.</p>
<h3><a href="http://www.amazon.com/gp/product/059652787X?ie=UTF8&amp;tag=flashspeakact-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=059652787X">Learning ActionScript 3.0: A Beginner&#8217;s Guide</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=flashspeakact-20&amp;l=as2&amp;o=1&amp;a=059652787X" alt="" width="1" height="1" border="0" /></h3>
<p>In this book, authors Rich Shupe and Zevan Rosser share the knowledge they&#8217;ve gained from their years as multimedia developers/designers and teachers. Learning ActionScript 3.0 gives you a solid foundation in the language of Flash and demonstrates how you can use it for practical, everyday projects.</p>
<p>Written for those of you new to ActionScript 3.0, the book describes how ActionScript and Flash work, giving you a clear look into essential topics such as logic, event handling, displaying content, migrating legacy projects to ActionScript 3.0, classes, and much more.</p>
<h3><a title="Stepping Into ActionScript" href="http://www.flasheezy.com/ebook" target="_blank">Stepping Into ActionScript3: The Complete Guide for Easy Migration from AS2 to AS3</a></h3>
<p><strong>Stepping into ActionScript 3</strong> is a beginner’s guide to development with ActionScript 3 for the Flash and Flex development environments. In this 38 page ebook you’ll get simple step by step examples with code snippets that you can easily copy and paste. You’ll learn everything you need to know about variables, functions, classes, interfaces, events and the display list.</p>
<h2>Tutorials</h2>
<h3><a title="AS2 to AS3: Button Press" href="http://flashspeaksactionscript.com/moving-from-flash-as2-to-flash-as3-button-press/" target="_self">Moving from Flash AS2 to Flash AS3: Button Press</a></h3>
<p>The simple button press is probably one of the most used features for Flash users. With ActionScript 3.0, this has changed quite a bit. This tutorial will directly focus on just that.</p>
<h3><a title="AS2 to AS3: Handling Depths" href="http://flashspeaksactionscript.com/moving-from-as2-to-as3-handling-depths/" target="_self">Moving From AS2 to AS3: Handling Depths</a></h3>
<p>Managing depths in AS2 was pretty annoying and time consuming. You’d spend so much time dedicating depth ranges for MovieClip groups, but in the end the limitations of AS2 really got the last laugh. Who’s laughing now?</p>
<h3><a title="AS2 to AS3: Dynamic Masks" href="http://flashspeaksactionscript.com/moving-from-as2-to-as3-creating-dynamic-masks/" target="_self">Moving From AS2 to AS3: Creating Dynamic Masks</a></h3>
<p>Dynamic mask objects have been key to many Flash project’s success. When it comes to migrating over from AS2 to AS3, you’ll find that things have changed as the method <strong>“setMask()”</strong> in AS2 is now a property called “mask”. This tutorial compares the two solutions and offering an efficient solution to creating dynamic masks using AS3.</p>
<h3><a title="AS2 to AS3: Loading External Sounds" href="http://flashspeaksactionscript.com/loading-external-sounds-using-as3/" target="_self">Loading External Sounds Using AS3</a></h3>
<p>Loading external sound into your Flash projects using AS2 is a fairly easy task.  Using AS3 to load external sounds is just as simple.  I am going to quickly go over how to load an external sound file using AS3 in comparison to AS2 syntax.</p>
<h3><a title="AS2 to AS3: Playing Sounds" href="http://flashspeaksactionscript.com/playing-stopping-and-pausing-sounds-using-as3/" target="_self">Playing, Stopping, and Pausing Sounds Using AS3</a></h3>
<p>When controlling audio, being able to stop or pause then play again might be a good place to start.   In this tutorial, I will be demonstrating how to play, stop, and pause sounds using AS3 once you have the sound loaded into Flash.</p>
<h3><a title="AS2 to AS3: Preloading Content" href="http://flashspeaksactionscript.com/preloading-content-using-as3/" target="_self">Preloading Content Using AS3</a></h3>
<p>Preloading in AS3 is a more streamlined process due to the new &amp; improved event handling structure that AS3 brings to the table. You have more control over what gets preloaded and when it gets preloaded.  In this brief tutorial, I will demonstrate how to preload your Flash assets using AS3.</p>
<h3><a title="AS2 to AS3: Loading XML" href="http://flashspeaksactionscript.com/loading-xml-data-using-as3/" target="_self">Loading XML Data Using AS3</a></h3>
<p>The XML libraries have been completely overhauled in AS3. These new changes provide a much more seamless XML integration that is based on the web standards of E4X. In this example, I will go through and compare loading a XML file using AS2 versus AS3.</p>
<h3><a title="AS2 to AS3: Filtering XML" href="http://flashspeaksactionscript.com/filtering-xml-data-using-as3/" target="_self">Filtering XML Data Using AS3</a></h3>
<p>Filtering data XML data using AS2 has to be one of the most sought out features when dealing with XML-driven Flash projects. Being able to automatically grab certain relevant information without manually searching each and every XML node and/or attribute.  Another new feature in AS3 is the ability to filter and display only the data you are interested in. This tutorial focuses on that specific topic.</p>
<h3><a title="AS2 to AS3: Dynamic Frame Script" href="http://flashspeaksactionscript.com/dynamically-add-script-to-frames-of-a-movieclip-with-as3/" target="_self">Dynamically Add Script to Frames of a MovieClip with AS3</a></h3>
<p>It is always fun when you come across an undocumented feature, especially when it sounds to be extremely useful. One “known” undocumented feature within ActionScript 3.0 is the ability to add ActionScript to frames of a MovieClip via runtime.</p>
<h3><a title="AS2 to AS3: Adjust Frame Rate" href="http://flashspeaksactionscript.com/dynamically-adjust-the-frame-rate-of-a-flash-animation/" target="_self">Dynamically Adjust the Frame Rate of a Flash Animation</a></h3>
<p>New to ActionScript 3.0 is the ability to dynamically change the frame rate of an animation via runtime. By having this ability, you can create a slow motion animation without the exact precisiong in keyframe timing. You can also use this to lower the frame rate for slower machines dynamically.  Let’s see it in action.</p>
<h3><a title="AS2 to AS3: Dynamic MovieClip Creation" href="http://flashspeaksactionscript.com/moving-from-flash-as2-to-flash-as3-dynamic-movieclip-creation/" target="_self">Moving From Flash AS2 to Flash AS3: Dynamic MovieClip Creation</a></h3>
<p>Creating a MovieClip dynamically  is a task you will find yourself doing often in ActionScript 3.0.  If you’ve ever tried this is AS2, it required the population of many parameters and a frequent trip to the Flash Help panel.  AS3 introduces much simplified solution to dynamically creating a MovieClip.</p>
<h3><a title="AS2 to AS3: MovieClip Properties" href="http://flashspeaksactionscript.com/moving-from-flash-as2-to-flash-as3-movieclip-properties/" target="_self">Moving From Flash AS2 to Flash AS3: MovieClip Properties</a></h3>
<p>The use of MovieClips within Flash development has become second nature to most of us.  As for modifying its properties, it has also become  a part of our everyday Flash routine.  It simply does not require any second thoughts when modifying them.  It’s time for a little change.</p>
<h3><a title="AS2 to AS3: Timeline Controls" href="http://flashspeaksactionscript.com/new-timeline-controls-in-as3/" target="_self">A Glimpse at the New Timeline Controls in AS3</a></h3>
<p>With all the changes that came with ActionScript 3.0, a few new Timeline properties were introduced with the hope that any Flash animator, designer or developer would come to appreciate. The lack of exact control or knowledge of where you area on the Timeline or scene gets a bit irritating when you do not want to stick with static frame numbers.</p>
<h3><a title="AS2 to AS3: Paths" href="http://flashspeaksactionscript.com/moving-from-flash-as2-to-flash-as3-paths/" target="_self">Moving from Flash AS2 to Flash AS3: Paths</a></h3>
<p>As a ActionScript 2.0 developer, one of the first hurdles to overcome when first using ActionScript 3.0 was _parent and _root. They’ve respectively changed to parent and root and they don’t entirely work as intended.  Let&#8217;s break it down!</p>
<h3><a title="AS2 to AS3: _root" href="http://flashspeaksactionscript.com/moving-from-flash-as2-to-flash-as3-_root/" target="_self">Moving From Flash AS2 to Flash AS3: _root</a></h3>
<p>Before ActionScript 3.0, the _root variable call referred to the timeline of the original host SWF no matter how many SWFs were previously loaded.  I have always saw it as the bail out plan, because no good ever came from _root is AS2.  Since _root can easily be compared to an absolute address, the long term effects will be felt especially as your code becomes more object-oriented.</p>
<h3><a title="AS2 to AS3: getURL" href="http://flashspeaksactionscript.com/moving-from-flash-as2-to-flash-as3-geturl/" target="_self">Moving From Flash AS2 to Flash AS3: getURL</a></h3>
<p>The command getURL used to a be very easy way to create an outbound link within Flash. This one line of code code easily fitted perfectly within a button onRelease event. Not so easy anymore.</p>
<h3><a title="AS2 to AS3: Switch Statements" href="http://flashspeaksactionscript.com/conditional-statements/" target="_self">Conditional Statements: Switch Versus If/Else if/Else</a></h3>
<p>You will often need to make a decision in your ActionScript, choosing to do one thing under one situation, and another thing under a different situation. The use of conditionals is a great way to accomplish this and can very well be your most used ActionScript solution.</p>
<h3><a title="AS2 to AS3: Keyboard Interactivity" href="http://flashspeaksactionscript.com/keyboard-interactivity-within-as3/" target="_self">Keyboard Interactivity Within AS3</a></h3>
<p>Keyboard interactivity within the new AS3 environment has changed from its predecessor, AS2. With the changes to the button press in AS3, you’d might expect the Keyboard event calls to receive no easier treatment in how you use them.  Let&#8217;s take a look at the improvements.</p>
<h3><a title="AS2 to AS3: Drag and Drop" href="http://flashspeaksactionscript.com/moving-from-flash-as2-to-flash-as3-drag-and-drop/" target="_self">Moving From Flash AS2 to Flash AS3: Drag and Drop</a></h3>
<p>Creating drag and drop functionality in is Actionscript 3.0 quite different than in older versions. While still relatively straightforward, it can still be a little odd to those not really familiar with the new Actionscript 3.0 structure.</p>
<h3><a title="AS2 to AS3: FlashVars" href="http://flashspeaksactionscript.com/moving-from-flash-as2-to-flash-as3-flashvars/" target="_self">Moving From Flash AS2 to Flash AS3: FlashVars</a></h3>
<p>The key difference between AS2 and AS3 is how to retrieve the FlashVars. The FlashVars are no longer available in the _root level of the movie. Instead, you must use the new LoaderInfo class object to access the FlashVars.</p>
<h3><a title="AS2 to AS3: Custom Cursor" href="http://flashspeaksactionscript.com/create-a-custom-cursor-using-as3/" target="_self">Create a Custom Cursor Using AS3</a></h3>
<p>The simplicity of creating a custom cursor within Flash is a task that will surely be used time after time again.  Well, as for creating a custom cursor using AS3, the syntax used is identical as written in AS2.</p>
<h3><a title="Migrating from AS2 to AS3" href="http://www.bigspaceship.com/blog/labs/migrating-from-as2-to-as3/" target="_self">Migrating from AS2 to AS3</a></h3>
<p>A lot of questions are being asked about AS3 people. A lot. You have every reason to be frightened. We were frightened, too. But it&#8217;s okay. AS3 has replaced all of the old annoying quirks with a slew of new ones. There&#8217;s lots more to be frustrated over, and the best part is you don&#8217;t even know what it is yet.  The guys over at Big Spaceship go over some of the key changes when going from AS2 to AS3.</p>
<h3><a title="AS2 to AS3: MovieClip Buttons" href="http://www.8bitrocket.com/2008/1/17/Moving-From-Flash-AS2-To-Flash-AS3-MovieClip-Buttons-In-MovieClip-Classes/" target="_self">Moving From Flash AS2 To Flash AS3: MovieClip Buttons In MovieClip Classes</a></h3>
<p>When using MovieClips as buttons in AS3, there are a few kinks that knowing ahead of time will prevent yourself from going crazy.  This tutorial will walk you through them.</p>
<h3><a title="Introduction to event handling in ActionScript 3.0 " href="http://www.adobe.com/devnet/actionscript/articles/event_handling_as3.html" target="_blank">Introduction to Event Handling in ActionScript 3.0</a></h3>
<p>Event handling in ActionScript has changed significantly over the past few releases of Flash Player. With the introduction of ActionScript 3.0, this trend continues. Using ActionScript 3.0, you have even more control when working with events. This article covers the new features related to event handling in ActionScript 3.0.</p>
<h2>Additional Resources</h2>
<h3><a title="ActionScript 3 Tip of the Day" href="http://www.kirupa.com/forum/showthread.php?t=223798" target="_blank">ActionScript 3.0 Tip of the Day</a></h3>
<p>Senocular&#8217;s popular ActionScript 3.0 tips provide a in depth view on providing AS2 to AS3 conversions of daily ActionScript tasks.  Well worth a look and can potentially save you a lot of early stage headaches.</p>
<h3><a title="Introductory AS3" href="http://gskinner.com/talks/as3workshop/" target="_blank">Introductory AS3</a></h3>
<p><a href="http://gskinner.com/"> Grant Skinner</a> has released an immensely useful slide deck from his Introductory AS3 workshop and is a priceless resource for those late development nights.</p>
<h3><a title="10 Books to Help in Learning AS3" href="http://flashspeaksactionscript.com/10-books-to-help-in-learning-as3/" target="_self">10 Books to Help in Learning AS3</a></h3>
<p>While not all our paths to learning ActionScript 3.0 are the same, the resources that are provided to us are. Some like taking that direct dive into it and learn from their mistakes. Others would prefer to learn through someone else’s following.  Here is a list of the 10 books that may possibly help you learn and/or expand your knowledge of ActionScript 3.0.</p>
<h3><a title="Six Reasons to Use ActionScript 3.0" href="http://flashspeaksactionscript.com/here-are-six-reasons-to-use-actionscript-30/" target="_self">Six Reasons to Use ActionScript 3.0</a></h3>
<p>In this article, <a title="Six Reasons to use ActionScript 3.0" href="http://www.adobe.com/devnet/actionscript/articles/six_reasons_as3.html">Lee Brimelow</a> hopes to dispel some of the misconceptions that have been placed upon ActionScript 3.0 and why he believes you should use ActionScript 3.0 exclusively in your Flash projects.</p>
<h3><a title="ActionScript 3.0: Is It Hard or Not?" href="http://insideria.com/2008/01/actionscript-30-is-it-hard-or.html" target="_blank">ActionScript 3.0: Is It Hard or Not?</a></h3>
<p>In parts of the Flash community, ActionScript 3.0 seems to have gained a reputation for being &#8220;hard&#8221;—particularly among those who have not yet tried the new language. Is the reputation warranted? In this article, Colin Moock expresses his opinions and facts as to why AS3 is not hard at all.</p>
<h3><a title="ActionScript 2.0 to 3.0 Migration Cheatsheets" href="http://www.actionscriptcheatsheet.com/downloads/as3cs_migration.pdf" target="_self">ActionScript 2.0 to 3.0 Migration Cheatsheets</a></h3>
<p>Cheat sheets relating to AS2 to AS3 syntax migrations.</p>
<h3><a title="Top five misperceptions about ActionScript 3 " href="http://www.adobe.com/devnet/actionscript/articles/as3_misperceptions.html" target="_blank">Top five misperceptions about ActionScript 3</a></h3>
<p>ActionScript 3.0 is no more difficult to learn than any other programming or scripting language. If you are familiar with ActionScript 2.0, the language semantics are pretty much the same, although you will need to learn new ways of doing some common tasks.  This article looks to calm those misconceptions.</p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/as2-to-as3-handy-list-of-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Books to Help in Learning AS3</title>
		<link>http://flashspeaksactionscript.com/10-books-to-help-in-learning-as3/</link>
		<comments>http://flashspeaksactionscript.com/10-books-to-help-in-learning-as3/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 12:00:54 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[AS2 to AS3]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[roundup]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3442</guid>
		<description><![CDATA[<p>While not all our paths to learning ActionScript 3.0 are the same, the resources that are provided to us are.   Some like taking that direct dive into it and learn from their mistakes.  Others would prefer to learn through someone else's following.  I have compiled a<strong> list of the 10 books</strong> that may possibly help you learn and/or expand your knowledge of  ActionScript 3.0.</p>
]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252F10-books-to-help-in-learning-as3%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%2210%20Books%20to%20Help%20in%20Learning%20AS3%20%23AS2%20to%20AS3%20%23Book%20%23roundup%22%20%7D);"></div>
<p>While not all our paths to learning ActionScript 3.0 are the same, the resources that are provided to us are. Some like taking that direct dive into it and learn from their mistakes. Others would prefer to learn through someone else&#8217;s following. I have compiled a list of the 10 books that may possibly help you learn and/or expand your knowledge of ActionScript 3.0.<br />
<object id="Player_dd0d3b54-be26-40c0-9a88-3ec36855677c" width="430" height="324" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822%2FUS%2Fflashspeakact-20%2F8003%2Fdd0d3b54-be26-40c0-9a88-3ec36855677c&amp;Operation=GetDisplayTemplate" /><param name="quality" value="high" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822%2FUS%2Fflashspeakact-20%2F8003%2Fdd0d3b54-be26-40c0-9a88-3ec36855677c&amp;Operation=GetDisplayTemplate" /><embed id="Player_dd0d3b54-be26-40c0-9a88-3ec36855677c" width="430" height="324" type="application/x-shockwave-flash" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822%2FUS%2Fflashspeakact-20%2F8003%2Fdd0d3b54-be26-40c0-9a88-3ec36855677c&amp;Operation=GetDisplayTemplate" data="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822%2FUS%2Fflashspeakact-20%2F8003%2Fdd0d3b54-be26-40c0-9a88-3ec36855677c&amp;Operation=GetDisplayTemplate" quality="high" allowscriptaccess="always" /></object></p>
<p><noscript>&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;A HREF=&#8221;http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;MarketPlace=US&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;ID=V20070822%2FUS%2Fflashspeakact-20%2F8003%2Fdd0d3b54-be26-40c0-9a88-3ec36855677c&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;Operation=NoScript&#8221; mce_HREF=&#8221;http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;MarketPlace=US&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;ID=V20070822%2FUS%2Fflashspeakact-20%2F8003%2Fdd0d3b54-be26-40c0-9a88-3ec36855677c&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;Operation=NoScript&#8221;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;Amazon.com Widgets&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/A&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;</noscript></p>
<h3><a title="Learning ActionScript 3.0" href="http://www.amazon.com/gp/product/059652787X?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=059652787X" target="_blank"><img class="alignleft size-full wp-image-3485" title="Learning ActionScript 3.0" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/04/learning-actionscript-3.jpg" alt="Learning ActionScript 3.0" width="80" height="97" /></a><a title="Learning ActionScript 3.0" href="http://www.amazon.com/gp/product/059652787X?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=059652787X" target="_blank">Learning ActionScript 3.0: A Beginner&#8217;s Guide</a></h3>
<p>Written for those of you new to ActionScript 3.0, the book describes how ActionScript and Flash work, giving you a clear look into essential topics such as logic, event handling, displaying content, migrating legacy projects to ActionScript 3.0, classes, and much more. You will learn important techniques through hands-on exercises, and then build on those skills as chapters progress.</p>
<h3><a title="Essential ActionScript 3.0" href="http://www.amazon.com/gp/product/0596526946?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0596526946" target="_blank"><img class="alignleft size-full wp-image-3482" title="Essential ActionScript 3.0" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/04/essential-actionscript-3.jpg" alt="Essential ActionScript 3.0" width="80" height="105" /></a><a title="Essential ActionScript 3.0" href="http://www.amazon.com/gp/product/0596526946?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0596526946" target="_blank">Essential ActionScript 3.0</a></h3>
<p>ActionScript 3.0 is a huge upgrade to Flash&#8217;s programming language. The enhancements to ActionScript&#8217;s performance, feature set, ease of use, cleanliness, and sophistication are considerable. Essential ActionScript 3.0 focuses on the core language and object-oriented programming, along with the Flash Player API. Essential ActionScript has become the #1 resource for the Flash and ActionScript development community, and the reason is the author, Colin Moock.</p>
<h3><a title="Object-Oriented ActionScript 3.0" href="http://www.amazon.com/gp/product/1590598458?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1590598458" target="_blank"><img class="alignleft size-full wp-image-3486" title="Object-Oriented ActionScript 3.0" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/04/object-oriented-actionscript-3.jpg" alt="Object-Oriented ActionScript 3.0" width="80" height="96" /></a><a title="Object-Oriented ActionScript 3.0" href="http://www.amazon.com/gp/product/1590598458?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1590598458" target="_blank">Object-Oriented ActionScript 3.0</a></h3>
<p>Object-oriented programming (OOP) is something that is usually considered a black art for hardcore programmers, not a topic of conversation for Flash developers. However, when adobe introduced ActionScript 3.0 to the mix, it changed everything. ActionScript 3.0 is much more powerful than previous versions, allowing Flash developers to produce robust object-oriented applications.</p>
<h3><a title="ActionScript 3.0 Design Patterns" href="http://www.amazon.com/gp/product/0596528469?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0596528469" target="_blank"><img class="alignleft size-full wp-image-3479" title="ActionScript 3.0 Design Patterns" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/04/actionscript-3-design-patterns.jpg" alt="ActionScript 3.0 Design Patterns" width="80" height="105" /></a><a title="ActionScript 3.0 Design Patterns" href="http://www.amazon.com/gp/product/0596528469?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0596528469" target="_blank">ActionScript 3.0 Design Patterns: Object Oriented Programming Techniques</a></h3>
<p>Now that ActionScript is reengineered from top to bottom as a true object-oriented programming (OOP) language, reusable design patterns are an ideal way to solve common problems in Flash and Flex applications. If you&#8217;re an experienced Flash or Flex developer ready to tackle sophisticated programming techniques with ActionScript 3.0, this hands-on introduction to design patterns is the book you need.</p>
<h3><a title="The ActionScript 3.0 Quick Reference Guide" href="http://www.amazon.com/gp/product/0596517351?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0596517351" target="_blank"><img class="alignleft size-full wp-image-3481" title="ActionScript 3.0 Reference Guide" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/04/actionscript-3-reference-guide.gif" alt="ActionScript 3.0 Reference Guide" width="80" height="120" /></a><a title="The ActionScript 3.0 Quick Reference Guide" href="http://www.amazon.com/gp/product/0596517351?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0596517351" target="_blank">The ActionScript 3.0 Quick Reference Guide</a></h3>
<p>This guide is designed specifically to help Flash designers and developers make the leap from ActionScript 2.0 to the new object-oriented ActionScript 3.0 quickly and painlessly. Formatted so you can find any topic easily.  ActionScript 3.0 Quick Reference Guide explains: Object-oriented programming (OOP) concepts, such as packages and classes ActionScript 3.0 features and player enhancements that improve performance.  Workflow differences between ActionScript 2.0 and ActionScript 3.0 including tools, code editing, component sets,etc.</p>
<h3><a title="ActionScript 3.0 Bible" href="http://www.amazon.com/gp/product/0470135603?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0470135603" target="_blank"><img class="alignleft size-full wp-image-3477" title="ActionScript3.0 Bible" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/04/actionscript-3-bible.jpg" alt="ActionScript3.0 Bible" width="80" height="107" /></a><a title="ActionScript 3.0 Bible" href="http://www.amazon.com/gp/product/0470135603?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0470135603" target="_blank">ActionScript 3.0 Bible</a></h3>
<p>ActionScript has matured into a full-fledged, object-oriented programming language for creating cutting-edge Web applications, and this comprehensive book is just what you need to succeed.  If you want to addinteractivity to Flash, build Flex applications, or work with animation — it&#8217;s all here, and more. Packed with clear instruction, step-by-step tutorials, and advanced techniques, this book is your go-to guide to unlock the power of this amazing language. Learn the basics, apply object-oriented programming, and more.</p>
<h3><a title="The ActionScript 3.0 Migration Guide" href="http://www.amazon.com/gp/product/0321555589?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0321555589" target="_blank"><img class="alignleft size-full wp-image-3480" title="ActionAcript 3.0 Migration Guide" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/04/actionscript-3-migration-guide.jpg" alt="ActionAcript 3.0 Migration Guide" width="80" height="98" /></a><a title="The ActionScript 3.0 Migration Guide" href="http://www.amazon.com/gp/product/0321555589?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0321555589" target="_blank">The ActionScript 3.0 Migration Guide: Making the Move from ActionScript 2.0</a></h3>
<p>In this essential and timely guide, ActionScript expert Kris Hadlock speaks squarely to the many thousands of ActionScript 2.0 users who need to make the leap right away. The ActionScript Migration Guide covers all of the major changes in ActionScript from version 2 to 3. The book explains the most important and fundamental changes in ActionScript drawing comparisons between the two languages both visually and contextually.</p>
<h3><a title="Foundation ActionScript 3.0" href="http://www.amazon.com/gp/product/1590598156?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1590598156" target="_blank"><img class="alignleft size-full wp-image-3494" title="Foundation ActionScript 3.0" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/04/foundation-actionscript-3.jpg" alt="Foundation ActionScript 3.0" width="80" height="96" /></a><a title="Foundation ActionScript 3.0" href="http://www.amazon.com/gp/product/1590598156?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1590598156" target="_blank">Foundation ActionScript 3.0 with Flash CS3 and Flex</a></h3>
<p>This book covers all the essential techniques from the ground up, allowing you to get up and running quickly and easily. Starting with the fundamentals, youll learn about using ActionScript objects, manipulating sound and video, and harnessing the power of regular expressions and XML.  The book concludes with two case studies to consolidate what you&#8217;ve learned and to introduce some more advanced techniques.</p>
<h3><a title="ActionScript 3.0 Bible" href="http://www.amazon.com/gp/product/0596526954?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0596526954" target="_blank"><img class="alignleft size-full wp-image-3491" title="ActionScript 3.0 Cookbook" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/04/actionscript-3-cookbook1.jpg" alt="ActionScript 3.0 Cookbook" width="80" height="105" /></a><a title="ActionScript 3.0 Cookbook" href="http://www.amazon.com/gp/product/0596526954?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0596526954" target="_blank">ActionScript 3.0 Cookbook</a></h3>
<p>Each code recipe presents the Problem, Solution, and Discussion of how you can use it in other ways or personalize it for your own needs, and why it works. You can quickly locate the recipe that most closely matches your situation and get the solution without reading the whole book to understand the underlying code.  Solutions progress from short recipes for small problems to more complex scripts for thornier riddles, and the discussions offer a deeper analysis for resolving similar issues in the future.</p>
<h3><a title="Foundation ActionScript 3.0 Animation" href="http://www.amazon.com/gp/product/1590597915?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1590597915" target="_blank"><img class="alignleft size-full wp-image-3484" title="Foundation ActionScript 3.0 Animation" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/04/foundation-actionscript-3-animation.jpg" alt="Foundation ActionScript 3.0 Animation" width="80" height="96" /></a><a title="Foundation ActionScript 3.0 Animation" href="http://www.amazon.com/gp/product/1590597915?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1590597915" target="_blank">Foundation Actionscript 3.0 Animation: Making Things Move!</a></h3>
<p>The material inside this book covers everything you need to know to harness the power of ActionScript 3.0. First, all the basics of script-based animation and setting up an ActionScript 3.0 project are covered. An introduction to object-oriented programming follows, with the new syntax, events, and rendering techniques of ActionScript 3.0 explained, giving you the confidence to use the language, whether starting from scratch or moving up from ActionScript 2.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/10-books-to-help-in-learning-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash and Math Applets Released!</title>
		<link>http://flashspeaksactionscript.com/flash-and-math-applets-released/</link>
		<comments>http://flashspeaksactionscript.com/flash-and-math-applets-released/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 15:00:37 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Book]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2530</guid>
		<description><![CDATA[The site we all know and love, Flash and Math, has just released a new book called
Flash and Math Applets: Learn by Example.  The book is filled with rich examples and offer the credibility to back them up.
]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fflash-and-math-applets-released%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FoThXDx%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Flash%20and%20Math%20Applets%20Released%21%20%23Book%22%20%7D);"></div>
<p>The site we all know and love, <a title="News from flashandmath.com" href="http://www.flashandmath.com/" target="_blank">Flash and Math</a>, has just released a new book called<br />
<a title="Flash and Math Applets: Learn by Example" href="http://www.amazon.com/gp/product/1439222355?ie=UTF8&amp;tag=flashspeakact-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1439222355" target="_blank">Flash and Math Applets: Learn by Example</a>.  The book is filled with rich examples and offer the credibility to back them up.</p>
<h3>Product Description:</h3>
<p>The book illustrates the progression of ideas          and techniques that will take a Flash developer from novice to pro with          ActionScript 3 programming.  The book is unique in its approach of emphasizing the “timeline programming techniques” that have made Flash development accessible over the years.  Flash and Math also offers a step-by-step path to learning essential  AS3 programming that is based on these popular tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/flash-and-math-applets-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdvancED Flex 3 Now Available!</title>
		<link>http://flashspeaksactionscript.com/advanced-flex-3-now-available/</link>
		<comments>http://flashspeaksactionscript.com/advanced-flex-3-now-available/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 17:00:38 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Book]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2232</guid>
		<description><![CDATA[This <a title="AdvancED Flex 3" href="http://www.amazon.com/gp/product/1430210273?ie=UTF8&#38;tag=flashspeakact-20&#38;linkCode=as2&#38;camp=1789&#38;creative=390957&#38;creativeASIN=1430210273">book</a> makes advanced Flex 3 concepts and techniques easy. Ajax, RIA, Web 2.0, mashups, mobile, the most sophisticated Web tools and the coolest interactive Web applications are all covered with practical, visually-oriented recipes.]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fadvanced-flex-3-now-available%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FpQh1eP%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22AdvancED%20Flex%203%20Now%20Available%21%20%23Book%22%20%7D);"></div>
<p><strong>Product Description:</strong></p>
<p><strong><span style="font-weight: normal;">This <a title="AdvancED Flex 3" href="http://www.amazon.com/gp/product/1430210273?ie=UTF8&amp;tag=flashspeakact-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430210273">book</a> makes advanced Flex 3 concepts and techniques easy. Ajax, RIA, Web 2.0, mashups, mobile, the most sophisticated Web tools and the coolest interactive Web applications are all covered with practical, visually-oriented recipes.</span></strong></p>
<p><strong>In this book, you&#8217;ll learn how to:</strong></p>
<ul>
<li>Integrate Flex 3 with<strong> PHP, Java, JavaScript, and Ruby on Rails</strong>.</li>
<li>Tune the performance of your Flex applications.</li>
<li>Create mashups and collaborative applications using Flex 3.</li>
</ul>
<div><strong>Get more info on the book </strong><a title="AdvancED Flex 3 Product Page" href="http://www.amazon.com/gp/product/1430210273?ie=UTF8&amp;tag=flashspeakact-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430210273"><strong>AdvancED Flex 3</strong></a><strong>!</strong></div>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/advanced-flex-3-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe AIR Bible Now Available!</title>
		<link>http://flashspeaksactionscript.com/adobe-air-bible-now-available/</link>
		<comments>http://flashspeaksactionscript.com/adobe-air-bible-now-available/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 15:30:08 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Book]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=1955</guid>
		<description><![CDATA[<a title="Adobe AIR Bible" href="http://www.amazon.com/AIR-Bible-Wiley-Benjamin-Gorton/dp/0470284684?ie=UTF8&#38;s=books&#38;qid=1222918334&#38;sr=8-1&#38;tag=flashspeakact-20">Adobe AIR Bible</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=flashspeakact-20&#38;l=ur2&#38;o=1" border="0" alt="" width="1" height="1" /> promises to be a well rounded book on the topic of developing AIR using Flash, Flex, and JavaScript.  The AIR Bible will get developers up and running building simple AIR application, then take them through all aspects of the new API.]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fadobe-air-bible-now-available%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FnZ4TvQ%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Adobe%20AIR%20Bible%20Now%20Available%21%20%23Adobe%20AIR%20%23Book%22%20%7D);"></div>
<p><strong><a title="Adobe AIR Bible" href="http://www.amazon.com/AIR-Bible-Wiley-Benjamin-Gorton/dp/0470284684?ie=UTF8&amp;s=books&amp;qid=1222918334&amp;sr=8-1&amp;tag=flashspeakact-20">The Adobe AIR Bible</a></strong><strong> promises to be a well rounded book on the topic of developing AIR using Flash, Flex, and JavaScript</strong>.</p>
<h3>Product Description</h3>
<p>Adobe AIR is a revolutionary technology that blurs the line between the desktop and the web. The AIR Bible will get developers up and running building simple AIR application, then take them through all aspects of the new API. The authors have a wealth of experience in building Rich Internet Applications using Flex, Flash, HTML, and Ajax. They will bring their experience to the table walking the reader through application programming topics and demystifying the techniques developers use to build the kind of complex application that readers are sure to want to build with this exciting new technology.</p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/adobe-air-bible-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 850/871 objects using disk: basic

Served from: flashspeaksactionscript.com @ 2012-05-23 15:30:35 -->
