<?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>Aboutme - blog &#187; Actionscript 3.0</title>
	<atom:link href="http://blog.aboutme.be/category/actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aboutme.be</link>
	<description></description>
	<lastBuildDate>Sun, 21 Feb 2010 15:47:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash &#8211; HTML5 Drag and drop integration</title>
		<link>http://blog.aboutme.be/2010/02/21/flash-html5-drag-and-drop-integration/</link>
		<comments>http://blog.aboutme.be/2010/02/21/flash-html5-drag-and-drop-integration/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:46:13 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=138</guid>
		<description><![CDATA[After seeing Mario Klingemann&#8217;s HTML5 drag and drop demo, I wanted to write a library around it and make it a little more cross-browser.
Register the necessary event listeners to the class and react to events such as dragging a file / element over your swf, dropping data or dropping a file on the swf.
FlashDragDrop.addEventListener(FlashDragDropEvent.DROP_DATA, dropDataHandler);
You [...]]]></description>
			<content:encoded><![CDATA[<p>After seeing <a href="http://www.quasimondo.com/examples/draganddrop/dragAndDropFFF.php">Mario Klingemann&#8217;s HTML5 drag and drop demo</a>, I wanted to write a library around it and make it a little more cross-browser.</p>
<p>Register the necessary event listeners to the class and react to events such as dragging a file / element over your swf, dropping data or dropping a file on the swf.</p>
<p><code>FlashDragDrop.addEventListener(FlashDragDropEvent.DROP_DATA, dropDataHandler);</code></p>
<p>You don&#8217;t need to add any extra javascript to your flash embed, the javascript necessary to add the drag and drop support is injected automatically.</p>
<p>You can detect the drag and drop events in the latest versions of Firefox, Safari and IE. Accessing the content of the dropped files only works in the latest version of Firefox (try dropping an image).</p>
<p>You can <a href="http://labs.aboutme.be/flash_drag_drop/demo/">check out a demo</a> or <a href="http://labs.aboutme.be/flash_drag_drop/flash_drag_drop_source.zip">download the source files</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2010/02/21/flash-html5-drag-and-drop-integration/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Webcam Difference Keying</title>
		<link>http://blog.aboutme.be/2009/12/08/webcam-difference-keying/</link>
		<comments>http://blog.aboutme.be/2009/12/08/webcam-difference-keying/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 15:29:26 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[pixelbender]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=132</guid>
		<description><![CDATA[Some of my students are working on a project where they need a photo-booth-like keying application (take snapshot with somebody out of the picture, then step back in the picture and the background disappears). I&#8217;ve been experimenting with pixelbender the last week, and created some classes that do just that.

Check out the example, and play [...]]]></description>
			<content:encoded><![CDATA[<p>Some of my students are working on a project where they need a photo-booth-like keying application (take snapshot with somebody out of the picture, then step back in the picture and the background disappears). I&#8217;ve been experimenting with pixelbender the last week, and created some classes that do just that.</p>
<p><a href="http://labs.aboutme.be/difference_keying"><img src="http://blog.aboutme.be/wp-content/uploads/2009/12/difference_keying.jpg" alt="difference_keying" title="difference_keying" width="498" height="227" class="alignnone size-full wp-image-133" /></a></p>
<p><a href="http://labs.aboutme.be/difference_keying">Check out the example</a>, and play around with the parameters. Please note that it works best with a background without too much detail or similarities with the person in front. Also make sure there&#8217;s enough lighting.</p>
<p>You can <a href="http://blog.aboutme.be/wp-content/uploads/difference_keying/DifferenceKeying.zip">download the source files</a> and play around with them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2009/12/08/webcam-difference-keying/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CKEditor running in Flex and AIR</title>
		<link>http://blog.aboutme.be/2009/10/25/ckeditor-running-in-flex-and-air/</link>
		<comments>http://blog.aboutme.be/2009/10/25/ckeditor-running-in-flex-and-air/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 18:16:57 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[CKEditor]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[fckeditor]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=129</guid>
		<description><![CDATA[CKEditor is the new version of FCKEditor. Following up on my FCKEditor post, I&#8217;ve got CKEditor up and running in both flex and air now.

Download the library + demo&#8217;s at http://blog.aboutme.be/wp-content/uploads/ckeditor_flex_air/ckeditor_flex_air.zip
Again, some release notes (same as FCKEditor actually :-)):
When you extract the zip file, you will find an swc file, an assets folder and de [...]]]></description>
			<content:encoded><![CDATA[<p>CKEditor is the new version of FCKEditor. Following up on my FCKEditor post, I&#8217;ve got CKEditor up and running in both flex and air now.</p>
<p><img src="http://blog.aboutme.be/wp-content/uploads/2009/10/picture-7.png" alt="screenshot" /></p>
<p>Download the library + demo&#8217;s at <a href="http://blog.aboutme.be/wp-content/uploads/ckeditor_flex_air/ckeditor_flex_air.zip">http://blog.aboutme.be/wp-content/uploads/ckeditor_flex_air/ckeditor_flex_air.zip</a></p>
<p>Again, some release notes (same as FCKEditor actually :-)):</p>
<p>When you extract the zip file, you will find an swc file, an assets folder and de demos folder. If you want to use CKEditor in your own Flex or AIR projects, add the swc to your library path, and the assets folder to your src folder (just like the demo projects).</p>
<p>When you use the component in a Flex project, you need to ensure you set the wmode property to ‘opaque’. Also, if you run it on your local filesystem with Internet Explorer, you won’t see the component. It works fine if you run it on a webserver.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2009/10/25/ckeditor-running-in-flex-and-air/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Using FCKEditor in Flex and AIR</title>
		<link>http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/</link>
		<comments>http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 21:17:21 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[fckeditor]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=124</guid>
		<description><![CDATA[One of the most wanted features in Adobe Flex / AIR is a better Rich Text Editor. There are some great ones available for javascript, so why can&#8217;t we have an editor with the same featureset? Well, it is actually possible to incorporate existing javascript editors in your Flex / AIR applications.

You can check out [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most wanted features in Adobe Flex / AIR is a better Rich Text Editor. There are some great ones available for javascript, so why can&#8217;t we have an editor with the same featureset? Well, it is actually possible to incorporate existing javascript editors in your Flex / AIR applications.</p>
<p><img src="http://blog.aboutme.be/wp-content/uploads/2009/08/flex_fck_editor_screenshot.jpg" alt="" title="flex_fck_editor_screenshot" class="aligncenter" /></p>
<p>You can check out a demo at <a href="http://labs.aboutme.be/flex_fckeditor/">http://labs.aboutme.be/flex_fckeditor/</a></p>
<p>You can download my library + demo&#8217;s at <a href="http://blog.aboutme.be/wp-content/uploads/flex_fckeditor/flex_fck_editor_0.1.zip">http://blog.aboutme.be/wp-content/uploads/flex_fckeditor/flex_fck_editor_0.1.zip</a></p>
<p>When you extract the zip file, you will find an swc file, an assets folder and de demos folder. If you want to use FCKEditor in your own Flex or AIR projects, add the swc to your library path, and the assets folder to your src folder (just like the demo projects).</p>
<p>When you use the component in a Flex project, you need to ensure you <strong>set the wmode property to &#8216;opaque&#8217;</strong>. Also, if you run it on your <strong>local filesystem with Internet Explorer</strong>, you won&#8217;t see the component. It works fine if you run it on a webserver.</p>
<p>Currently it&#8217;s possible to get / set the htmlText, and change the toolbar set. I hope you enjoy this component, if you find any bugs or have feature request, feel free to post them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>CakeSWXPHP &#8211; updated to SWX 2.0 beta 1</title>
		<link>http://blog.aboutme.be/2008/12/23/cakeswxphp-updated-to-swx-20-beta-1/</link>
		<comments>http://blog.aboutme.be/2008/12/23/cakeswxphp-updated-to-swx-20-beta-1/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 23:24:07 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[amfphp]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[cakeswxphp]]></category>
		<category><![CDATA[swx]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=90</guid>
		<description><![CDATA[The first beta of the new version of SWX was released yesterday. This new version brings AS3 and Flash Player 10 support. I decided to update CakeSWXPHP, to support this new version of SWX. You can download a new version, from my CakeSWXPHP page.
]]></description>
			<content:encoded><![CDATA[<p>The first beta of the <a href="http://swxformat.org/192">new version of SWX was released yesterday</a>. This new version brings AS3 and Flash Player 10 support. I decided to update CakeSWXPHP, to support this new version of SWX. You can <a href="http://blog.aboutme.be/cakeswxphp/">download a new version, from my CakeSWXPHP page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2008/12/23/cakeswxphp-updated-to-swx-20-beta-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resizing Scrollbars in Flex</title>
		<link>http://blog.aboutme.be/2008/10/05/resizing-scrollbars-in-flex/</link>
		<comments>http://blog.aboutme.be/2008/10/05/resizing-scrollbars-in-flex/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 19:40:41 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=82</guid>
		<description><![CDATA[I had to create bigger scrollbars, for a flex project which had to run on touchscreens. Their isn&#8217;t a real style or property which enables you to do this, but thanks to programmatic skinning, it is quite easy.
First of all, create a class which extends mx.skins.halo.ScrollTrackSkin. In this class, you override the measuredWidth() and updateDisplayList() [...]]]></description>
			<content:encoded><![CDATA[<p>I had to create bigger scrollbars, for a flex project which had to run on touchscreens. Their isn&#8217;t a real style or property which enables you to do this, but thanks to programmatic skinning, it is quite easy.</p>
<p>First of all, create a class which extends mx.skins.halo.ScrollTrackSkin. In this class, you override the measuredWidth() and updateDisplayList() functions:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript actionscript" style="font-family:monospace;">override <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">get</span> measuredWidth<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Number</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">50</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
override protected <span style="color: #000000; font-weight: bold;">function</span> updateDisplayList<span style="color: #66cc66;">&#40;</span>w:<span style="color: #0066CC;">Number</span>, h:<span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #0066CC;">super</span>.<span style="color: #006600;">updateDisplayList</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">50</span>, h<span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p>After that, create a class which extends mx.skins.halo.ScrollThumbSkin. In this class, you have to provide the same methods:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript actionscript" style="font-family:monospace;">override <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">get</span> measuredWidth<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Number</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">50</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
override protected <span style="color: #000000; font-weight: bold;">function</span> updateDisplayList<span style="color: #66cc66;">&#40;</span>w:<span style="color: #0066CC;">Number</span>, h:<span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #0066CC;">super</span>.<span style="color: #006600;">updateDisplayList</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">50</span>, h<span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p>The last class you have to create, is for the scrollbar arrows. This class extends mx.skins.halo.ScrollArrowSkin. Again, you have to override some methods: measuredWidth, measuredHeight and updateDisplayList:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript actionscript" style="font-family:monospace;">override <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">get</span> measuredWidth<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Number</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">50</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
override <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">get</span> measuredHeight<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Number</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">50</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
override protected <span style="color: #000000; font-weight: bold;">function</span> updateDisplayList<span style="color: #66cc66;">&#40;</span>w:<span style="color: #0066CC;">Number</span>, h:<span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #0066CC;">super</span>.<span style="color: #006600;">updateDisplayList</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">50</span>, <span style="color: #cc66cc;">50</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p>The final step, is to link these classes in your css file:</p>

<div class="wp_syntax"><div class="code"><pre class="css css" style="font-family:monospace;">ScrollBar
<span style="color: #00AA00;">&#123;</span>
    trackSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollTrackSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    downArrowDisabledSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    downArrowDownSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    downArrowOverSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    downArrowUpSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    thumbDownSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollThumbSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    thumbOverSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollThumbSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    thumbUpSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollThumbSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    upArrowDisabledSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    upArrowDownSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    upArrowOverSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
    upArrowUpSkin<span style="color: #00AA00;">:</span> ClassReference<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;com.mydomain.BigScrollArrowSkin&quot;</span><span style="color: #00AA00;">&#41;</span>;
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Programmatic skinning allows you to do even more, you can completely control the layout, and drawing of the components through code.</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2008/10/05/resizing-scrollbars-in-flex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Actionscript 3.0 Gradients and Curves code generator</title>
		<link>http://blog.aboutme.be/2008/09/21/actionscript-30-gradients-and-curves-code-generator/</link>
		<comments>http://blog.aboutme.be/2008/09/21/actionscript-30-gradients-and-curves-code-generator/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 16:26:37 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=74</guid>
		<description><![CDATA[Now and then, I have to use the drawing API to draw a gradient, or a bezier curve. Every time, I have to dig through the help, to check the meaning of the different parameters, and where they belong in the function call. To make this more easy, I created a little code generator for [...]]]></description>
			<content:encoded><![CDATA[<p>Now and then, I have to use the drawing API to draw a gradient, or a bezier curve. Every time, I have to dig through the help, to check the meaning of the different parameters, and where they belong in the function call. To make this more easy, I created a little code generator for gradients, and for drawing bezier curves with Actionscript 3.0.</p>
<p>Gradients code generator:</p>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="550" height="400" align="none">
      <param name="movie" value="http://blog.aboutme.be/wp-content/uploads/2008/09/gradients_01.swf" />
      <param name="align" value="none" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://blog.aboutme.be/wp-content/uploads/2008/09/gradients_01.swf" width="550" height="400" align="none">
      <!--<![endif]-->
        Actionscript 3.0 Code generator for gradients
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
 
<p>Beziers code generator</p>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_1" width="550" height="400" align="none">
      <param name="movie" value="http://blog.aboutme.be/wp-content/uploads/2008/09/curveto_demo.swf" />
      <param name="align" value="none" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://blog.aboutme.be/wp-content/uploads/2008/09/curveto_demo.swf" width="550" height="400" align="none">
      <!--<![endif]-->
        Bezier curve code generator (AS3)
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
 
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2008/09/21/actionscript-30-gradients-and-curves-code-generator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex Flowcharts</title>
		<link>http://blog.aboutme.be/2008/01/30/flex-flowcharts/</link>
		<comments>http://blog.aboutme.be/2008/01/30/flex-flowcharts/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 23:41:45 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/2008/01/30/flex-flowcharts/</guid>
		<description><![CDATA[Last saturday I went to the Adobe Usergroup meeting in Gent (Belgium). It featured the Adobe Prerelease tour, Christophe&#8217;s presentation about Prana and, last but not least a presentation about lovely charts. Loverly Charts is an application to created flowcharts and diagrams online. This reminded me of a project I&#8217;ve been working on now and [...]]]></description>
			<content:encoded><![CDATA[<p>Last saturday I went to the Adobe Usergroup meeting in Gent (Belgium). It featured the Adobe Prerelease tour, <a href="http://www.herrodius.com/">Christophe&#8217;s presentation</a> about Prana and, last but not least a presentation about <a href="http://www.lovelycharts.com">lovely charts</a>. Loverly Charts is an application to created flowcharts and diagrams online. This reminded me of a project I&#8217;ve been working on now and then the last 3 years. It doesn&#8217;t have a title / name yet, but it is a flowcharting application aswell.</p>
<p>You can created flowcharts, which are stored in a database. The flowcharts have metadata, like the perspon who is responsable for that chart, name, description, etc&#8230; Each step in a flowchart has metadata aswell. Charts can be linked to eachother, so you can describe a main proces which links to sub-processes aswell.</p>
<p>I&#8217;ve put a little demo online at: <a href="http://labs.aboutme.be/charts/">http://labs.aboutme.be/charts/</a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2008/01/30/flex-flowcharts/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>benchmarking cakeswx/amfphp</title>
		<link>http://blog.aboutme.be/2008/01/20/benchmarking-cakeswxamfphp/</link>
		<comments>http://blog.aboutme.be/2008/01/20/benchmarking-cakeswxamfphp/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 18:48:10 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[amfphp]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[cakeswxphp]]></category>
		<category><![CDATA[swx]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/2008/01/20/benchmarking-cakeswxamfphp/</guid>
		<description><![CDATA[Cakeswxphp enables you to use the cakphp rapid application framework as your remoting backend. No longer writing complex sqls, escaping query strings,&#8230; As some of you have noticed, cake does slow your remoting down a bit, as more classes are loaded to give you this ease-of-use. I did some benchmarks, comparing amfphp and swx with [...]]]></description>
			<content:encoded><![CDATA[<p>Cakeswxphp enables you to use the cakphp rapid application framework as your remoting backend. No longer writing complex sqls, escaping query strings,&#8230; As some of you have noticed, cake does slow your remoting down a bit, as more classes are loaded to give you this ease-of-use. I did some benchmarks, comparing amfphp and swx with cakeswxphp 1.1 and cakeswxphp 1.2. I ran the echoData service 10 times, and took the average speed of those calls. These are the results:</p>
<p>SWX: 346ms<br />
CakeSWXPHP 1.1: 350ms<br />
CakeSWXPHP 1.2: 369ms<br />
AMFPHP: 57ms<br />
CakeAMFPHP 1.1: 111ms<br />
CakeAMFPHP 1.2: 126ms</p>
<p>As we already know, AMFPHP is fast as hell. The CakePHP version is 2x slower because of the extra classes &#038; functions cakephp executes. The difference between SWX and CakeSWX isn&#8217;t that big.</p>
<p>After that, I turned out eaccelerator (PHP caching / accelerator system) and ran the benchmark again:</p>
<p>SWX: 347ms<br />
CakeSWXPHP 1.1: 364ms<br />
CakeSWXPHP 1.2: 362ms<br />
AMFPHP: 50ms<br />
CakeAMFPHP 1.1: 64ms<br />
CakeAMFPHP 1.2: 67ms</p>
<p>Not much difference between the first results without the caching, except for the Cake AMF gateway: it seems like using a php accelerator makes the cakeamfphp almost as fast as the native amfphp!</p>
<p>I&#8217;ve included the benchmark scripts:</p>
<p><a href='http://blog.aboutme.be/wp-content/uploads/2008/01/cakeswxphp.fla' title='cakeswxphp SWX benchmark'>cakeswxphp SWX benchmark</a><br />
<a href='http://blog.aboutme.be/wp-content/uploads/2008/01/cakeswxphpbenchmark.as' title='cakeswxphp AMF benchmark (AS3)'>cakeswxphp AMF benchmark (AS3)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2008/01/20/benchmarking-cakeswxamfphp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Popforge open source</title>
		<link>http://blog.aboutme.be/2007/07/18/popforge-open-source/</link>
		<comments>http://blog.aboutme.be/2007/07/18/popforge-open-source/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 12:20:10 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/2007/07/18/popforge-open-source/</guid>
		<description><![CDATA[Hooray! Popforge, an ActionScript 3 code library by André Michelle and Joe Elbert is nog open source! I was especially interested in the audio classes, that enable you to generate audio at runtime in AS3. You can check out the library at the google code page.
]]></description>
			<content:encoded><![CDATA[<p>Hooray! Popforge, an ActionScript 3 code library by <a href="http://blog.andre-michelle.com/">André Michelle</a> and <a href="http://blog.je2050.de/">Joe Elbert</a> is nog open source! I was especially interested in the audio classes, that enable you to generate audio at runtime in AS3. You can <a title="popforge AS3 code library" target="_blank" href="http://code.google.com/p/popforge/">check out the library at the google code page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2007/07/18/popforge-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
