<?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>localToGlobal &#187; ActionScript 3</title>
	<atom:link href="http://blog.fjakobs.com/archives/category/as3/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.fjakobs.com</link>
	<description>FLASH BLOG</description>
	<lastBuildDate>Fri, 11 Jun 2010 08:06:50 +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>font embedding tip &#8211; &#8220;Error: Unable to transcode&#8230;&#8221;</title>
		<link>http://blog.fjakobs.com/archives/260</link>
		<comments>http://blog.fjakobs.com/archives/260#comments</comments>
		<pubDate>Thu, 22 Jan 2009 13:07:33 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[embedding]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[font manager]]></category>
		<category><![CDATA[mxmlc]]></category>
		<category><![CDATA[transcode]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/?p=260</guid>
		<description><![CDATA[hi folks,
this week i had to externalize fonts in an AS3 project. so i looked into my delicious links and found two very good tutorials, one by Troy Gardner on the TroyWorks blog and another one by Deden Ramadhan on the ini na!! blog.
in the first moment everything worked fine and i had no problems [...]]]></description>
			<content:encoded><![CDATA[<p>hi folks,<br />
this week i had to externalize fonts in an AS3 project. so i looked into my delicious links and found two very good tutorials, one <a title="http://troyworks.com/blog/2008/09/12/flash-multiple-runtime-font-sharing-embedding-with-only-partial-character-sets-how-to/" href="http://troyworks.com/blog/2008/09/12/flash-multiple-runtime-font-sharing-embedding-with-only-partial-character-sets-how-to/" target="_blank">by Troy Gardner on the TroyWorks blog</a> and another one <a title="http://blog.ujungpandaran.com/2008/09/30/externalize-font-with-font-subset-font-weight-and-font-style-at-the-same-time/" href="http://blog.ujungpandaran.com/2008/09/30/externalize-font-with-font-subset-font-weight-and-font-style-at-the-same-time/" target="_blank">by Deden Ramadhan on the ini na!! blog</a>.<br />
in the first moment everything worked fine and i had no problems embedding the fonts, loading them and finally using them at runtime. i like how it works!<br />
some days later i had to embed cyrillic, chinese and japanese characters from an ArialUnicodeMS.ttf font. then i always got the error message: <strong>&#8220;Error: Unable to transcode ArialUnicodeMS.ttf.&#8221;</strong>, at compile time. the first idea was that there&#8217;s something wrong with the ArialUnicodeMS.ttf file, because it works fine with other font files. so i tried another ArialUnicodeMS.ttf file from a colleague, but the result was the same error message. using google wasn&#8217;t that much successful, but i got a hint from a colleague that<br />
<strong>flex includes several font managers to handle embedded fonts, exactly three. <a title="http://livedocs.adobe.com/flex/3/html/help.html?content=font s_06.html" href="http://livedocs.adobe.com/flex/3/html/help.html?content=font s_06.html" target="_blank">here</a><a title="http://livedocs.adobe.com/flex/3/html/help.html?content=font s_06.html" href="http://tinyurl.com/csxz8m" target="_blank"></a> you can find some informations about the three managers in the livedocs.</strong></p>
<p>so <strong>the solution for my problem was to use the flash.fonts.AFEFontManager</strong> and everything works fine. to change the font manager you can simply use the compiler argument:</p>
<p><strong>-managers flash.fonts.AFEFontManager</strong></p>
<p>for your mxmlc compiler.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/260/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>news review -&gt; 42th week of 2008</title>
		<link>http://blog.fjakobs.com/archives/144</link>
		<comments>http://blog.fjakobs.com/archives/144#comments</comments>
		<pubDate>Fri, 17 Oct 2008 14:51:42 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[news review]]></category>
		<category><![CDATA[cairngorm]]></category>
		<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[mipmapping]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[papervision]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/?p=144</guid>
		<description><![CDATA[here are some articles i was interested in this week…
&#62; Innovative Flash Content: Time Beat &#124; Flash Speaks Actionscript
&#62; An Easy Way To Append To a Log File in AIR « Miscellanea
&#62; Adobe - Developer Center : Generating sounds dynamically in Flash Player 10
&#62; Using Cairngorm in a Flash Project
&#62; jd/adobe: The De Facto Web
&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>here are some articles i was interested in this week…</p>
<pre><a class="taggedlink" rel="nofollow" href="http://flashspeaksactionscript.com/innovative-flash-content-time-beat/">&gt; Innovative Flash Content: Time Beat | Flash Speaks Actionscript</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://userflex.wordpress.com/2008/10/16/quick-log-air/">&gt; An Easy Way To Append To a Log File in AIR « Miscellanea</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.adobe.com/devnet/flash/articles/dynamic_sound_generation/">&gt; Adobe - Developer Center : Generating sounds dynamically in Flash Player 10</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.blog.vivace.co.nz/?p=54">&gt; Using Cairngorm in a Flash Project</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blogs.adobe.com/jd/2008/10/the_de_facto_web.html">&gt; jd/adobe: The De Facto Web</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.flex-mojos.info/2008/10/17/automated-ui-tests/">&gt; Flex-mojos: Automated UI tests</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.andre-michelle.com/2008/fp10-soundapi-changes/">&gt; Andre Michelle » Blog Archive » FP10 SoundAPI changes</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.nobien.net/2008/10/15/mipmapping-in-flash-player-unbeknownst-until-now/">&gt; Nobien » Blog Archive » Mipmapping in Flash Player, Unbeknownst Until Now!</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.flexexamples.com/2008/10/15/embedding-fonts-in-flex-gumbo/">&gt; Embedding fonts in Flex Gumbo at Flex Examples</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.flashmagazine.com/news/detail/swfversioncom/">&gt; Flash Magazine &gt; News &gt; swfversion.com</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.papervision3d.org/2008/10/14/papervision-quadtree-support/">&gt; Papervision QuadTree Support « Papervision3D</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://rockonflash.wordpress.com/2008/10/14/papervision3d-quadtree-released/">&gt; Papervision3D: QuadTree Released « RockOnFlash \m/ :: John Grden</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blogs.adobe.com/flex/archives/2008/10/zendamf_in_zend_framework_17_p_1.html">&gt; The Official Flex Team Blog: ZendAMF In Zend Framework 1.7 Preview Release</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.flex888.com/880/flash-9-on-ps3.html">&gt; Flash 9 on PS3</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://riadocs.com/?p=87">&gt; FXG | RiaDocs - Journey to Web 3.0</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.mikechambers.com/blog/2008/10/14/new-flash-cs4-and-flash-player-10-articles-online/">&gt; New Flash CS4 and Flash Player 10 Articles online at Mike Chambers</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://quetwo.wordpress.com/2008/10/13/colorful-tree-fractals-in-flex/">&gt; Colorful Tree Fractals in Flex « &lt;blog:Quetwo&gt;</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.flexexamples.com/2008/10/13/3d-rotating-objects-in-flex-using-the-fxrotate3d-effect-and-flash-player-10/">&gt; 3D Rotating objects in Flex using the FxRotate3D effect and Flash Player 10 at Flex Examples</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://wildwinter.blogspot.com/2008/10/scribble.html">&gt; wildwinter: Scribble!</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://dailypv3d.wordpress.com/2008/10/13/ledjam/">&gt; Ledjam « Daily Papervision3d</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/144/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>pause Timer with ExtendedTimer in ActionScript 3.0</title>
		<link>http://blog.fjakobs.com/archives/101</link>
		<comments>http://blog.fjakobs.com/archives/101#comments</comments>
		<pubDate>Thu, 16 Oct 2008 12:40:39 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[pause]]></category>
		<category><![CDATA[Timer]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/?p=101</guid>
		<description><![CDATA[hey guys, last week i needed to pause several timers and resume them later on. i ran into a problem which i try to explain in an little example.
so let&#8217;s say you start a Timer with 1000 milliseconds delay and stop it after 600 milliseconds. if you call Timer.start() again, it starts with a new [...]]]></description>
			<content:encoded><![CDATA[<p>hey guys, last week i needed to pause several timers and resume them later on. i ran into a problem which i try to explain in an little example.</p>
<p>so let&#8217;s say you start a Timer with 1000 milliseconds delay and stop it after 600 milliseconds. if you call Timer.start() again, it starts with a new delay of 1000 milliseconds again. there is no built-in possibility to resume the timer for the remaining 400 milliseconds. i thought &#8220;nothing easier than that, just call Timer.pause()&#8221;. but there was no such method, so i decided to write my own ExtendedTimer class and add the pause functionality. now i like to share it with you&#8230;</p>
<p><a></a></p>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.fjakobs.com/lab/ExtendedTimer.as" target="_blank">&gt; ExtendedTimer.as</a></pre>
<pre name="code" class="java">
package com.fjakobs.utils
{
	import flash.events.TimerEvent;
	import flash.utils.Timer;

	/**
	 * @author fjakobs
	 */
	public class ExtendedTimer extends Timer
	{
		private var _startTime : Number;
		private var _initialDelay : Number;
		private var _paused : Boolean = false;

		public function ExtendedTimer(delay : Number,
									  repeatCount : int = 0)
		{
			super(delay, repeatCount);
			_initialDelay = delay;
			addEventListener(TimerEvent.TIMER,
						    onTimer,false,0,true);
		}

		private function onTimer(event : TimerEvent) : void
		{
			_startTime = new Date().time;
			delay = _initialDelay;
		}

		override public function start() : void
		{
			if(currentCount < repeatCount)
			{
				_paused = false;
				_startTime = new Date().time;
				super.start();
			}
		}

		public function pause() : void
		{
			if(running)
			{
				_paused = true;
				stop();
				delay = delay - (new Date().time - _startTime);
			}
		}

		public function get paused() : Boolean
		{
			return _paused;
		}

		public function get initialDelay() : Number
		{
			return _initialDelay;
		}
	}
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/101/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>news review -&gt; 41th week of 2008</title>
		<link>http://blog.fjakobs.com/archives/105</link>
		<comments>http://blog.fjakobs.com/archives/105#comments</comments>
		<pubDate>Sun, 12 Oct 2008 19:17:09 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[news review]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[designpattern]]></category>
		<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[fms]]></category>
		<category><![CDATA[papervision]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[scale9]]></category>
		<category><![CDATA[xray]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/?p=105</guid>
		<description><![CDATA[here are some articles i was interested in this week…
&#62; Red5 vs FMS (and getting to grips with Java) « Rob Silverton
&#62; Xray - Yes it does AS3 « RockOnFlash \m/ :: John Grden
&#62; Scale9_Plus &#124; FlashPlaya
&#62; Xray short walk-through video « RockOnFlash \m/ :: John Grden
&#62; Erick Souza » Experiments with Motion Detection in [...]]]></description>
			<content:encoded><![CDATA[<p>here are some articles i was interested in this week…</p>
<pre><a class="taggedlink" rel="nofollow" href="http://robsilverton.wordpress.com/2008/10/10/red5-vs-fms-and-getting-to-grips-with-java/">&gt; Red5 vs FMS (and getting to grips with Java) « Rob Silverton</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://rockonflash.wordpress.com/2008/10/11/xray-yes-it-does-as3/">&gt; Xray - Yes it does AS3 « RockOnFlash \m/ :: John Grden</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://ileavebehind.com/news/?p=97">&gt; Scale9_Plus | FlashPlaya</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://rockonflash.wordpress.com/2008/10/12/xray-short-walk-through-video/">&gt; Xray short walk-through video « RockOnFlash \m/ :: John Grden</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.ericksouza.com/en/experiments-with-motion-detection-in-the-flash/">&gt; Erick Souza » Experiments with Motion Detection in the Flash</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://broadcast.oreilly.com/2008/10/mvc-as-anti-pattern.html">&gt; MVC As Anti-Pattern - O'Reilly Broadcast</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.airtightinteractive.com/news/?p=166">&gt; Building 3D Flash Sites that Work | Airtight News</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://dailypv3d.wordpress.com/2008/10/10/mercedes-amg-sl65-black-series/">&gt; Mercedes AMG SL65 Black Series « Daily Papervision3d</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.kaourantin.net/2008/10/audio-mixing-with-pixel-bender.html">&gt; kaourantin.net: Audio mixing with Pixel Bender</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.actionscripthero.org/index.php?option=com_content&amp;task=view&amp;id=66&amp;Itemid=">&gt; Flash On The Beach 2008 videos | ActionScriptHero.org</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.flex888.com/865/adobe-tv-online.html">&gt; Adobe TV Online</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.flex888.com/857/10-code-search-engines.html">&gt; 10 Code Search Engines</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://cyrilhanquez.com/blog/2008/10/08/to-be-or-not-be-a-freelancer/">&gt; To be or not be… a freelancer. | Cyril Hanquez</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://dispatchevent.org/calebjohnston/flash-player-10/">&gt; dispatchEvent() » Flash player 10</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.flashmagazine.com/news/detail/the_ying_and_yang_of_flash/">&gt; Flash Magazine &gt; The Ying and Yang of Flash</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.wezside.co.za/2008/10/interview-fdts.html#trackback">&gt; Interview: Powerflasher FDT's Frank Piotraschke - wezside</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.joa-ebert.com/2008/10/06/as3v/">&gt; AS3V at blog.joa-ebert.com - Blog of Joa Ebert</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.ideaography.net/2008/01/top-flash-actionscript-forums/">&gt; Top Flash ActionScript Forums</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://gregoire.org/2008/10/06/red5-h264/">&gt; Paul Gregoire’s Blog » Red5 + h.264</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://clockmaker.jp/blog-en/2008/10/pv3d-flash-player-10/">&gt; Rewritable PV3D Paint on Flash Player 10 | ClockMaker Demos</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.flex888.com/854/4-things-bad-about-puremvc.html">&gt; 4 Things Bad About PureMVC</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://theflashblog.com/?p=448">&gt; The Flash Blog » Flash CS4 help files now available</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://labs.flexperiments.nl/air-chuck-norris-chuck-norris-facts-desktop-app/">&gt; Flexperiments » AIR + Chuck Norris = Chuck Norris Facts Desktop app</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://ntt.cc/2008/10/08/gang-of-four-gof-design-patterns-in-actionscript-factory-method.html">&gt; Gang of Four (GOF) Design Patterns in ActionScript–Factory Method - Ntt.cc</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.greensock.com/tweengroup/">&gt; GreenSock » TweenGroup -
Manage Sequences and Groups of TweenLite/FilterLite/Max Tweens</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/105/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>news review -&gt; 40th week of 2008</title>
		<link>http://blog.fjakobs.com/archives/98</link>
		<comments>http://blog.fjakobs.com/archives/98#comments</comments>
		<pubDate>Sat, 04 Oct 2008 08:38:35 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[news review]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[40th week 2008]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[papervision]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/?p=98</guid>
		<description><![CDATA[here are some articles i was interested in this week…
&#62; Heat Maps &#38; More In Flash « Deceptive Resolution
&#62; Adobe AIR Bible Now Available! &#124; Flash Speaks Actionscript
&#62; Seb Lee-Delisle: The FOTB08 carnival leaves town
&#62; The Flash Blog » Flash on the Beach 2008 Recap
&#62; AudioTool’s Private Parts Slides at blog.joa-ebert.com - Blog of Joa [...]]]></description>
			<content:encoded><![CDATA[<p>here are some articles i was interested in this week…</p>
<pre><a class="taggedlink" rel="nofollow" href="http://deceptiveresolution.wordpress.com/2008/10/02/heat-maps-more-in-flash/">&gt; Heat Maps &amp; More In Flash « Deceptive Resolution</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://flashspeaksactionscript.com/adobe-air-bible-now-available/">&gt; Adobe AIR Bible Now Available! | Flash Speaks Actionscript</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.sebleedelisle.com/?p=263">&gt; Seb Lee-Delisle: The FOTB08 carnival leaves town</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://theflashblog.com/?p=447">&gt; The Flash Blog » Flash on the Beach 2008 Recap</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.joa-ebert.com/2008/10/01/audiotools-private-parts-slides/">&gt; AudioTool’s Private Parts Slides at blog.joa-ebert.com - Blog of Joa Ebert</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.webkitchen.be/2008/10/01/flash-on-the-iphone-confirmed-we-said-nothing-new/">&gt; Flash on the iPhone confirmed? We said nothing new! | Serge Jespers</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.ujungpandaran.com/2008/09/30/externalize-font-with-font-subset-font-weight-and-font-style-at-the-same-time/">&gt; ini na!! » Blog Archive » Externalize Font with font subset, </a>
<a class="taggedlink" rel="nofollow" href="http://blog.ujungpandaran.com/2008/09/30/externalize-font-with-font-subset-font-weight-and-font-style-at-the-same-time/">font weight and font style at the same time</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.quasimondo.com/archives/000679.php">&gt; Quasimondo - Mario Klingemann's Flash Blog: </a>
<a class="taggedlink" rel="nofollow" href="http://www.quasimondo.com/archives/000679.php">Copy to Clipboard stopped working?</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://blog.zupko.info/?p=170">&gt; Papervision3D - Now Featuring Frustum Clipping | zupko.info</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.lostinactionscript.com/blog/index.php/2008/09/28/tips-on-how-to-write-efficient-as3/">&gt; Lost In Actionscript - Shane McCartney</a>
<a class="taggedlink" rel="nofollow" href="http://www.lostinactionscript.com/blog/index.php/2008/09/28/tips-on-how-to-write-efficient-as3/">Tips on how to write efficient AS3</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://labs.flexperiments.nl/now-available-asdebugger-21/">&gt; Flexperiments » Now Available: ASDebugger 2.1</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.adobe.com/devnet/flashmediaserver/articles/fmis_feature_explorer.html">&gt; Adobe - Developer Center : </a>
<a class="taggedlink" rel="nofollow" href="http://www.adobe.com/devnet/flashmediaserver/articles/fmis_feature_explorer.html">Using the Flash Media Interactive Server Feature Explorer</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://soenkerohde.com/2008/09/maven-flex-mojos/">&gt; Sönke Rohde » Maven &amp; Flex-mojos</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://drawlogic.com/2008/09/26/blender-to-as3-exporter-for-papervision-3d-away3d-and-sandy3d-updated/">&gt; Blender to .as3 Exporter for Papervision 3D, Away3D and Sandy3D Updated</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://labs.wichers.nu/2007/12/25/using-flex-compiled-code-within-flash/">&gt; Using Flex compiled code within Flash! : Wichers Laboratories Inc.</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://labs.wichers.nu/2008/01/29/library-maker-001-for-as-30/">&gt; Intrinsic Library maker for Flash CS3 : Wichers Laboratories Inc.</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://www.flashmagazine.com/news/detail/get_ready_for_a_ride_far_far_away/">&gt; Flash Magazine &gt; News &gt; Get ready for a ride in a mine far, far Away</a></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://ntt.cc/2008/09/28/how-to-use-the-asunit-framework-to-write-unit-tests-for-actionscript.html">&gt; How to Use the ASUnit Framework to Write Unit Tests for ActionScript - Ntt.cc</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/98/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>news review -&gt; 39th week of 2008</title>
		<link>http://blog.fjakobs.com/archives/94</link>
		<comments>http://blog.fjakobs.com/archives/94#comments</comments>
		<pubDate>Fri, 26 Sep 2008 15:49:59 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[news review]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[39th week 2008]]></category>
		<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/?p=94</guid>
		<description><![CDATA[here are some articles i was interested in this week…
&#62; Jeep Wrangler Banner « Daily Papervision3d
&#62; FlexMonkey: Even Faster Perspective Projection
&#62; Top 5 Flash CS4 Announcement Posts
&#62; 60+ Minutes of Flash Player 10 Excitement! &#124; Flash Speaks Actionscript
&#62; Overcoming rounding errors « e2easy AIR applications
&#62; Kevin Lynch talks about open source, innovation, 
the future of [...]]]></description>
			<content:encoded><![CDATA[<p>here are some articles i was interested in this week…</p>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://dailypv3d.wordpress.com/2008/09/26/jeep-wrangler-banner/">&gt; Jeep Wrangler Banner « Daily Papervision3d</a></span></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://flexmonkey.blogspot.com/2008/09/even-faster-perspectiveprojection.html"></a><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://flexmonkey.blogspot.com/2008/09/even-faster-perspectiveprojection.html">&gt; FlexMonkey: Even Faster Perspective Projection</a></span></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://flanture.blogspot.com/2008/09/top-5-flash-cs4-announcement-posts.html"></a><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://flanture.blogspot.com/2008/09/top-5-flash-cs4-announcement-posts.html">&gt; Top 5 Flash CS4 Announcement Posts</a></span></pre>
<pre><a class="taggedlink" rel="nofollow" href="http://flashspeaksactionscript.com/60-minutes-of-flash-player-10-excitement/"></a><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://flashspeaksactionscript.com/60-minutes-of-flash-player-10-excitement/">&gt; 60+ Minutes of Flash Player 10 Excitement! | Flash Speaks Actionscript</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://e2easy.wordpress.com/2008/09/25/overcoming-rounding-errors/">&gt; Overcoming rounding errors « e2easy AIR applications</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://www.webkitchen.be/2008/09/25/kevin-lynch-talks-about-open-source-innovation-the-future-of-flash-and-more/">&gt; Kevin Lynch talks about open source, innovation, </a>
<a class="taggedlink" rel="nofollow" href="http://www.webkitchen.be/2008/09/25/kevin-lynch-talks-about-open-source-innovation-the-future-of-flash-and-more/">the future of Flash and more | Serge Jespers</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://www.gotoandlearn.com/play?id=87">&gt; gotoandlearn.com - Flash CS4 Feature Tour</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://www.graphicmania.net/?p=274">&gt; Graphic, Web, Animation, Adobe Flash Resources -Graphic Mania</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://www.bit-101.com/blog/?p=1544">&gt; Polar Distortion with Flash 10 drawTriangles | BIT-101 Blog</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://www.flex888.com/839/flashsongsguitar-tabstimely-sync-songsterr.html">&gt; Flash+Songs+Guitar Tabs+Timely Sync = Songsterr</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://clockmaker.jp/blog-en/2008/09/vr-papervision3d-sphere/">&gt; Making VR with Papervision3D #3 : Sphere | ClockMaker Demos</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://theflashblog.com/?p=442">&gt; The Flash Blog » Flash Player 10 Text Ligatures Demo</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://www.philterdesign.com/blog/2008/09/fxg_flex_graphics_the_missing_1.html">&gt; FXG (Flex Graphics) - The Missing Link (PhilterBlog)</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://www.as3dp.com/2008/09/19/no-new-is-good-new-using-inheritance-composition-delegation-and-anything-else-other-than-new-in-actionscript-30-design-patterns/">&gt; No New is Good New: Using Inheritance, Composition, Delegation and
anything else other than New in ActionScript 3.0 Design Patterns |
ActionScript 3 Design Patterns</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://weblog.mrinalwadhwa.com/2008/09/20/awesome-3d-text-with-vectorvision/">&gt; Awesome 3D Text with VectorVision | Rags to Riches</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://www.as3dp.com/2008/09/20/actionscript-facade-design-pattern-the-cat-herder/">&gt; ActionScript Facade Design Pattern: </a>
<a class="taggedlink" rel="nofollow" href="http://www.as3dp.com/2008/09/20/actionscript-facade-design-pattern-the-cat-herder/">The Cat Herder | ActionScript 3 Design Patterns</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://pixelero.wordpress.com/">&gt; nice flash 10 demos at Pixelero</a></span></pre>
<pre><span style="color: #ff6600;"><a class="taggedlink" rel="nofollow" href="http://www.ffilmation.org/website/2008/09/21/ffilmation-13-released/">&gt; FFilmation » Blog Archive » FFilmation 1.3 released !</a></span></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/94/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>news review -&gt; 38th week of 2008</title>
		<link>http://blog.fjakobs.com/archives/79</link>
		<comments>http://blog.fjakobs.com/archives/79#comments</comments>
		<pubDate>Fri, 19 Sep 2008 13:52:03 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[news review]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[38th week 2008]]></category>
		<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[pixel bender]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/?p=79</guid>
		<description><![CDATA[here are some articles i was interested in this week…
Flash Magazine &#62; SlideRocket goes into Public Beta phase

Pixel Bender Grayscale Filter at Mike Chambers

Creating Re-distributable ActionScript Libraries of Pixel Bender Filters at Mike Chambers

Tutorials &#124; Adobe Flash &#38; AS3 Tutorials Roundup « Flash Enabled Blog

Pixel Bender levels example – Antti Kupila

Scribblar : Real time multi-user [...]]]></description>
			<content:encoded><![CDATA[<p>here are some articles i was interested in this week…<br/><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.flashmagazine.com/news/detail/sliderocket_goes_into_public_beta_phase/">Flash Magazine &gt; SlideRocket goes into Public Beta phase</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.mikechambers.com/blog/2008/09/18/pixel-bender-grayscale-filter/">Pixel Bender Grayscale Filter at Mike Chambers</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.mikechambers.com/blog/2008/09/17/creating-re-distributable-actionscript-libraries-of-pixel-bender-filters/">Creating Re-distributable ActionScript Libraries of Pixel Bender Filters at Mike Chambers</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://flashenabledblog.com/2008/09/18/tutorials-adobe-flash-as3-tutorials-roundup/">Tutorials | Adobe Flash &amp; AS3 Tutorials Roundup « Flash Enabled Blog</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.anttikupila.com/flash/pixel-bender-levels-example/">Pixel Bender levels example – Antti Kupila</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.nutrixinteractive.com/blog/?p=180">Scribblar : Real time multi-user whiteboard!</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.flashmagazine.com/news/detail/flash_community_chat/">Flash Magazine &gt; Flash Community chat</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://blogs.adobe.com/flex/archives/2008/09/adobe_and_zend_announce_collab.html">The Official Flex Team Blog: Adobe and Zend Announce Collaboration</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.mikechambers.com/blog/2008/09/16/why-i-love-the-flash-community/">Why I love the Flash Community at Mike Chambers</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://dailypv3d.wordpress.com/2008/09/17/nuon-doet/">Nuon doet « Papervision3d Daily</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://sleepydesign.blogspot.com/2008/09/flash-player-10-drawtriangles-is-faster.html">Sleepy Design: Flash Player 10 : drawTriangles is faster?</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://weblogs.macromedia.com/labs/archives/2008/09/flash_player_10_2.html">Adobe Labs: Flash Player 10 Release Candidate Update Available on Labs</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://dougmccune.com/blog/2008/09/14/followup-for-using-bitmapdata-for-array-manipulation-using-a-hashmap-is-a-little-faster/">Doug McCune » Followup for Using BitmapData for Array manipulation: using a hashmap is (a little) faster</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://dougmccune.com/blog/2008/09/13/using-bitmapdata-for-array-manipulation-in-as3/">Doug McCune » Using BitmapData for Array manipulation in AS3</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.adobe-flashlite.com/?p=345">Adobe Announced New Flash Media Encoding Server | Adobe Flash Lite</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.onflex.org/ted/2008/09/360flex-sj-2008-using-flex-builder-3.php">Ted On Flex: 360Flex SJ 2008 &#8211; Using the Flex Builder 3 Profiler by Jun Heider</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.flashmagazine.com/reviews/detail/flash_video_for_professionals/">Flash Magazine &gt; Flash Video for Professionals</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://ajarproductions.com/blog/2008/09/12/flash-vcam-still-alive/">Flash vCam still Alive | Ajar Productions</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.adobe.com/devnet/logged_in/jchurch_flashplayer10.html">Adobe &#8211; Developer Center : Introducing Flash Player 10 beta</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://dispatchevent.org/mims/discussion-how-best-to-benchmark-flash/">dispatchEvent() » Discussion: How best to benchmark Flash?</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.nesium.com/products/trazzle/">nesiumdotcom — Trazzle</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://sherifabdou.com/2008/09/flash-player-text-engine-examples-for-flex-4-gumbo/">Flash Player Text Engine Examples For Flex 4 (Gumbo) | Flex &amp; AIR</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://troyworks.com/blog/2008/09/12/flash-multiple-runtime-font-sharing-embedding-with-only-partial-character-sets-how-to/">Flash: Multiple Runtime Font Sharing Embedding with only Partial Character sets: How To. : TroyWorks</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://dispatchevent.org/mims/understanding-chrome/">dispatchEvent() » Understanding Comics Chrome</a></h4>
<p><br/></p>
<h4><a class="taggedlink" rel="nofollow" href="http://www.adrianparr.com/?p=88">Adrian Parr’s Blog » Flash Video to have Speech-to-Text Metadata</a></h4>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/79/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flexughh-meeting (25.08.08): Marco Kaiser &#8211; “twhirl”</title>
		<link>http://blog.fjakobs.com/archives/42</link>
		<comments>http://blog.fjakobs.com/archives/42#comments</comments>
		<pubDate>Tue, 29 Jul 2008 11:16:35 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[flexughh]]></category>
		<category><![CDATA[meeting]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/?p=42</guid>
		<description><![CDATA[hey guys,
the next flexughh-meeting was announced yesterday. it&#8217;ll take place on august 25th, 7:30pm in the holy halls of elephantseven. the great company i&#8217;m working for and which helps to realize this meeting.
Marco Kaiser will tell us something about twhirl. twhirl is a social software desktop client, based on the Adobe AIR platform.
for more infomation [...]]]></description>
			<content:encoded><![CDATA[<p>hey guys,<br />
the next flexughh-meeting was announced yesterday. it&#8217;ll take place on august 25th, 7:30pm in the holy halls of <a href="http://www.e-7.com">elephantseven</a>. the great company i&#8217;m working for and which helps to realize this meeting.</p>
<p>Marco Kaiser will tell us something about <a title="http://www.twhirl.org/" href="http://www.twhirl.org/" target="_blank">twhirl</a>. twhirl is a social software desktop client, based on the Adobe AIR platform.</p>
<p>for more infomation and registration please visit the <a title="http://www.flexughh.de/2008/07/28/flexughh-meeting-250808-marco-kaiser-twhirl/" href="http://www.flexughh.de/2008/07/28/flexughh-meeting-250808-marco-kaiser-twhirl/" target="_blank">&lt;flexughh:Blog/&gt;</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/42/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“FCSH-Wrapper” renamed to “BigSource Zarkov”</title>
		<link>http://blog.fjakobs.com/archives/13</link>
		<comments>http://blog.fjakobs.com/archives/13#comments</comments>
		<pubDate>Fri, 18 Jul 2008 06:53:14 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[fcsh]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[mtasc]]></category>
		<category><![CDATA[mxml]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/archives/13</guid>
		<description><![CDATA[the great tool “FCSH-Wrapper” is from now on called “BigSource Zarkov”. the developers decided to rename it, because they are planning to add support of other compilers than mxmlc and the flash compiler shell (FCSH). they allready added support for the AS2 compiler mtasc. for more detailed information visit the developers blog on http://blog.bigsource.de&#8230;
eclipse update [...]]]></description>
			<content:encoded><![CDATA[<p>the great tool “FCSH-Wrapper” is from now on called “BigSource Zarkov”. the developers decided to rename it, because they are planning to add support of other compilers than mxmlc and the flash compiler shell (FCSH). they allready added support for the AS2 compiler mtasc. for more detailed information visit the developers blog on <a href="http://blog.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/" target="_blank">http://blog.bigsource.de</a>&#8230;</p>
<p>eclipse update url <a href="http://update.bigsource.de/update" target="_blank">http://update.bigsource.de/update</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/13/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>use FCSH via ant</title>
		<link>http://blog.fjakobs.com/archives/12</link>
		<comments>http://blog.fjakobs.com/archives/12#comments</comments>
		<pubDate>Fri, 30 May 2008 09:29:50 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[fcsh]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/archives/12</guid>
		<description><![CDATA[yesterday two very good buddies from BigSource released their FCSH Wrapper plugin for eclipse. i was one of the first beta testers and i have to say that it&#8217;s a great tool for my daily work. the Flex Compiler Shell (short FCSH) is much more faster than the MXMLC compiler, because only the changes in [...]]]></description>
			<content:encoded><![CDATA[<p>yesterday two very good buddies from <a href="http://www.bigsource.de" target="_blank">BigSource</a> released their FCSH Wrapper plugin for eclipse. i was one of the first beta testers and i have to say that it&#8217;s a great tool for my daily work. the <a href="http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell" target="_blank">Flex Compiler Shell</a> (short FCSH) is much more faster than the MXMLC compiler, because only the changes in your code and not the whole project is compiled by FCSH.</p>
<p>so get it from <a href="http://blog.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/" target="_blank">http://blog.bigsource.de</a>, use it to compile your flash projects and have more fun at work!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/12/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
