<?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: Introducing Flash Ant and Flash Ant Lite</title>
	<atom:link href="http://aralbalkan.com/2/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/2</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Tue, 22 May 2012 18:33:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Heartburn Home Remedy</title>
		<link>http://aralbalkan.com/2/comment-page-1#comment-245813</link>
		<dc:creator>Heartburn Home Remedy</dc:creator>
		<pubDate>Wed, 15 Apr 2009 13:00:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-245813</guid>
		<description>If you   want to hear a reader&#039;s feedback :) , I rate this article for four from five. Decent info, but I just have to go to that damn msn to find the missed bits. Thank you, anyway!</description>
		<content:encoded><![CDATA[<p>If you   want to hear a reader&#8217;s feedback :) , I rate this article for four from five. Decent info, but I just have to go to that damn msn to find the missed bits. Thank you, anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh</title>
		<link>http://aralbalkan.com/2/comment-page-1#comment-115861</link>
		<dc:creator>Hugh</dc:creator>
		<pubDate>Mon, 18 Feb 2008 06:28:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-115861</guid>
		<description>Sadly, this link is no longer available. Is there another place to view it or an updated version?

http://www.markme.com/ethan/archives/003883.cfm</description>
		<content:encoded><![CDATA[<p>Sadly, this link is no longer available. Is there another place to view it or an updated version?</p>
<p><a href="http://www.markme.com/ethan/archives/003883.cfm" rel="nofollow">http://www.markme.com/ethan/archives/003883.cfm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bäcker</title>
		<link>http://aralbalkan.com/2/comment-page-1#comment-928</link>
		<dc:creator>Bäcker</dc:creator>
		<pubDate>Fri, 09 Jun 2006 14:00:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-928</guid>
		<description>Have same question as Clay. Is it still a live project or is there anything similar.
Have tried to get flash ant lite to work with eclipse -&gt; with no succes. Know if anyone has a good setup doc? Don&#039;t want to use MTSAC.

Best regards
// Bäcker</description>
		<content:encoded><![CDATA[<p>Have same question as Clay. Is it still a live project or is there anything similar.<br />
Have tried to get flash ant lite to work with eclipse -&gt; with no succes. Know if anyone has a good setup doc? Don&#8217;t want to use MTSAC.</p>
<p>Best regards<br />
// Bäcker</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay</title>
		<link>http://aralbalkan.com/2/comment-page-1#comment-799</link>
		<dc:creator>Clay</dc:creator>
		<pubDate>Thu, 18 May 2006 15:33:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-799</guid>
		<description>Aral - is FlashAnt still an active project?  are you intending to support Flash8, or do you have a recommendation for a similar tool for this newer environment?</description>
		<content:encoded><![CDATA[<p>Aral &#8211; is FlashAnt still an active project?  are you intending to support Flash8, or do you have a recommendation for a similar tool for this newer environment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By:  RC</title>
		<link>http://aralbalkan.com/2/comment-page-1#comment-446</link>
		<dc:creator> RC</dc:creator>
		<pubDate>Tue, 09 Aug 2005 21:27:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-446</guid>
		<description>I downloaded the FlashAnt and tried it.  I have a few questions:&lt;br /&gt;
&lt;br /&gt;
1) Just wonder how come the SWF is not generate with &quot;doc.publish(); \r\n&quot; instead of &quot;doc.exportSWF(\&quot;&quot; + toSWF + &quot;\&quot;, true); \r\n&quot;) in the method , doFileOperations.  All profiles should have the out file defined.  I think, at least, it should be an option either users can choose different output files location or they can just use the output setting in the profile.&lt;br /&gt;
&lt;br /&gt;
I modified the Java file to include &quot;fl.getDocumentDOM().currentPublishProfile = \&quot;&quot;+profilename+&quot;\&quot;; \r\n&quot; before &quot;doc.publish(); \r\n&quot;.  So that, users can also configure the profile for publishing.&lt;br /&gt;
&lt;br /&gt;
2) Why not set the swf destination in doc.exportSWF()in the output jsfl instead of copying the swf to the destination and deleting the original swf.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
RC</description>
		<content:encoded><![CDATA[<p>I downloaded the FlashAnt and tried it.  I have a few questions:</p>
<p>1) Just wonder how come the SWF is not generate with &#8220;doc.publish(); \r\n&#8221; instead of &#8220;doc.exportSWF(\&#8221;" + toSWF + &#8220;\&#8221;, true); \r\n&#8221;) in the method , doFileOperations.  All profiles should have the out file defined.  I think, at least, it should be an option either users can choose different output files location or they can just use the output setting in the profile.</p>
<p>I modified the Java file to include &#8220;fl.getDocumentDOM().currentPublishProfile = \&#8221;"+profilename+&#8221;\&#8221;; \r\n&#8221; before &#8220;doc.publish(); \r\n&#8221;.  So that, users can also configure the profile for publishing.</p>
<p>2) Why not set the swf destination in doc.exportSWF()in the output jsfl instead of copying the swf to the destination and deleting the original swf.</p>
<p>Thanks</p>
<p>RC</p>
]]></content:encoded>
	</item>
</channel>
</rss>

