<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for article: ActionScript 3.0, Classpaths, Packages and Project Organization and Management]]></title><link>http://www.actionscript.org/resources</link><description /><language>en-us</language><copyright><![CDATA[http://www.actionscript.org/resources]]></copyright><generator>N/A</generator><webMaster>general.redirect@gmail.com</webMaster><lastBuildDate>Sat, 21 Nov 2009 15:33:03 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12344</link><description><![CDATA[nice! thanks for writing<br/><br/>
(Comment posted by lam do at 10:53 am, Wed 3rd Dec 2008)]]></description><author>no@spam.com (lam do)</author><pubDate><![CDATA[Wed, 03 Dec 2008 10:53:30 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12344</guid></item><item><title><![CDATA[Comment #2 (Reply to Comment #1)]]></title><link>http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12345</link><description><![CDATA[Thanks Lam. As far as I know, the information presented here is basic but not obvious, and I couldn't find a good summary of this information in any of the books I have or anywhere on line, so I just put it together myself. I'm glad you liked it. Thanks.<br/><br/>
(Comment posted by Christopher Sky at 11:31 am, Wed 3rd Dec 2008)]]></description><author>no@spam.com (Christopher Sky)</author><pubDate><![CDATA[Wed, 03 Dec 2008 11:31:41 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12345</guid></item><item><title><![CDATA[Comment #3]]></title><link>http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12369</link><description><![CDATA[Useful tutorial.  There's too much basic info out there that people assume everyone knows, so it's nice to have a non-assuming tut available.  Thanks!<br/><br/>
(Comment posted by idyllhands at 6:26 pm, Sat 6th Dec 2008)]]></description><author>no@spam.com (idyllhands)</author><pubDate><![CDATA[Sat, 06 Dec 2008 18:26:36 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12369</guid></item><item><title><![CDATA[Comment #4]]></title><link>http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12516</link><description><![CDATA[For those who prefer as much of their package management as possible to be FLA-independent, adding the line

import Stars.*;

to Sky.as works much the same as added Stars to the .fla classpath and is especially easier to maintain if you have lots of different .fla files.<br/><br/>
(Comment posted by yournamehere at 6:23 pm, Fri 16th Jan 2009)]]></description><author>no@spam.com (yournamehere)</author><pubDate><![CDATA[Fri, 16 Jan 2009 18:23:08 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12516</guid></item><item><title><![CDATA[Comment #5 (Reply to Comment #4)]]></title><link>http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12562</link><description><![CDATA[Hi -- thank you for the comment. I'm wondering if you could elaborate about what you mean my "FLA-independent?"  

import Stars.*; will work as you say, but you still need to tell the flash compiler where the Star classes are, and to do that you need to set the classpath. 

I wrote the article because I think how Adobe has designed this aspect of their IDE is overly complicated. I wish there was an easier way to bind classes and packages together, but what I've written up is, as far as I know, the only way to do this.  

I was a java programmer long ago, and I remember the first IDE's for that, and if memory serves, those IDE's solved the problem of how to use an IDE to set up the binding of classes, packages, and locations in a way that was quite easy and simple.<br/><br/>
(Comment posted by Christopher Sky at 11:46 am, Tue 27th Jan 2009)]]></description><author>no@spam.com (Christopher Sky)</author><pubDate><![CDATA[Tue, 27 Jan 2009 11:46:09 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12562</guid></item><item><title><![CDATA[Comment #6]]></title><link>http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12535</link><description><![CDATA[hi sir! i m a beginner in axnscript. while reading actionscript2 bible book, the author refer a custom class drawingUtilites and giv instructions to copy drawingUtilites.as file to a directory in my global flash classpath. Can u tell me this process in detail?<br/><br/>
(Comment posted by rajat at 3:18 am, Wed 21st Jan 2009)]]></description><author>no@spam.com (rajat)</author><pubDate><![CDATA[Wed, 21 Jan 2009 03:18:14 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12535</guid></item><item><title><![CDATA[Comment #7 (Reply to Comment #6)]]></title><link>http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12563</link><description><![CDATA[Hi Rajat -- I'm guessing, if you're using the Adobe Flash CS3 IDE, that the process I've explained should work with AS 2.0-based classes and packages. If you're using a version of the IDE that's earlier than CS3, then the set up is a bit different, but I'm not sure how . . .<br/><br/>
(Comment posted by Christopher Sky at 11:54 am, Tue 27th Jan 2009)]]></description><author>no@spam.com (Christopher Sky)</author><pubDate><![CDATA[Tue, 27 Jan 2009 11:54:36 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment12563</guid></item><item><title><![CDATA[Comment #8]]></title><link>http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment13051</link><description><![CDATA[Good tut Chris. Thanks for this. I was planning to start some big project. But was in Dilema, hoe to organize and move forward. This tut served much.

Keep up the good work bro!

Gurpreet Hanjra<br/><br/>
(Comment posted by Gurpreet at 3:27 pm, Fri 29th May 2009)]]></description><author>no@spam.com (Gurpreet)</author><pubDate><![CDATA[Fri, 29 May 2009 15:27:10 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment13051</guid></item><item><title><![CDATA[Comment #9]]></title><link>http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment13347</link><description><![CDATA[Many thanks!! Very useful, I needed this. I have a very big project and now I am having problems because of organisation of files and repetition. A question:

1. If I deleted by mistake  $(AppConfig)/ActionsScript 3.0/Classes what should I do? I copied it again but I am not sure if that's working.

Thanks,

Ximena<br/><br/>
(Comment posted by Ximena at 4:45 am, Sun 16th Aug 2009)]]></description><author>no@spam.com (Ximena)</author><pubDate><![CDATA[Sun, 16 Aug 2009 04:45:58 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment13347</guid></item><item><title><![CDATA[Comment #10]]></title><link>http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment13348</link><description><![CDATA[Hi again,

I have another question. It's the first time I use a flash project .flp  . I have xml files, php, and the files images and sounds. Should I include them in the project? or just the .fla and .as

Many thanks!

Ximena<br/><br/>
(Comment posted by Ximena at 5:03 am, Sun 16th Aug 2009)]]></description><author>no@spam.com (Ximena)</author><pubDate><![CDATA[Sun, 16 Aug 2009 05:03:54 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/845/1/ActionScript-30-Classpaths-Packages-and-Project-Organization-and-Management/Page1.html#Comment13348</guid></item></channel></rss>