<?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: Creating partial package SWC files</title>
	<atom:link href="http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/</link>
	<description>Blogging on and developing web and mobile technologies</description>
	<lastBuildDate>Tue, 06 Dec 2011 13:20:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Jeff dePascale</title>
		<link>http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/comment-page-1/#comment-360</link>
		<dc:creator>Jeff dePascale</dc:creator>
		<pubDate>Tue, 12 Apr 2011 22:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=158#comment-360</guid>
		<description>I actually posted on the flash developr forum back when i posted this because I had found a few issues with SWC integration in FD. Good to see they have added this functionality, I&#039;m not doing as much flash development these days so I&#039;m not as aware of the changes coming out.</description>
		<content:encoded><![CDATA[<p>I actually posted on the flash developr forum back when i posted this because I had found a few issues with SWC integration in FD. Good to see they have added this functionality, I&#8217;m not doing as much flash development these days so I&#8217;m not as aware of the changes coming out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thienhaflash</title>
		<link>http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/comment-page-1/#comment-358</link>
		<dc:creator>thienhaflash</dc:creator>
		<pubDate>Mon, 28 Mar 2011 09:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=158#comment-358</guid>
		<description>I&#039;m not sure if you&#039;ve check the export swc plugin for flashdevelop out yet :) We can explicitly exclude classes from swc build so it&#039;s very cool and handy.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if you&#8217;ve check the export swc plugin for flashdevelop out yet <img src='http://www.jeffdepascale.com/news/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  We can explicitly exclude classes from swc build so it&#8217;s very cool and handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: =^_^=</title>
		<link>http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/comment-page-1/#comment-340</link>
		<dc:creator>=^_^=</dc:creator>
		<pubDate>Tue, 15 Jun 2010 13:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=158#comment-340</guid>
		<description>thx !</description>
		<content:encoded><![CDATA[<p>thx !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff dePascale</title>
		<link>http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/comment-page-1/#comment-309</link>
		<dc:creator>Jeff dePascale</dc:creator>
		<pubDate>Tue, 13 Apr 2010 20:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=158#comment-309</guid>
		<description>@p48l0  - If it were that simple do you think I would have written a post? :) SWC files compile all dependencies as well, and unless an external resource is specified to compile against, which is exactly what the methods in this post are designed to do, all of your class dependencies will be included in your SWC. Moreover you could just as easily make a reference to a class in a doc class to do what you said, no need to do anything with lib items:

pseudo code:

import Foo;

Foo;

Thats literally all it takes - compile a SWC with that class reference and it&#039;ll suck in all the dependencies all the way down the line by default, if thats what you were looking to do.</description>
		<content:encoded><![CDATA[<p>@p48l0  &#8211; If it were that simple do you think I would have written a post? <img src='http://www.jeffdepascale.com/news/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  SWC files compile all dependencies as well, and unless an external resource is specified to compile against, which is exactly what the methods in this post are designed to do, all of your class dependencies will be included in your SWC. Moreover you could just as easily make a reference to a class in a doc class to do what you said, no need to do anything with lib items:</p>
<p>pseudo code:</p>
<p>import Foo;</p>
<p>Foo;</p>
<p>Thats literally all it takes &#8211; compile a SWC with that class reference and it&#8217;ll suck in all the dependencies all the way down the line by default, if thats what you were looking to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p48l0</title>
		<link>http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/comment-page-1/#comment-308</link>
		<dc:creator>p48l0</dc:creator>
		<pubDate>Tue, 13 Apr 2010 20:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=158#comment-308</guid>
		<description>that, or could just make a movie clip extends a class that internally links all the classes and right click and export it as an SWC... lol</description>
		<content:encoded><![CDATA[<p>that, or could just make a movie clip extends a class that internally links all the classes and right click and export it as an SWC&#8230; lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/comment-page-1/#comment-296</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 27 Mar 2010 10:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=158#comment-296</guid>
		<description>Hi Jeff,

Would you mind explaining in a bit more details how to create swc files from Flash CS4 packages (especially the fl.video and fl.transition, but probably the whole fl.* package) using either the Flash CS4 IDE or Flex3.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Would you mind explaining in a bit more details how to create swc files from Flash CS4 packages (especially the fl.video and fl.transition, but probably the whole fl.* package) using either the Flash CS4 IDE or Flex3.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/comment-page-1/#comment-294</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=158#comment-294</guid>
		<description>Nice Tip Jeff ..  Keep post cool tips like this..  ;)

Keen to watch ur space..</description>
		<content:encoded><![CDATA[<p>Nice Tip Jeff ..  Keep post cool tips like this..  <img src='http://www.jeffdepascale.com/news/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Keen to watch ur space..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Create SWC Actionscript Libraries</title>
		<link>http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/comment-page-1/#comment-292</link>
		<dc:creator>How to Create SWC Actionscript Libraries</dc:creator>
		<pubDate>Thu, 04 Mar 2010 04:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=158#comment-292</guid>
		<description>[...] 1) in Flash CS3 and CS4 this post covers roughly how that works in it&#039;s coverage how to create partial SWC packages [...]</description>
		<content:encoded><![CDATA[<p>[...] 1) in Flash CS3 and CS4 this post covers roughly how that works in it&#39;s coverage how to create partial SWC packages [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Doury</title>
		<link>http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/comment-page-1/#comment-241</link>
		<dc:creator>Simon Doury</dc:creator>
		<pubDate>Tue, 22 Dec 2009 11:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=158#comment-241</guid>
		<description>I use this technique for my new flash project and it&#039;s working great

Thanks for sharing Jeff :)</description>
		<content:encoded><![CDATA[<p>I use this technique for my new flash project and it&#8217;s working great</p>
<p>Thanks for sharing Jeff <img src='http://www.jeffdepascale.com/news/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff dePascale</title>
		<link>http://www.jeffdepascale.com/index.php/flash/creating-partial-package-swc-files/comment-page-1/#comment-231</link>
		<dc:creator>Jeff dePascale</dc:creator>
		<pubDate>Tue, 01 Dec 2009 19:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=158#comment-231</guid>
		<description>Glad someone else got some use out of this post, good luck with the next Partigen release!</description>
		<content:encoded><![CDATA[<p>Glad someone else got some use out of this post, good luck with the next Partigen release!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

