<?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"
	>
<channel>
	<title>Comments on: No exclude.xml in Flash CS3 for AS3: Solution via Bridge Pattern</title>
	<atom:link href="http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html</link>
	<description>A blog on software development, technology, games &#038; movies.</description>
	<pubDate>Sat, 11 Oct 2008 00:52:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: andar909</title>
		<link>http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html#comment-112581</link>
		<dc:creator>andar909</dc:creator>
		<pubDate>Mon, 11 Aug 2008 04:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html#comment-112581</guid>
		<description>hi, andar here, i just read your post.  i like very much.  agree to you, sir.</description>
		<content:encoded><![CDATA[<p>hi, andar here, i just read your post.  i like very much.  agree to you, sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manotosh</title>
		<link>http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html#comment-92362</link>
		<dc:creator>manotosh</dc:creator>
		<pubDate>Wed, 11 Jun 2008 05:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html#comment-92362</guid>
		<description>I have been searching for solution to exclude class using flash 9 IDE, but realised _exclude is removed. I then used flex  library projects to create code library and use it in flash, I took the advantage of refering other library projects as library path to do the type checking of clases which I dont want to include. Things works fine till I realised that the file size of exported swc form flex is much larger than flash exported swc. I created one single class without any composition or inheritance and compiled both from flash and from flex libray projects, the flash exported file size is 11k where as flex exported swc size is 20k. Does anybody know what extra goes into flex swc? I plan to use flex as a code compiler to take the advantage of excluding classes. Does anybodu know any other solution?</description>
		<content:encoded><![CDATA[<p>I have been searching for solution to exclude class using flash 9 IDE, but realised _exclude is removed. I then used flex  library projects to create code library and use it in flash, I took the advantage of refering other library projects as library path to do the type checking of clases which I dont want to include. Things works fine till I realised that the file size of exported swc form flex is much larger than flash exported swc. I created one single class without any composition or inheritance and compiled both from flash and from flex libray projects, the flash exported file size is 11k where as flex exported swc size is 20k. Does anybody know what extra goes into flex swc? I plan to use flex as a code compiler to take the advantage of excluding classes. Does anybodu know any other solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonypee</title>
		<link>http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html#comment-82809</link>
		<dc:creator>tonypee</dc:creator>
		<pubDate>Fri, 09 May 2008 04:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html#comment-82809</guid>
		<description>sorry i was meaning to link to: http://blog.touchmypixel.com/archives/16</description>
		<content:encoded><![CDATA[<p>sorry i was meaning to link to: <a href="http://blog.touchmypixel.com/archives/16" rel="nofollow">http://blog.touchmypixel.com/archives/16</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonypee</title>
		<link>http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html#comment-82807</link>
		<dc:creator>tonypee</dc:creator>
		<pubDate>Fri, 09 May 2008 04:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html#comment-82807</guid>
		<description>We've been using a more simple method of creating empy 'placeholder' classes that get replaced. check out: http://blog.touchmypixel.com/archives/15</description>
		<content:encoded><![CDATA[<p>We&#8217;ve been using a more simple method of creating empy &#8216;placeholder&#8217; classes that get replaced. check out: <a href="http://blog.touchmypixel.com/archives/15" rel="nofollow">http://blog.touchmypixel.com/archives/15</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ex animo &#187; Blog Archive &#187; Flash CS3 and _exclude.xml</title>
		<link>http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html#comment-68924</link>
		<dc:creator>ex animo &#187; Blog Archive &#187; Flash CS3 and _exclude.xml</dc:creator>
		<pubDate>Wed, 26 Mar 2008 07:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/2007/09/no-excludexml-in-flash-cs3-for-as3-solution-via-bridge-pattern.html#comment-68924</guid>
		<description>[...] need to prevent PointlessThing from being compiled into &#8220;example.swf.&#8221; We could use the bridge pattern, but then we&#8217;d have to create new interfaces and we still wouldn&#8217;t be completely rid of [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] need to prevent PointlessThing from being compiled into &#8220;example.swf.&#8221; We could use the bridge pattern, but then we&#8217;d have to create new interfaces and we still wouldn&#8217;t be completely rid of [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
