<?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"
	>
<channel>
	<title>Comments on: as3cb errata</title>
	<atom:link href="http://blog.creacog.co.uk/2007/01/10/as3cb-errata/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.creacog.co.uk/2007/01/10/as3cb-errata/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 23:59:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: creacog</title>
		<link>http://blog.creacog.co.uk/2007/01/10/as3cb-errata/#comment-35</link>
		<dc:creator>creacog</dc:creator>
		<pubDate>Sun, 25 Mar 2007 23:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=26#comment-35</guid>
		<description>Update: The errata listed here are now included in the unconfirmed list on the O'Reilly site http://www.oreilly.com/catalog/actscpt3ckbk/errata/actscpt3ckbk.unconfirmed</description>
		<content:encoded><![CDATA[<p>Update: The errata listed here are now included in the unconfirmed list on the O&#8217;Reilly site <a href="http://www.oreilly.com/catalog/actscpt3ckbk/errata/actscpt3ckbk.unconfirmed" rel="nofollow">http://www.oreilly.com/catalog/actscpt3ckbk/errata/actscpt3ckbk.unconfirmed</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Vadneau</title>
		<link>http://blog.creacog.co.uk/2007/01/10/as3cb-errata/#comment-34</link>
		<dc:creator>Derek Vadneau</dc:creator>
		<pubDate>Fri, 23 Feb 2007 21:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=26#comment-34</guid>
		<description>Page 4

Original:
[SWF(width="800", height="600", backgroundColor="#ffffff", frameRate="31")]

This line is placed inside the main package block, but outside any class definitions (usually just before or after any import statements).


Correction:
[SWF(width="800", height="600", backgroundColor="#ffffff", frameRate="31")]

This line is placed inside the main package block, but outside any class definitions (usually just after any import statements).


The changed text is the removal of "before or", as it MUST be placed after any import statements.</description>
		<content:encoded><![CDATA[<p>Page 4</p>
<p>Original:<br />
[SWF(width="800", height="600", backgroundColor="#ffffff", frameRate="31")]</p>
<p>This line is placed inside the main package block, but outside any class definitions (usually just before or after any import statements).</p>
<p>Correction:<br />
[SWF(width="800", height="600", backgroundColor="#ffffff", frameRate="31")]</p>
<p>This line is placed inside the main package block, but outside any class definitions (usually just after any import statements).</p>
<p>The changed text is the removal of &#8220;before or&#8221;, as it MUST be placed after any import statements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: creacog</title>
		<link>http://blog.creacog.co.uk/2007/01/10/as3cb-errata/#comment-33</link>
		<dc:creator>creacog</dc:creator>
		<pubDate>Thu, 22 Feb 2007 23:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=26#comment-33</guid>
		<description>Good spot! And still the O'Reilly page claims no errata. How long should it take for these to filter through?</description>
		<content:encoded><![CDATA[<p>Good spot! And still the O&#8217;Reilly page claims no errata. How long should it take for these to filter through?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry</title>
		<link>http://blog.creacog.co.uk/2007/01/10/as3cb-errata/#comment-32</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Thu, 22 Feb 2007 20:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=26#comment-32</guid>
		<description>Page 396

Incorrect:
import flash.display.TextField;
import flash.display.TextFieldAutoSize;

Correct:
import flash.text.TextField;
import flash.text.TextFieldAutoSize;

I submitted this to O'Reilly already.</description>
		<content:encoded><![CDATA[<p>Page 396</p>
<p>Incorrect:<br />
import flash.display.TextField;<br />
import flash.display.TextFieldAutoSize;</p>
<p>Correct:<br />
import flash.text.TextField;<br />
import flash.text.TextFieldAutoSize;</p>
<p>I submitted this to O&#8217;Reilly already.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
