<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Arno Manders</title>
	
	<link>http://blog.arnomanders.nl</link>
	<description>Flex, Flash, AIR and everything that is brand new</description>
	<lastBuildDate>Wed, 21 Dec 2011 18:40:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/blogarnomanders" /><feedburner:info uri="blogarnomanders" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Code snippet: pass preloader flashvars to main swf</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/5sVn6zbc_eI/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/code-snippet-pass-preloader-flashvars-to-main-swf/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 09:45:52 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=448</guid>
		<description><![CDATA[Needed some way generic way to get my flashvars from the preloader to the loaded swf I just extend the url with the flashvars like this ?View Code ACTIONSCRIPTprivate function addFlashvars&#40;swfUrl:String&#41;:String&#123; swfUrl += &#34;?&#34;; for&#40;var i:String in root.loaderInfo.parameters&#41;&#123; swfUrl += i + &#34;=&#34; +root.loaderInfo.parameters&#91;i&#93; + &#34;&#38;amp;&#34;; &#125; return swfUrl; &#125; No related posts.
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/code-snippet-pass-preloader-flashvars-to-main-swf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/code-snippet-pass-preloader-flashvars-to-main-swf/</feedburner:origLink></item>
		<item>
		<title>Music visualisation with SoundMixer.computeSpectrum();</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/WBDw3tKHQSI/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/music-visualisation-with-soundmixer-computespectrum/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 07:44:12 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[SoundMixer]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=396</guid>
		<description><![CDATA[&#160; Just some fun with Away3D and the SoundMixer class. View example Code ?View Code ACTIONSCRIPTSoundMixer.computeSpectrum&#40;this.byteArray&#41;; this.byteArray.position = 1024 + &#40;8* i&#41;; musicSphere.y = byteArray.readFloat&#40;&#41; * 1000; No related posts.
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/music-visualisation-with-soundmixer-computespectrum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/music-visualisation-with-soundmixer-computespectrum/</feedburner:origLink></item>
		<item>
		<title>Distort with drawTriangles()</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/nyp1XN1J1Ik/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:10:20 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[disort]]></category>
		<category><![CDATA[drawTriangles]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[verticals]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=339</guid>
		<description><![CDATA[There are a growing number of posts about the technique to distort an image with the drawTriangles() function. But most of those examples create a lot of extra vertices that aren&#8217;t needed for displaying the image and more calculation means more CPU consumption. I explain here how to work with verticals and show some basic [...]
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/</feedburner:origLink></item>
		<item>
		<title>Experimental flickr photo viewer</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/Njj7eX1o0MA/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/experimental-flickr-photo-viewer/#comments</comments>
		<pubDate>Wed, 12 May 2010 11:38:48 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=333</guid>
		<description><![CDATA[Not so long ago I saw a nice menu from (I&#8217;m not really sure) a game console on TV. It had a tilted view on 3D planes with information from a games and after selecting a plane the plane rotate toward the camera so you could see more detail from the selected game. I made [...]
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/experimental-flickr-photo-viewer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/experimental-flickr-photo-viewer/</feedburner:origLink></item>
		<item>
		<title>Flinteroids</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/NGxUyoKuHvQ/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/flinteroids/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 14:22:17 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=330</guid>
		<description><![CDATA[I while back I had some spare time and decided to check out Flint and followed the Flinteroids tutorial. It&#8217;s cool but I extended it a little with a few extra effects and a High score. Have fun! If someone has tip for good game sound effects please don&#8217;t hesitate to share No related posts.
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/flinteroids/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/flinteroids/</feedburner:origLink></item>
		<item>
		<title>Calculate DataGrid height</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/x0hkmCCsig0/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 12:32:08 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=292</guid>
		<description><![CDATA[I have a dataset with more than 200 items. If I use that as dataprovider of a datagrid and set the rowcount to 10 the datagrid is not alway resizing to the right size. Sometimes I see 10.5 rows. This is a nice solution for that problem: ?View Code ACTIONSCRIPTdataGrid.height = measureHeightOfItems&#40;-1, dataGrid.rowCount&#41; + dataGrid.headerHeight; [...]
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/</feedburner:origLink></item>
		<item>
		<title>AdvancedDataGrid GroupingCollection and sort</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/sp_2E6r4i5E/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/advanceddatagrid-groupingcollection-and-sort/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 08:45:12 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=288</guid>
		<description><![CDATA[Here an example of the advancedDataGrid. I&#8217;m using a groupingcollection to get all the data from one searchengine in one group One problem that I encounter in the advancedDataGrid is sorting a column on application start. I try to sort the &#8220;number of visits&#8221; field and it is working for the known visit data the [...]
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/advanceddatagrid-groupingcollection-and-sort/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/advanceddatagrid-groupingcollection-and-sort/</feedburner:origLink></item>
		<item>
		<title>LineChart datatip with degrafa skin</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/RlvUWJuGvxQ/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 09:16:06 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[DataTip]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=283</guid>
		<description><![CDATA[Here is an example how you skin a DataTip from a LineChart with the help of Degrafa. Source No related posts.
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/</feedburner:origLink></item>
		<item>
		<title>TimeDateAxis</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/diVb9znqa68/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/timedateaxis/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 14:09:32 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[TimeDateAxis]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=277</guid>
		<description><![CDATA[I&#8217;m going to try to shift the focus of my blog a little bit more to examples and away from the &#8220;I have this problem bla bla&#8221;. Well I just try to blog more because it a bit quiet here. I&#8217;m going to post some things that is useful for myself to archive and maybe [...]
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/timedateaxis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/timedateaxis/</feedburner:origLink></item>
		<item>
		<title>What is the deal with application.parameters?</title>
		<link>http://feedproxy.google.com/~r/blogarnomanders/~3/HIerY7OeVvg/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 09:39:38 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[application.parameters]]></category>
		<category><![CDATA[mxml]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[RemoteObject]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=269</guid>
		<description><![CDATA[I send a userId to my application to display a linechart with the application.parameter object. I get the userId parameter inside my application and can trace or alert it and I see the userId on my screen. Ok everything is working fine for now. Then I want to use the userId to call php function. [...]
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/</feedburner:origLink></item>
	</channel>
</rss>

