<?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: Building Flash Projects with Ant and Flex Builder &#8211; Part 1</title>
	<atom:link href="http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/</link>
	<description>adventures in code</description>
	<lastBuildDate>Wed, 10 Mar 2010 11:37:08 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peng</title>
		<link>http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/comment-page-1/#comment-875</link>
		<dc:creator>Peng</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=116#comment-875</guid>
		<description>Ant has problems referencing paths that contain space characters. I would recommend that you copy the Flex sdk directory to a path such as C:\\flex_sdk_3 and point Ant to that.</description>
		<content:encoded><![CDATA[<p>Ant has problems referencing paths that contain space characters. I would recommend that you copy the Flex sdk directory to a path such as C:\\flex_sdk_3 and point Ant to that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos</title>
		<link>http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/comment-page-1/#comment-874</link>
		<dc:creator>Nikos</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=116#comment-874</guid>
		<description>I&#039;m getting an error with this one, not sure how to fix

BUILD FAILED
H:\My Documents\Flash Builder 4\AS3_Ant_Tutorial_Part3\build.xml:60: Execute failed: java.io.IOException: Cannot run program &quot;open&quot;: CreateProcess error=2, The system cannot find the file specified

Total time: 218 milliseconds</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting an error with this one, not sure how to fix</p>
<p>BUILD FAILED<br />
H:\My Documents\Flash Builder 4\AS3_Ant_Tutorial_Part3\build.xml:60: Execute failed: java.io.IOException: Cannot run program &#8220;open&#8221;: CreateProcess error=2, The system cannot find the file specified</p>
<p>Total time: 218 milliseconds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peng</title>
		<link>http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/comment-page-1/#comment-851</link>
		<dc:creator>Peng</dc:creator>
		<pubDate>Sun, 28 Feb 2010 19:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=116#comment-851</guid>
		<description>Thanks for the tip, Jeff. I will check that out.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, Jeff. I will check that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/comment-page-1/#comment-800</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 18 Feb 2010 00:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=116#comment-800</guid>
		<description>Anyway to get it so it stays open?  Thanks!</description>
		<content:encoded><![CDATA[<p>Anyway to get it so it stays open?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/comment-page-1/#comment-795</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 17 Feb 2010 00:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=116#comment-795</guid>
		<description>This compiles the swf for me in Flash CS4 but doesnt keep it open so I can view it...  It publishes it, then closes the window...</description>
		<content:encoded><![CDATA[<p>This compiles the swf for me in Flash CS4 but doesnt keep it open so I can view it&#8230;  It publishes it, then closes the window&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Carnes</title>
		<link>http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/comment-page-1/#comment-794</link>
		<dc:creator>Jeff Carnes</dc:creator>
		<pubDate>Wed, 10 Feb 2010 23:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=116#comment-794</guid>
		<description>You may want to check out Fluant for publishing FLAs from Ant. It&#039;s not quite feature complete, but I&#039;m getting back to working on it finally and hope to be adding lots of new features soon.

It&#039;s main advantage is that it lets you specify your publish settings from within Ant, allowing you to setup different targets that will publish the FLA with different settings - most of which can&#039;t be done easily via JSFL as most publish settings are not accessible via JSFL. For instance one target for publishing in your normal workflow, and another target for release builds that have debug set to off, are protected, and use higher JPEG compression (without ever having to change these settings in the FLA). This is especially handy for continuous integration environments. It&#039;s also cross-platform (Mac &amp; PC).

Here&#039;s an example of it&#039;s use:
http://code.google.com/p/fluant/wiki/HowTo_Publish_A_SWF

Hope you find it helpful!</description>
		<content:encoded><![CDATA[<p>You may want to check out Fluant for publishing FLAs from Ant. It&#8217;s not quite feature complete, but I&#8217;m getting back to working on it finally and hope to be adding lots of new features soon.</p>
<p>It&#8217;s main advantage is that it lets you specify your publish settings from within Ant, allowing you to setup different targets that will publish the FLA with different settings &#8211; most of which can&#8217;t be done easily via JSFL as most publish settings are not accessible via JSFL. For instance one target for publishing in your normal workflow, and another target for release builds that have debug set to off, are protected, and use higher JPEG compression (without ever having to change these settings in the FLA). This is especially handy for continuous integration environments. It&#8217;s also cross-platform (Mac &amp; PC).</p>
<p>Here&#8217;s an example of it&#8217;s use:<br />
<a href="http://code.google.com/p/fluant/wiki/HowTo_Publish_A_SWF" rel="nofollow">http://code.google.com/p/fluant/wiki/HowTo_Publish_A_SWF</a></p>
<p>Hope you find it helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya</title>
		<link>http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/comment-page-1/#comment-793</link>
		<dc:creator>Ilya</dc:creator>
		<pubDate>Wed, 27 Jan 2010 17:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=116#comment-793</guid>
		<description>I&#039;m on PC and replaced 





with





However, it doesn&#039;t create a demo1.swf file. Is there something wrong? Is supposed to create a .swf file at all?</description>
		<content:encoded><![CDATA[<p>I&#8217;m on PC and replaced </p>
<p>with</p>
<p>However, it doesn&#8217;t create a demo1.swf file. Is there something wrong? Is supposed to create a .swf file at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blog.wie-gand.de &#187; Blog Archi &#187; Flash /ActionScript / Ant</title>
		<link>http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/comment-page-1/#comment-789</link>
		<dc:creator>blog.wie-gand.de &#187; Blog Archi &#187; Flash /ActionScript / Ant</dc:creator>
		<pubDate>Mon, 11 Jan 2010 10:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=116#comment-789</guid>
		<description>[...] http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/" rel="nofollow">http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peng</title>
		<link>http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/comment-page-1/#comment-757</link>
		<dc:creator>Peng</dc:creator>
		<pubDate>Thu, 26 Nov 2009 22:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=116#comment-757</guid>
		<description>As far as I know, Flash CS3 does not publish SWFs for Flash Player 10. However, the Flex SDK has included FP10 support since version 3.2. You have a choice of either installing the Flash Builder 4 beta (which includes Flex SDK 3.4 &amp; 4) or just the Flex SDKs.

To publish a FP10 SWF, update your Project Properties-&gt;Actionscript Compiler to use the latest SDK, in the Library path settings, add the playerglobal.swc from Flex SDK/frameworks/libs/player/10/playerglobal.swc. Finally, point your FLEX_HOME property in the Ant script to where your new SDK is located.
</description>
		<content:encoded><![CDATA[<p>As far as I know, Flash CS3 does not publish SWFs for Flash Player 10. However, the Flex SDK has included FP10 support since version 3.2. You have a choice of either installing the Flash Builder 4 beta (which includes Flex SDK 3.4 &#038; 4) or just the Flex SDKs.</p>
<p>To publish a FP10 SWF, update your Project Properties->Actionscript Compiler to use the latest SDK, in the Library path settings, add the playerglobal.swc from Flex SDK/frameworks/libs/player/10/playerglobal.swc. Finally, point your FLEX_HOME property in the Ant script to where your new SDK is located.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sine</title>
		<link>http://hubflanger.com/building-flash-projects-with-ant-and-flex-builder-part-1/comment-page-1/#comment-756</link>
		<dc:creator>sine</dc:creator>
		<pubDate>Thu, 19 Nov 2009 14:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=116#comment-756</guid>
		<description>Would using Ant to compile in Flex allow me to publish an. fla designed in CS3 to Flash Player 10 - and take advantage of Vector classes in my code?

(...I think it would have to be Flex sdk4+... to use Vector...)</description>
		<content:encoded><![CDATA[<p>Would using Ant to compile in Flex allow me to publish an. fla designed in CS3 to Flash Player 10 &#8211; and take advantage of Vector classes in my code?</p>
<p>(&#8230;I think it would have to be Flex sdk4+&#8230; to use Vector&#8230;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
