<?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: Workaround for AS2&#8242;s exclude.xml in AS3</title>
	<atom:link href="http://blog.touchmypixel.com/2008/05/workaround-for-as2s-excludexml-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.touchmypixel.com/2008/05/workaround-for-as2s-excludexml-in-as3/</link>
	<description>Games + Web : Interaction Matters</description>
	<lastBuildDate>Thu, 29 Dec 2011 12:52:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Juankpro</title>
		<link>http://blog.touchmypixel.com/2008/05/workaround-for-as2s-excludexml-in-as3/comment-page-1/#comment-623</link>
		<dc:creator>Juankpro</dc:creator>
		<pubDate>Wed, 30 Mar 2011 14:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.touchmypixel.com/?p=16#comment-623</guid>
		<description>This is another solution.

1) First create your main.fla document and write code and base classes.

2) Then go to Publish Settings and select Export SWC option in the Flash tab.

3) Compile your movie. This will also generate an swc file.

This  is an only one time process.

The for each Module:

1) Now create your module.fla document in a separate folder to avoid including base classes.

2) Go to the Publish Settings -&gt; Flash tab -&gt; Script Settings... -&gt; Library Path.

3) Here you must add another library by pressing the plus (+) sign and then the &quot;browse to SWC file&quot; button (the one with an f in the icon).

4) Browse to the SWC file generated by the main.fla.

5) Once the SWC file is added, click the plus sign (+) beside it to open more options.

6) Double click the first option &quot;Link Type...&quot;

7) In the popup that opens select External as &quot;Link Type&quot;. External means the code will not be included in the SWF file and will not be loaded as an RSL either. You have to add this classes manually either by loading an SWF file or by loading the Module into another SWF file with this classes.

8) Close everything with the OK button and that&#039;s it. This is a one time process for each Module.

Then, whenever you change the base classes in your main flash you&#039;ll have to compile the movie again, and then recompile the modules as well.</description>
		<content:encoded><![CDATA[<p>This is another solution.</p>
<p>1) First create your main.fla document and write code and base classes.</p>
<p>2) Then go to Publish Settings and select Export SWC option in the Flash tab.</p>
<p>3) Compile your movie. This will also generate an swc file.</p>
<p>This  is an only one time process.</p>
<p>The for each Module:</p>
<p>1) Now create your module.fla document in a separate folder to avoid including base classes.</p>
<p>2) Go to the Publish Settings -&gt; Flash tab -&gt; Script Settings&#8230; -&gt; Library Path.</p>
<p>3) Here you must add another library by pressing the plus (+) sign and then the &#8220;browse to SWC file&#8221; button (the one with an f in the icon).</p>
<p>4) Browse to the SWC file generated by the main.fla.</p>
<p>5) Once the SWC file is added, click the plus sign (+) beside it to open more options.</p>
<p>6) Double click the first option &#8220;Link Type&#8230;&#8221;</p>
<p>7) In the popup that opens select External as &#8220;Link Type&#8221;. External means the code will not be included in the SWF file and will not be loaded as an RSL either. You have to add this classes manually either by loading an SWF file or by loading the Module into another SWF file with this classes.</p>
<p> <img src='http://blog.touchmypixel.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Close everything with the OK button and that&#8217;s it. This is a one time process for each Module.</p>
<p>Then, whenever you change the base classes in your main flash you&#8217;ll have to compile the movie again, and then recompile the modules as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santiago Puente</title>
		<link>http://blog.touchmypixel.com/2008/05/workaround-for-as2s-excludexml-in-as3/comment-page-1/#comment-259</link>
		<dc:creator>Santiago Puente</dc:creator>
		<pubDate>Sat, 20 Jun 2009 23:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.touchmypixel.com/?p=16#comment-259</guid>
		<description>Amazing!!!!!!!
I&#039;ve been looking for an answer to this problem! I almost start using String identifiers but it was still very limiting and slow!
Our app (game) takes 50 seconds to compile almost 400 clases, even if the sounds and bitmaps come frome separete swf files.
Love you man!!!</description>
		<content:encoded><![CDATA[<p>Amazing!!!!!!!<br />
I&#8217;ve been looking for an answer to this problem! I almost start using String identifiers but it was still very limiting and slow!<br />
Our app (game) takes 50 seconds to compile almost 400 clases, even if the sounds and bitmaps come frome separete swf files.<br />
Love you man!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

