<?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>Arno Manders &#187; component</title>
	<atom:link href="http://blog.arnomanders.nl/index.php/archives/category/component/feed/" rel="self" type="application/rss+xml" />
	<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>
		<item>
		<title>Code snippet: pass preloader flashvars to main swf</title>
		<link>http://blog.arnomanders.nl/index.php/archives/code-snippet-pass-preloader-flashvars-to-main-swf/</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>
		</item>
		<item>
		<title>Distort with drawTriangles()</title>
		<link>http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/</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>
		</item>
		<item>
		<title>Get the dataprovider of another Line in lineChart?</title>
		<link>http://blog.arnomanders.nl/index.php/archives/get-the-dataprovider-of-another-line-in-linechar/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/get-the-dataprovider-of-another-line-in-linechar/#comments</comments>
		<pubDate>Tue, 26 May 2009 08:22:42 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[DataTip]]></category>
		<category><![CDATA[datatiprenderer]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=248</guid>
		<description><![CDATA[In some cases you have 2 different XML files to show 2 different lines in a lineChart. For example you want to compare a companies incomming with another month and each month is in a different XML. In a dataTipRenderer I show the styled data but I can only access data from 1 line. My [...]
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/get-the-dataprovider-of-another-line-in-linechar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strange behaviour of Tree component</title>
		<link>http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/#comments</comments>
		<pubDate>Tue, 12 May 2009 08:04:33 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[flex component]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Renderers]]></category>
		<category><![CDATA[Tree]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=234</guid>
		<description><![CDATA[I&#8217;mÂ  making a tree like menu structure. It is already a hacky business but now I encountered another problem. And I have no clue where it is happening and if I do something wrong or Flex is messing it up. I have a Tree component that uses a tree renderer to render the items. In [...]
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to find an address with Google maps Flash API</title>
		<link>http://blog.arnomanders.nl/index.php/archives/how-to-find-an-address-with-google-maps-flash-api/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/how-to-find-an-address-with-google-maps-flash-api/#comments</comments>
		<pubDate>Mon, 19 May 2008 14:16:34 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Maps]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/how-to-find-an-address-with-google-maps-flash-api/</guid>
		<description><![CDATA[After the Flash Google maps API release I spend some time to see what is possible. I started with the documentation from Google. In there documentation they are using the latitude and longitude coordinates to set the center of your map. This is not really a human readable way to do it and personally I [...]
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/how-to-find-an-address-with-google-maps-flash-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Direction of the TileList behaves strange</title>
		<link>http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 11:46:14 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[TileList]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=140</guid>
		<description><![CDATA[I stumbled into an incorrect working function of the TileList in Flex. It looks like they swopped a few variables around. If you set the direction of the TileList to horizontal it looks like Flex doesn&#8217;t care about the option and just scolls vertical. After that I checked an Adobe quickstart guide to know sure [...]
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>ImageViewer3D final release</title>
		<link>http://blog.arnomanders.nl/index.php/archives/imageviewer3d-final-release/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/imageviewer3d-final-release/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 12:29:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[ImageViewer3D]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex component]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/imageviewer3d-final-release/</guid>
		<description><![CDATA[Today I&#8217;m going to release the code of ImageViewer3D like I promised before. It is not finished but I have to move on to other things. I few days ago I asked everyone to give input and because of the shortage of time I can&#8217;t put every suggestion in. Sorry for that but many thanks [...]
No related posts.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/imageviewer3d-final-release/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

