<?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: FAMES: FAME + Swfmill = Fully open source flash</title>
	<atom:link href="http://aralbalkan.com/373/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/373</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Fri, 19 Mar 2010 02:32:17 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike Howell</title>
		<link>http://aralbalkan.com/373/comment-page-1#comment-207664</link>
		<dc:creator>Mike Howell</dc:creator>
		<pubDate>Thu, 22 Jan 2009 18:31:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-207664</guid>
		<description>Thanks for a great tutorial!  Doing this entirely in open source makes me all warm and happy.

I also had trouble getting the example to recognize Particle as a class.  
To clarify what Phillc wrote, I added the following to the &quot;Additionals&quot; tab of the Flashout panel:

-cp &quot;D:\Documents and Settings\JHowell\eclipse_workspace\swfmill_demo\src&quot;

I had placed the .as files in a subdir of the project.  Don&#039;t forget those double quotes if you have a space in the path!</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial!  Doing this entirely in open source makes me all warm and happy.</p>
<p>I also had trouble getting the example to recognize Particle as a class.<br />
To clarify what Phillc wrote, I added the following to the &#8220;Additionals&#8221; tab of the Flashout panel:</p>
<p>-cp &#8220;D:\Documents and Settings\JHowell\eclipse_workspace\swfmill_demo\src&#8221;</p>
<p>I had placed the .as files in a subdir of the project.  Don&#8217;t forget those double quotes if you have a space in the path!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arlen R</title>
		<link>http://aralbalkan.com/373/comment-page-1#comment-202293</link>
		<dc:creator>Arlen R</dc:creator>
		<pubDate>Fri, 02 Jan 2009 19:08:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-202293</guid>
		<description>I would like to find a completely open source tool chain that works under Linux to generate flash files which contain time lapse sequences with music playing in the background.

I no flash programming experience, but this application should not be all that complex, but it is absolutely necessary that it be scriptable in some fashion since the sequences will consist of several hundred frames.

I would greatly appreciate any advice as to which software to start out with, and any simple example code to get started.

Thanks in advance,
-Arlen</description>
		<content:encoded><![CDATA[<p>I would like to find a completely open source tool chain that works under Linux to generate flash files which contain time lapse sequences with music playing in the background.</p>
<p>I no flash programming experience, but this application should not be all that complex, but it is absolutely necessary that it be scriptable in some fashion since the sequences will consist of several hundred frames.</p>
<p>I would greatly appreciate any advice as to which software to start out with, and any simple example code to get started.</p>
<p>Thanks in advance,<br />
-Arlen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PhillC</title>
		<link>http://aralbalkan.com/373/comment-page-1#comment-77671</link>
		<dc:creator>PhillC</dc:creator>
		<pubDate>Thu, 18 Oct 2007 17:30:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-77671</guid>
		<description>If you add -cp  to the MTASC additional tab when you hit compile this will tell the compiler where to find Particles.</description>
		<content:encoded><![CDATA[<p>If you add -cp  to the MTASC additional tab when you hit compile this will tell the compiler where to find Particles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rezib</title>
		<link>http://aralbalkan.com/373/comment-page-1#comment-75167</link>
		<dc:creator>Rezib</dc:creator>
		<pubDate>Sat, 06 Oct 2007 05:56:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-75167</guid>
		<description>Chuck,

I ran into the same problem.

I wracked my brain until 1:00 AM and then it finally occurred to me that Particle.as should reside int he same location as the Flashout.as file. You do this, and its &quot;All Good&quot;.</description>
		<content:encoded><![CDATA[<p>Chuck,</p>
<p>I ran into the same problem.</p>
<p>I wracked my brain until 1:00 AM and then it finally occurred to me that Particle.as should reside int he same location as the Flashout.as file. You do this, and its &#8220;All Good&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://aralbalkan.com/373/comment-page-1#comment-70211</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Thu, 06 Sep 2007 23:38:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-70211</guid>
		<description>Thanks for the great tutorial!

I have the same problem as  Myriam did about a year ago with &quot;type error Unknown class Particle&quot; on compile.

Im using the core MTASC library because I don&#039;t have flash.  I tried some things similar to what richard willis suggested only with where my core MTASC libraries are located.  This didn&#039;t work.

I looked up the documentation on Object.registerClass and it seems pretty straight foreword.  

Anyone know where I can look to resolve this?</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial!</p>
<p>I have the same problem as  Myriam did about a year ago with &#8220;type error Unknown class Particle&#8221; on compile.</p>
<p>Im using the core MTASC library because I don&#8217;t have flash.  I tried some things similar to what richard willis suggested only with where my core MTASC libraries are located.  This didn&#8217;t work.</p>
<p>I looked up the documentation on Object.registerClass and it seems pretty straight foreword.  </p>
<p>Anyone know where I can look to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open Source Flash Guru &#171; it.guy.kelly</title>
		<link>http://aralbalkan.com/373/comment-page-1#comment-27303</link>
		<dc:creator>Open Source Flash Guru &#171; it.guy.kelly</dc:creator>
		<pubDate>Wed, 02 May 2007 21:45:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-27303</guid>
		<description>[...] FAMES: FAME + Swfmill = Fully open source flash [...]</description>
		<content:encoded><![CDATA[<p>[...] FAMES: FAME + Swfmill = Fully open source flash [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://aralbalkan.com/373/comment-page-1#comment-16524</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Tue, 20 Mar 2007 23:22:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-16524</guid>
		<description>Has anyone been able to use the -out MTASC option with asdt? I&#039;ve tried adding:

    -header 320:240:30 -out output.swf

in the Additionals section, but I can&#039;t seem to get a new file to be produced.</description>
		<content:encoded><![CDATA[<p>Has anyone been able to use the -out MTASC option with asdt? I&#8217;ve tried adding:</p>
<p>    -header 320:240:30 -out output.swf</p>
<p>in the Additionals section, but I can&#8217;t seem to get a new file to be produced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aral</title>
		<link>http://aralbalkan.com/373/comment-page-1#comment-10350</link>
		<dc:creator>aral</dc:creator>
		<pubDate>Sun, 11 Feb 2007 20:36:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-10350</guid>
		<description>Hi Arrow,

You can use the intrinsic classes that come with the latest versions of MTASC.</description>
		<content:encoded><![CDATA[<p>Hi Arrow,</p>
<p>You can use the intrinsic classes that come with the latest versions of MTASC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arrow</title>
		<link>http://aralbalkan.com/373/comment-page-1#comment-10331</link>
		<dc:creator>arrow</dc:creator>
		<pubDate>Sun, 11 Feb 2007 09:04:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-10331</guid>
		<description>Hi, 

I just began exploring the open source flash development with your tutorial.
What I noticed is that we need Flash installed on the system in order to use the core classes provided by macromedia. 

Is there some open source library of actionscript core classes that we can use ?

warm regards
arrow</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I just began exploring the open source flash development with your tutorial.<br />
What I noticed is that we need Flash installed on the system in order to use the core classes provided by macromedia. </p>
<p>Is there some open source library of actionscript core classes that we can use ?</p>
<p>warm regards<br />
arrow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marionxlx</title>
		<link>http://aralbalkan.com/373/comment-page-1#comment-9371</link>
		<dc:creator>marionxlx</dc:creator>
		<pubDate>Fri, 26 Jan 2007 12:38:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-9371</guid>
		<description>hi 2 all. 
hello world! It is nice site. Keep working! 
best regards 
i found you here http://google.com ^^</description>
		<content:encoded><![CDATA[<p>hi 2 all.<br />
hello world! It is nice site. Keep working!<br />
best regards<br />
i found you here <a href="http://google.com" rel="nofollow">http://google.com</a> ^^</p>
]]></content:encoded>
	</item>
</channel>
</rss>
