<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BigSource Blog &#187; AS3</title>
	<atom:link href="http://www.bigsource.de/index.php/category/as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigsource.de</link>
	<description>Experiences in AS3</description>
	<lastBuildDate>Mon, 24 Jan 2011 10:04:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spherical coordinate system in ActionScript</title>
		<link>http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/</link>
		<comments>http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 09:05:32 +0000</pubDate>
		<dc:creator>Kim Christiansen</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[papervision]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Particles]]></category>
		<category><![CDATA[phi]]></category>
		<category><![CDATA[PV3D]]></category>
		<category><![CDATA[Spherical coordinate system]]></category>
		<category><![CDATA[theta]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=275</guid>
		<description><![CDATA[To understand the spherical coordinate system i created an example showing the change of the values phi and theta.
The coordinates can be retrieved from spherical coordinates (r, θ, φ) where r = radius, θ=theta and φ=phi by this calculation
pX = radius * Math.sin(theta) * Math.cos(phi);
pY = radius * Math.sin(theta) * Math.sin(phi);
pZ = radius * Math.cos(theta);
You [...]]]></description>
			<content:encoded><![CDATA[<p>To understand the <a href="http://en.wikipedia.org/wiki/Spherical_coordinate_system" target="_blank">spherical coordinate system</a> i created an example showing the change of the values phi and theta.<br />
The coordinates can be retrieved from spherical coordinates (r, θ, φ) where r = radius, θ=theta and φ=phi by this calculation<br />
pX = radius * Math.sin(theta) * Math.cos(phi);<br />
pY = radius * Math.sin(theta) * Math.sin(phi);<br />
pZ = radius * Math.cos(theta);</p>
<p>You can rotate the particles using the arrow keys.<br />
Thanks to bit101 for the great <a href="http://www.minimalcomps.com/" target="_blank">minmalcomps</a>.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="500" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="loop" value="false" /><param name="quality" value="high" /><param name="scale" value="showall" /><param name="flashvars" value="contenturl=/wp-content/uploads/2010/09/spherepoints.swf" /><param name="src" value="/wp-content/uploads/2008/02/blogloader.swf" /><embed type="application/x-shockwave-flash" width="500" height="500" src="/wp-content/uploads/2008/02/blogloader.swf" flashvars="contenturl=/wp-content/uploads/2010/09/spherepoints.swf" scale="showall" quality="high" loop="false"></embed></object></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/&amp;title=Spherical coordinate system in ActionScript' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/&amp;title=Spherical coordinate system in ActionScript' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/&amp;title=Spherical coordinate system in ActionScript' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/&amp;t=Spherical coordinate system in ActionScript' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/&amp;title=Spherical coordinate system in ActionScript' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Spherical coordinate system in ActionScript+http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2010/09/21/spherical-coordinate-system-in-actionscript/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov now supports Joa Eberts Apparat</title>
		<link>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/</link>
		<comments>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:22:09 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[bigsource]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=258</guid>
		<description><![CDATA[We are happy to announce that we have implemented a wrapper for Joa Eberts Apparat.
The following tasks are supported:

bigsource.apparat.reducer:  Apparat Reducer
bigsource.apparat.tdsi: Apparat Turbo Diesel Sport Injection
bigsource.apparat.coverage: Apparat Coverage
bigsource.apparat.concrete: Apparat Concrete
bigsource.apparat.stripper: Apparat Stripper

To start optimizing your swfs you have to download some things:
Apparat: http://code.google.com/p/apparat/
Scala: http://www.scala-lang.org/downloads 
(Please check the Apparat website for infos about the needed version. [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce that we have implemented a wrapper for Joa Eberts Apparat.<br />
The following tasks are supported:</p>
<ul>
<li><strong>bigsource.apparat.reducer:</strong>  Apparat Reducer</li>
<li><strong>bigsource.apparat.tdsi:</strong> Apparat Turbo Diesel Sport Injection</li>
<li><strong>bigsource.apparat.coverage:</strong> Apparat Coverage</li>
<li><strong>bigsource.apparat.concrete:</strong> Apparat Concrete</li>
<li><strong>bigsource.apparat.stripper:</strong> Apparat Stripper</li>
</ul>
<p>To start optimizing your swfs you have to download some things:</p>
<p><strong>Apparat:</strong> <a href="http://code.google.com/p/apparat/" target="_blank">http://code.google.com/p/apparat/</a><br />
<strong>Scala:</strong> <a href="http://www.scala-lang.org/downloads" target="_blank">http://www.scala-lang.org/downloads</a> <br />
(Please check the Apparat website for infos about the needed version. Currently Scala RC3)<br />
<strong>BigSource Zarkov:</strong> <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a><br />
(Eclipse Updatesite: <a href="http://update.bigsource.de/beta" target="_blank">http://update.bigsource.de/beta</a>)</p>
<p>After unpacking Apparat and Scala and installing the new version of Zarkov you can create the tasks.</p>
<h5>Example</h5>
<p>See content of build.properties in previous post.</p>
<pre name="code" class="xml">
&lt;project name="Example 1" default="tdsi" basedir="."&gt;

	&lt;property file="build.properties" /&gt;

	&lt;target name="tdsi"&gt;
		&lt;bigsource.apparat.tdsi basedir="${basedir}" apparatdirectory="PATH TO APPARAT DIRECTORY" scala="PATH TO SCALA EXECUTABLE"&gt;
			&lt;inputfile path="${swf.application.target }" /&gt;
			&lt;outputfile path="${swf.application.target }" /&gt;
			&lt;set7zpath path="PATH TO 7zip IF NOT IN $PATH" /&gt;
		&lt;/bigsource.apparat.tdsi&gt;
	&lt;/target&gt;

        &lt;target name="reducer"&gt;
		&lt;bigsource.apparat.reducer basedir="${basedir}" apparatdirectory="PATH TO APPARAT DIRECTORY" scala="PATH TO SCALA EXECUTABLE"&gt;
			&lt;inputfile path="${swf.application.target }" /&gt;
			&lt;outputfile path="${swf.application.target }" /&gt;
			&lt;set7zpath path="PATH TO 7zip IF NOT IN $PATH" /&gt;
		&lt;/bigsource.apparat.reducer&gt;
	&lt;/target&gt;
&lt;/project&gt;
</pre>
<p>As you can see, the new features are currently only available from the beta update. Your feedback would help to make BigSource Zarkov even better. Feel free to contact us.</p>
<p>Thanks to <a href="http://blog.joa-ebert.com/" target="_blank">Joa</a> for his great tool!! </p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;t=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov now supports Joa Eberts Apparat+http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Poisson Disk Sampling in Flash</title>
		<link>http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/</link>
		<comments>http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:53:31 +0000</pubDate>
		<dc:creator>Kim Christiansen</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Poisson Disk Sampler Sampling Poissondisk poissondisc disc AS3 Actionsript 3 flex flash]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=129</guid>
		<description><![CDATA[The Dev.Mag article inspired me programming a poisson disk sampler in ActionScript 3. The ActionScript version is based on the Bitmap.hitTest method. This allows the additional feature adding predefined seeding areas.
Another feature is the ability to add a image wich describes the size of the poisson points. The radius of the poissonpoint is defined out [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="Dev.Mag article" href="http://www.devmag.org.za/articles/55-POISSON-DISK-SAMPLING/" target="_blank">Dev.Mag article</a> inspired me programming a poisson disk sampler in ActionScript 3. The ActionScript version is based on the Bitmap.hitTest method. This allows the additional feature adding predefined seeding areas.<br />
Another feature is the ability to add a image wich describes the size of the poisson points. The radius of the poissonpoint is defined out of the color of the image. A PerlinNoise image is a good example for a distance map.</p>
<p>This is an example with random sized drips. It has no hitmap and no distance map. If no distance map is added, the radius size will be a random value between radiusMin and radiusMax.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="loop" value="false" /><param name="quality" value="high" /><param name="scale" value="showall" /><param name="flashvars" value="contenturl=/wp-content/uploads/2009/08/poissondiskdrips.swf" /><param name="src" value="/wp-content/uploads/2008/02/blogloader.swf" /><embed type="application/x-shockwave-flash" width="400" height="400" src="/wp-content/uploads/2008/02/blogloader.swf" flashvars="contenturl=/wp-content/uploads/2009/08/poissondiskdrips.swf" scale="showall" quality="high" loop="false"></embed></object> </p>
<p>Here is an example with a hitmap and a uniform distance map. All poisson points have the same radius.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="loop" value="false" /><param name="quality" value="high" /><param name="scale" value="showall" /><param name="flashvars" value="contenturl=/wp-content/uploads/2009/09/poissondisklogo.swf" /><param name="src" value="/wp-content/uploads/2008/02/blogloader.swf" /><embed type="application/x-shockwave-flash" width="400" height="400" src="/wp-content/uploads/2008/02/blogloader.swf" flashvars="contenturl=/wp-content/uploads/2009/09/poissondisklogo.swf" scale="showall" quality="high" loop="false"></embed></object></p>
<p>I made an editor where you can change the settings and different kind of hitmaps:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="630" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="loop" value="false" /><param name="quality" value="high" /><param name="scale" value="showall" /><param name="flashvars" value="contenturl=/wp-content/uploads/2009/08/poissonsettings.swf" /><param name="src" value="/wp-content/uploads/2008/02/blogloader.swf" /><embed type="application/x-shockwave-flash" width="400" height="630" src="/wp-content/uploads/2008/02/blogloader.swf" flashvars="contenturl=/wp-content/uploads/2009/08/poissonsettings.swf" scale="showall" quality="high" loop="false"></embed></object></p>
<p>Feel free to download and play around with the source.<br />
<a href="http://www.bigsource.de/wp-content/uploads/2009/09/poissondisksampler.zip">poissondisksampler.zip</a></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/&amp;title=Poisson Disk Sampling in Flash' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/&amp;title=Poisson Disk Sampling in Flash' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/&amp;title=Poisson Disk Sampling in Flash' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/&amp;t=Poisson Disk Sampling in Flash' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/&amp;title=Poisson Disk Sampling in Flash' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Poisson Disk Sampling in Flash+http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Zarkov Compiler Wrapper Update available (0.8.2.4)</title>
		<link>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/</link>
		<comments>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 07:37:36 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[aasdoc]]></category>
		<category><![CDATA[acompc]]></category>
		<category><![CDATA[amxmlc]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[asdoc]]></category>
		<category><![CDATA[bigsource]]></category>
		<category><![CDATA[compc]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[haxe]]></category>
		<category><![CDATA[mtasc]]></category>
		<category><![CDATA[mxmlc]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[zarkov]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=57</guid>
		<description><![CDATA[Today we released the new version of the Zarkov Eclipse Plugin. There are many improvements we have done. Here are the major ones:

Review of all compiler options.


Some options have changed attributes.


Added all options listed by &#8220;compiler help list advanced&#8221; to mxmlc, compc, asdoc, amxmlc, acompc and aasdoc.


Warnings and Errors are now added to the Problems [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released the new version of the Zarkov Eclipse Plugin. There are many improvements we have done. Here are the major ones:</p>
<ul>
<li>Review of all compiler options.</li>
</ul>
<ul>
<li>Some options have changed attributes.</li>
</ul>
<ul>
<li>Added all options listed by &#8220;compiler help list advanced&#8221; to mxmlc, compc, asdoc, amxmlc, acompc and aasdoc.</li>
</ul>
<ul>
<li>Warnings and Errors are now added to the Problems view of Eclipse.</li>
</ul>
<ul>
<li>a new task &#8220;bigsource.browser&#8221; added. You can now open your browser from within eclipse.</li>
</ul>
<ul>
<li>some general improvements in stability</li>
</ul>
<ul>
<li>documentaiton will be improved in the next days (mxmlc is already updated)</li>
</ul>
<p>You can get the new version over the Eclipse Update feature. If you would like to get the latest beta version you can get it here: <a href="http://update.bigsource.de/beta" target="_blank">http://update.bigsource.de/beta</a>.</p>
<p>For more information about BigSource Zarkov visit the project page at <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a>.</p>
<p>We are happy about every feedback.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;t=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Zarkov Compiler Wrapper Update available (0.8.2.4)+http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov Documentation added</title>
		<link>http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/</link>
		<comments>http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 07:51:44 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=46</guid>
		<description><![CDATA[We have rebuild the BigSource Zarkov Project Page and  added a documentation for the supported compilers.
Have a look: http://zarkov.bigsource.de
         More&#160;&#187;]]></description>
			<content:encoded><![CDATA[<p>We have rebuild the BigSource Zarkov Project Page and  added a documentation for the supported compilers.</p>
<p>Have a look: <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;t=BigSource Zarkov Documentation added' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov Documentation added+http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov Standalone Ant Extension</title>
		<link>http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/</link>
		<comments>http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 08:27:00 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=42</guid>
		<description><![CDATA[We are happy to announce that we have made a standalone version of the plugin. Now you can exchange you build.xml with developers not using eclipse. There is an example implementation and the download link on the Zarkov Project Page. Enjoy it.
         More&#160;&#187;]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce that we have made a standalone version of the plugin. Now you can exchange you build.xml with developers not using eclipse. There is an example implementation and the download link on the <a href="http://zarkov.bigsource.de" target="_blank">Zarkov Project Page</a>. Enjoy it.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;t=BigSource Zarkov Standalone Ant Extension' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov Standalone Ant Extension+http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov updated</title>
		<link>http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/</link>
		<comments>http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 13:14:31 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=37</guid>
		<description><![CDATA[Today we released the updated version of Eclipse Plugin &#8220;BigSource Zarkov&#8221; 0.8.0.9. Now it supports ADL (Air Debug Launcher) and ADT (Air Developer Tool). A second improvement is the simpler Path setup. You just have to specify the Flex SDK Path and all compilers will be called directly. Existing FCSH-Paths will be changed automatically. So [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released the updated version of Eclipse Plugin &#8220;BigSource Zarkov&#8221; 0.8.0.9. Now it supports ADL (Air Debug Launcher) and ADT (Air Developer Tool). A second improvement is the simpler Path setup. You just have to specify the Flex SDK Path and all compilers will be called directly. Existing FCSH-Paths will be changed automatically. So if you have improvements or bugs please feel free to add an issue to <a href="http://bugtracking.bigsource.de/trac/bigsource_zarkov/" target="_blank">http://bugtracking.bigsource.de/trac/bigsource_zarkov/</a>.</p>
<p>Project Page: <a href="http://zarkov.bigsource.de">http://zarkov.bigsource.de</a></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;t=BigSource Zarkov updated' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov updated+http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Particlefun with the microphone</title>
		<link>http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/</link>
		<comments>http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 08:51:42 +0000</pubDate>
		<dc:creator>Kim Christiansen</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Particlefactory Microphone AS3 Flash]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/</guid>
		<description><![CDATA[Playing with our particlefactory, we combined the microphone activityLevel with some settings to the particlefactory.
The release of our particlefactory will come soon and will be blogged here.

         More&#160;&#187;]]></description>
			<content:encoded><![CDATA[<p>Playing with our particlefactory, we combined the microphone activityLevel with some settings to the particlefactory.<br />
The release of our particlefactory will come soon and will be blogged here.</p>
<p><object height="400" width="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="loop" value="false" /><param name="quality" value="high" /><param name="scale" value="showall" /><param name="flashvars" value="contenturl=/wp-content/uploads/2008/07/particlemicrophone.swf" /><param name="src" value="/wp-content/uploads/2008/02/blogloader.swf" /><embed height="400" width="400" src="/wp-content/uploads/2008/02/blogloader.swf" flashvars="contenturl=/wp-content/uploads/2008/07/particlemicrophone.swf" scale="showall" quality="high" loop="false" type="application/x-shockwave-flash"></embed></object></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/&amp;title=Particlefun with the microphone' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/&amp;title=Particlefun with the microphone' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/&amp;title=Particlefun with the microphone' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/&amp;t=Particlefun with the microphone' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/&amp;title=Particlefun with the microphone' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Particlefun with the microphone+http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/07/22/particlefun-with-the-microphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov project page now online (formally FCSH Wrapper)</title>
		<link>http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/</link>
		<comments>http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 10:07:18 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/</guid>
		<description><![CDATA[We are happy to announce our project page for the BigSource Zarkov Eclipse Plugin developed by us. Have a look at http://zarkov.bigsource.de.
For bugs and improvements please use http://bugtracking.bigsource.de.
         More&#160;&#187;]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce our project page for the BigSource Zarkov Eclipse Plugin developed by us. Have a look at <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a>.</p>
<p>For bugs and improvements please use <a href="http://bugtracking.bigsource.de" target="_blank">http://bugtracking.bigsource.de</a>.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/&amp;title=BigSource Zarkov project page now online (formally FCSH Wrapper)' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/&amp;title=BigSource Zarkov project page now online (formally FCSH Wrapper)' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/&amp;title=BigSource Zarkov project page now online (formally FCSH Wrapper)' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/&amp;t=BigSource Zarkov project page now online (formally FCSH Wrapper)' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/&amp;title=BigSource Zarkov project page now online (formally FCSH Wrapper)' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov project page now online (formally FCSH Wrapper)+http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov Beta released</title>
		<link>http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/</link>
		<comments>http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 09:03:12 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/</guid>
		<description><![CDATA[Today we released our renamed Eclipse Plugin &#8220;BigSource Zarkov&#8221;. It&#8217;s based on the FCSH-Wrapper and has some new Features. We changed the name because we are planning to add support for more compiler.
Roadmap:

mxmlc (fcsh)
compc (fcsh)
mtasc (AS2)
Flashplayer
haxe
the other compilers of the flex sdk (asdoc, etc.)

Current FCSH Wrapper users:

close the FCSH Monitor
deinstall the old Plugin (Help -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released our renamed Eclipse Plugin &#8220;BigSource Zarkov&#8221;. It&#8217;s based on the FCSH-Wrapper and has some new Features. We changed the name because we are planning to add support for more compiler.</p>
<p><strong>Roadmap:</strong></p>
<ul>
<li><strong>mxmlc (fcsh)</strong></li>
<li><strong>compc (fcsh)</strong></li>
<li><strong>mtasc (AS2)</strong></li>
<li><strong>Flashplayer</strong></li>
<li>haxe</li>
<li>the other compilers of the flex sdk (asdoc, etc.)</li>
</ul>
<p><strong>Current FCSH Wrapper users:</strong></p>
<ul>
<li>close the FCSH Monitor</li>
<li>deinstall the old Plugin (Help -&gt; Software Updates -&gt; Manage Configuration)</li>
<li>install BigSource Zarkov from the update url.</li>
</ul>
<p><strong>New users:</strong><br />
Install BigSource Zarkov from this update url: <a href="http://update.bigsource.de/update" target="_blank">http://update.bigsource.de/update</a></p>
<p>Now you will find the Zarkov Monitor under the Views-Category &#8220;Flash&#8221;. Because of the renaming you have to specify the paths for the compiler and the Flashplayer again. We apologize for the trouble caused.</p>
<p>The name is dedicated to the brilliant rocket scientist &#8220;<a href="http://en.wikipedia.org/wiki/Hans_Zarkov" target="_blank">Dr. Hans Zarkov</a>&#8221; from the &#8220;Flash Gordon&#8221; series.</p>
<p><strong>UPDATE:</strong> If you have any BigSource Zarkov related issues, just put it into our new bugtracking system under <a href="http://bugtracking.bigsource.de/trac/bigsource_zarkov" target="_blank">http://bugtracking.bigsource.de/trac/bigsource_zarkov</a>. This will make it easier for us to improve the plugin.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/&amp;title=BigSource Zarkov Beta released' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/&amp;title=BigSource Zarkov Beta released' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/&amp;title=BigSource Zarkov Beta released' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/&amp;t=BigSource Zarkov Beta released' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/&amp;title=BigSource Zarkov Beta released' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov Beta released+http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

