<?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: Setting Up Eclipse &amp; FDT3</title>
	<atom:link href="http://evolve.reintroducing.com/2008/05/05/tips-n-tricks/setting-up-eclipse-fdt3/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolve.reintroducing.com/2008/05/05/tips-n-tricks/setting-up-eclipse-fdt3/</link>
	<description>Learn &#38; Interact with the ActionScript World</description>
	<lastBuildDate>Sun, 21 Mar 2010 16:20:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Przybylski</title>
		<link>http://evolve.reintroducing.com/2008/05/05/tips-n-tricks/setting-up-eclipse-fdt3/comment-page-1/#comment-1000</link>
		<dc:creator>Matt Przybylski</dc:creator>
		<pubDate>Tue, 15 Jul 2008 17:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/?p=113#comment-1000</guid>
		<description>Jay,
I think to see the output in the console you&#039;d have to run a debug version of the flash player and use an ant build to build your project through FDT.  That being said, i&#039;m not sure you&#039;d be able to use the FLA from the IDE in that case so you&#039;d have to probably include it as an asset library and embed it through code (although I&#039;m not sure if/how that works).  I know you can embed assets with the [Embed] tag but those are usually external assets, i&#039;m not really sure how to do a whole library of assets in a SWF.</description>
		<content:encoded><![CDATA[<p>Jay,<br />
I think to see the output in the console you&#8217;d have to run a debug version of the flash player and use an ant build to build your project through FDT.  That being said, i&#8217;m not sure you&#8217;d be able to use the FLA from the IDE in that case so you&#8217;d have to probably include it as an asset library and embed it through code (although I&#8217;m not sure if/how that works).  I know you can embed assets with the [Embed] tag but those are usually external assets, i&#8217;m not really sure how to do a whole library of assets in a SWF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Kerr</title>
		<link>http://evolve.reintroducing.com/2008/05/05/tips-n-tricks/setting-up-eclipse-fdt3/comment-page-1/#comment-999</link>
		<dc:creator>Jay Kerr</dc:creator>
		<pubDate>Tue, 15 Jul 2008 17:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/?p=113#comment-999</guid>
		<description>Hey Matt --

I am also compiling with the IDE because I use a lot of library assets in my projects. I WOULD like to see the output panel contents in the console of Eclipse, though, to save having to switch back and forth when debugging. So far I haven&#039;t had much luck with that. Any tips on how to do this?

-- Jay</description>
		<content:encoded><![CDATA[<p>Hey Matt &#8211;</p>
<p>I am also compiling with the IDE because I use a lot of library assets in my projects. I WOULD like to see the output panel contents in the console of Eclipse, though, to save having to switch back and forth when debugging. So far I haven&#8217;t had much luck with that. Any tips on how to do this?</p>
<p>&#8211; Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamad</title>
		<link>http://evolve.reintroducing.com/2008/05/05/tips-n-tricks/setting-up-eclipse-fdt3/comment-page-1/#comment-729</link>
		<dc:creator>Hamad</dc:creator>
		<pubDate>Tue, 03 Jun 2008 22:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/?p=113#comment-729</guid>
		<description>Yeah I think thats how I will try to work from now on. Thanks for the tutorial and looking forward to the video version.</description>
		<content:encoded><![CDATA[<p>Yeah I think thats how I will try to work from now on. Thanks for the tutorial and looking forward to the video version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Przybylski</title>
		<link>http://evolve.reintroducing.com/2008/05/05/tips-n-tricks/setting-up-eclipse-fdt3/comment-page-1/#comment-728</link>
		<dc:creator>Matt Przybylski</dc:creator>
		<pubDate>Tue, 03 Jun 2008 22:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/?p=113#comment-728</guid>
		<description>Hamad,
Thats exactly how i work :P

A lot of developers out there will tell you that may not be the best way to work but for me it has worked great over the years.  I don&#039;t like command line stuff and i certainly am not good with ant builds and all that kind of stuff so this is my preference.  All i really want out of eclipse/fdt is a way to write code faster and neater, not necessarily to build/compile my projects because i can just save my files in fdt, alt tab to flash and press ctrl enter and see it built right there.  not a big issue for me and my preferred way of working.

I actually plan to do a video tutorial on how i work on an everyday basis once I get some free time from this cursed project i&#039;m currently on :P</description>
		<content:encoded><![CDATA[<p>Hamad,<br />
Thats exactly how i work <img src='http://evolve.reintroducing.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>A lot of developers out there will tell you that may not be the best way to work but for me it has worked great over the years.  I don&#8217;t like command line stuff and i certainly am not good with ant builds and all that kind of stuff so this is my preference.  All i really want out of eclipse/fdt is a way to write code faster and neater, not necessarily to build/compile my projects because i can just save my files in fdt, alt tab to flash and press ctrl enter and see it built right there.  not a big issue for me and my preferred way of working.</p>
<p>I actually plan to do a video tutorial on how i work on an everyday basis once I get some free time from this cursed project i&#8217;m currently on <img src='http://evolve.reintroducing.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamad</title>
		<link>http://evolve.reintroducing.com/2008/05/05/tips-n-tricks/setting-up-eclipse-fdt3/comment-page-1/#comment-727</link>
		<dc:creator>Hamad</dc:creator>
		<pubDate>Tue, 03 Jun 2008 21:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/?p=113#comment-727</guid>
		<description>Thanks.

Do you recommend working this way, Scripting in FDT and compiling in flash?

Is there an alternative? I know you can use the flex sdk to compile from FDT but is it worth it?

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
<p>Do you recommend working this way, Scripting in FDT and compiling in flash?</p>
<p>Is there an alternative? I know you can use the flex sdk to compile from FDT but is it worth it?</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Przybylski</title>
		<link>http://evolve.reintroducing.com/2008/05/05/tips-n-tricks/setting-up-eclipse-fdt3/comment-page-1/#comment-726</link>
		<dc:creator>Matt Przybylski</dc:creator>
		<pubDate>Tue, 03 Jun 2008 21:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/?p=113#comment-726</guid>
		<description>Hamad,
That is a great question.

The answer is yes, you absolutely need to set the classpaths in Flash as well.  eclipse/FDT and the linked libraries you set in there will only be used by eclipse/FDT and if you&#039;re compiling through Flash, Flash will still need to also know where those libraries are on your machine as well so you will have to set those classpaths in there as well.</description>
		<content:encoded><![CDATA[<p>Hamad,<br />
That is a great question.</p>
<p>The answer is yes, you absolutely need to set the classpaths in Flash as well.  eclipse/FDT and the linked libraries you set in there will only be used by eclipse/FDT and if you&#8217;re compiling through Flash, Flash will still need to also know where those libraries are on your machine as well so you will have to set those classpaths in there as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamad</title>
		<link>http://evolve.reintroducing.com/2008/05/05/tips-n-tricks/setting-up-eclipse-fdt3/comment-page-1/#comment-725</link>
		<dc:creator>Hamad</dc:creator>
		<pubDate>Tue, 03 Jun 2008 21:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/?p=113#comment-725</guid>
		<description>Hi,

I&#039;m new to FDT. I have a question.

I&#039;ve now created a FDT project and added some libraries using &quot;Link Libraries&quot; like you showed. I have eclipse/FDT nicly setup. Question is, do I need to add those libraries class paths within flash also? How will flash know where to look for those? because they have been setup in eclipse and I will be publishing from flash.

Any explanation would be great :)

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m new to FDT. I have a question.</p>
<p>I&#8217;ve now created a FDT project and added some libraries using &#8220;Link Libraries&#8221; like you showed. I have eclipse/FDT nicly setup. Question is, do I need to add those libraries class paths within flash also? How will flash know where to look for those? because they have been setup in eclipse and I will be publishing from flash.</p>
<p>Any explanation would be great <img src='http://evolve.reintroducing.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutorial &#124; Setting Up Eclipse &#38; FDT3 &#171; Flash Enabled Blog</title>
		<link>http://evolve.reintroducing.com/2008/05/05/tips-n-tricks/setting-up-eclipse-fdt3/comment-page-1/#comment-596</link>
		<dc:creator>Tutorial &#124; Setting Up Eclipse &#38; FDT3 &#171; Flash Enabled Blog</dc:creator>
		<pubDate>Tue, 06 May 2008 07:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/?p=113#comment-596</guid>
		<description>[...] Read the article     No Comments   Leave a Commenttrackback addressThere was an error with your comment, please try again. name (required)email (will not be published) (required)url [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the article     No Comments   Leave a Commenttrackback addressThere was an error with your comment, please try again. name (required)email (will not be published) (required)url [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: news - Setting Up Eclipse &#38; FDT3 - Ultrashock Forums</title>
		<link>http://evolve.reintroducing.com/2008/05/05/tips-n-tricks/setting-up-eclipse-fdt3/comment-page-1/#comment-584</link>
		<dc:creator>news - Setting Up Eclipse &#38; FDT3 - Ultrashock Forums</dc:creator>
		<pubDate>Mon, 05 May 2008 15:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/?p=113#comment-584</guid>
		<description>[...] a pretty extensive article on how to get up and running with the tools. You can read it here:  http://evolve.reintroducing.com/2008...-eclipse-fdt3/    http://www.reintroducing.com - My Portfolio http://evolve.reintroducing.com - AS2/AS3 Flash [...]</description>
		<content:encoded><![CDATA[<p>[...] a pretty extensive article on how to get up and running with the tools. You can read it here:  <a href="http://evolve.reintroducing.com/2008...-eclipse-fdt3/" rel="nofollow">http://evolve.reintroducing.com/2008&#8230;-eclipse-fdt3/</a>    <a href="http://www.reintroducing.com" rel="nofollow">http://www.reintroducing.com</a> &#8211; My Portfolio <a href="http://evolve.reintroducing.com" rel="nofollow">http://evolve.reintroducing.com</a> &#8211; AS2/AS3 Flash [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
