<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: FlashCS3 Class Path Oddities</title>
	<atom:link href="http://natejc.com/blog/2007/06/flashcs3-class-path-oddities/feed/" rel="self" type="application/rss+xml" />
	<link>http://natejc.com/blog/2007/06/flashcs3-class-path-oddities/</link>
	<description>Flash &#38; AS3 info, source, &#38; experiments</description>
	<lastBuildDate>Fri, 13 Jan 2012 17:18:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Oliver Mrgan</title>
		<link>http://natejc.com/blog/2007/06/flashcs3-class-path-oddities/comment-page-1/#comment-765</link>
		<dc:creator>Oliver Mrgan</dc:creator>
		<pubDate>Thu, 09 Aug 2007 19:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://natejc.com/blog/?p=59#comment-765</guid>
		<description>Well - I was wracking my brains with a similar problem - I had 2 .as files in one package, one directory deep. The first loaded, but the second threw up the same error you described. After pulling my hair out for ages I removed the classpath from the preferences - and it worked straight away.

Odd</description>
		<content:encoded><![CDATA[<p>Well &#8211; I was wracking my brains with a similar problem &#8211; I had 2 .as files in one package, one directory deep. The first loaded, but the second threw up the same error you described. After pulling my hair out for ages I removed the classpath from the preferences &#8211; and it worked straight away.</p>
<p>Odd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Chatellier</title>
		<link>http://natejc.com/blog/2007/06/flashcs3-class-path-oddities/comment-page-1/#comment-231</link>
		<dc:creator>Nate Chatellier</dc:creator>
		<pubDate>Thu, 14 Jun 2007 07:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://natejc.com/blog/?p=59#comment-231</guid>
		<description>Sorry it took a little longer than anticipated, but I finally got around to posting how and why we organize things the way that we do. Check it out here: http://natejc.com/blog/?p=61</description>
		<content:encoded><![CDATA[<p>Sorry it took a little longer than anticipated, but I finally got around to posting how and why we organize things the way that we do. Check it out here: <a href="http://natejc.com/blog/?p=61" rel="nofollow">http://natejc.com/blog/?p=61</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike J</title>
		<link>http://natejc.com/blog/2007/06/flashcs3-class-path-oddities/comment-page-1/#comment-224</link>
		<dc:creator>Mike J</dc:creator>
		<pubDate>Tue, 12 Jun 2007 16:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://natejc.com/blog/?p=59#comment-224</guid>
		<description>Looking forward to hearing how you handle it. We use FlashDevelop, so it&#039;s a simple matter to set a global classpath to point to the common library directory.</description>
		<content:encoded><![CDATA[<p>Looking forward to hearing how you handle it. We use FlashDevelop, so it&#8217;s a simple matter to set a global classpath to point to the common library directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Peters</title>
		<link>http://natejc.com/blog/2007/06/flashcs3-class-path-oddities/comment-page-1/#comment-221</link>
		<dc:creator>Keith Peters</dc:creator>
		<pubDate>Tue, 12 Jun 2007 07:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://natejc.com/blog/?p=59#comment-221</guid>
		<description>It&#039;s not odd at all. The package name of the class starts at the root of the class path. Since you are setting your class path to com.natejc, Flash sees the file as being &quot;display.utils.ImageLoader&quot;. How would it know about com.natejc? It doesn&#039;t magically look in parent directories til it finds &quot;com&quot; or something like that. You tell it where to start looking by setting the class path.

I agree with Felix though, that you should not mix your flas with your .as files.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not odd at all. The package name of the class starts at the root of the class path. Since you are setting your class path to com.natejc, Flash sees the file as being &#8220;display.utils.ImageLoader&#8221;. How would it know about com.natejc? It doesn&#8217;t magically look in parent directories til it finds &#8220;com&#8221; or something like that. You tell it where to start looking by setting the class path.</p>
<p>I agree with Felix though, that you should not mix your flas with your .as files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Chatellier</title>
		<link>http://natejc.com/blog/2007/06/flashcs3-class-path-oddities/comment-page-1/#comment-182</link>
		<dc:creator>Nate Chatellier</dc:creator>
		<pubDate>Sun, 03 Jun 2007 22:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://natejc.com/blog/?p=59#comment-182</guid>
		<description>Good question  :)

To say that the AS lib that I work with at my company is large, would be an understatement (in the world of Flash development anyway). I just checked, and it contains 13,576 files. Since there are a team of developers all working with these different classes, and since code re-use, inheritance, and polymorphism is extremely important to us, we&#039;ve had to get pretty creative on how to go about doing this...

Actually, rather than write a very long winded comment, I think I&#039;ll write an entire post about the methodology behind developing Flash apps in this type of environment (it might not be till later this week since I&#039;m going out of town for work).

So hang tight, and we&#039;ll talk more shortly  ;)</description>
		<content:encoded><![CDATA[<p>Good question  <img src='http://natejc.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To say that the AS lib that I work with at my company is large, would be an understatement (in the world of Flash development anyway). I just checked, and it contains 13,576 files. Since there are a team of developers all working with these different classes, and since code re-use, inheritance, and polymorphism is extremely important to us, we&#8217;ve had to get pretty creative on how to go about doing this&#8230;</p>
<p>Actually, rather than write a very long winded comment, I think I&#8217;ll write an entire post about the methodology behind developing Flash apps in this type of environment (it might not be till later this week since I&#8217;m going out of town for work).</p>
<p>So hang tight, and we&#8217;ll talk more shortly  <img src='http://natejc.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://natejc.com/blog/2007/06/flashcs3-class-path-oddities/comment-page-1/#comment-181</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Sun, 03 Jun 2007 21:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://natejc.com/blog/?p=59#comment-181</guid>
		<description>why would you put your fla in your AS lib?</description>
		<content:encoded><![CDATA[<p>why would you put your fla in your AS lib?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

