<?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: &#8220;Private&#8221; classes might cause a compile error</title>
	<atom:link href="http://blog.jactionscripters.com/2009/09/08/private-classes-might-cause-a-compile-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jactionscripters.com/2009/09/08/private-classes-might-cause-a-compile-error/</link>
	<description>More than 20 Japanese flash coders share the blog/ You will be junkie for this crazy Japanese Flash news</description>
	<lastBuildDate>Fri, 03 Sep 2010 02:19:10 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: NothingToLose</title>
		<link>http://blog.jactionscripters.com/2009/09/08/private-classes-might-cause-a-compile-error/comment-page-1/#comment-5908</link>
		<dc:creator>NothingToLose</dc:creator>
		<pubDate>Wed, 20 Jan 2010 09:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jactionscripters.com/?p=910#comment-5908</guid>
		<description>It was very interesting for me to read that post. Thanx for it. I like such topics and anything connected to them. BTW, try to add some pics :).</description>
		<content:encoded><![CDATA[<p>It was very interesting for me to read that post. Thanx for it. I like such topics and anything connected to them. BTW, try to add some pics <img src='http://blog.jactionscripters.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://blog.jactionscripters.com/2009/09/08/private-classes-might-cause-a-compile-error/comment-page-1/#comment-2450</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Wed, 14 Oct 2009 19:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jactionscripters.com/?p=910#comment-2450</guid>
		<description>Maybe you should try the internal namespace. I always use this in these cases and I&#039;ve never had any problems with many classes defined like this ... yet.</description>
		<content:encoded><![CDATA[<p>Maybe you should try the internal namespace. I always use this in these cases and I&#8217;ve never had any problems with many classes defined like this &#8230; yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fumio Nonaka</title>
		<link>http://blog.jactionscripters.com/2009/09/08/private-classes-might-cause-a-compile-error/comment-page-1/#comment-2022</link>
		<dc:creator>Fumio Nonaka</dc:creator>
		<pubDate>Sat, 26 Sep 2009 12:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jactionscripters.com/?p=910#comment-2022</guid>
		<description>Thank you for your comment, dumps.  And I am sorry for replying too late.


According to the [Help], &quot;only one class in each file can be declared inside a package declaration&quot;.  &quot;You must declare any additional classes outside your package definition&quot;.
http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7f9e.html#WS5b3ccc516d4fbf351e63e3d118a9b90204-7f93

If I remember correctly, the alpha version of ActionScript 3.0 once allowed to define &quot;private&quot; classes inside a package declaration, though.</description>
		<content:encoded><![CDATA[<p>Thank you for your comment, dumps.  And I am sorry for replying too late.</p>
<p>According to the [Help], &#8220;only one class in each file can be declared inside a package declaration&#8221;.  &#8220;You must declare any additional classes outside your package definition&#8221;.<br />
<a href="http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7f9e.html#WS5b3ccc516d4fbf351e63e3d118a9b90204-7f93" rel="nofollow">http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7f9e.html#WS5b3ccc516d4fbf351e63e3d118a9b90204-7f93</a></p>
<p>If I remember correctly, the alpha version of ActionScript 3.0 once allowed to define &#8220;private&#8221; classes inside a package declaration, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dumps</title>
		<link>http://blog.jactionscripters.com/2009/09/08/private-classes-might-cause-a-compile-error/comment-page-1/#comment-1573</link>
		<dc:creator>dumps</dc:creator>
		<pubDate>Tue, 08 Sep 2009 11:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jactionscripters.com/?p=910#comment-1573</guid>
		<description>I&#039;m not sure, but if you put the classes into de package, what happen?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure, but if you put the classes into de package, what happen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fumio Nonaka</title>
		<link>http://blog.jactionscripters.com/2009/09/08/private-classes-might-cause-a-compile-error/comment-page-1/#comment-1566</link>
		<dc:creator>Fumio Nonaka</dc:creator>
		<pubDate>Tue, 08 Sep 2009 05:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jactionscripters.com/?p=910#comment-1566</guid>
		<description>Right.  It is Flash CS4 Professional.  I added the information to my article.  Thank you for giving me the heads up, makc.</description>
		<content:encoded><![CDATA[<p>Right.  It is Flash CS4 Professional.  I added the information to my article.  Thank you for giving me the heads up, makc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: makc</title>
		<link>http://blog.jactionscripters.com/2009/09/08/private-classes-might-cause-a-compile-error/comment-page-1/#comment-1564</link>
		<dc:creator>makc</dc:creator>
		<pubDate>Tue, 08 Sep 2009 05:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jactionscripters.com/?p=910#comment-1564</guid>
		<description>oh wait, it&#039;s CS4, isn&#039;t it... whatever then, flash compiler sucked for a long time now.</description>
		<content:encoded><![CDATA[<p>oh wait, it&#8217;s CS4, isn&#8217;t it&#8230; whatever then, flash compiler sucked for a long time now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: makc</title>
		<link>http://blog.jactionscripters.com/2009/09/08/private-classes-might-cause-a-compile-error/comment-page-1/#comment-1563</link>
		<dc:creator>makc</dc:creator>
		<pubDate>Tue, 08 Sep 2009 05:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jactionscripters.com/?p=910#comment-1563</guid>
		<description>what sdk do you use to compile? i&#039;m on 4.0.0.4065 and there is no problem.</description>
		<content:encoded><![CDATA[<p>what sdk do you use to compile? i&#8217;m on 4.0.0.4065 and there is no problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
