<?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>Alrighty Then! &#187; flash</title>
	<atom:link href="http://www.alrightythen.de/blog/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alrightythen.de/blog</link>
	<description>development notes, tech talk ...</description>
	<lastBuildDate>Sun, 28 Feb 2010 22:25:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>File caching made (not so) simple</title>
		<link>http://www.alrightythen.de/blog/2008/06/file-caching-made-not-so-simple/</link>
		<comments>http://www.alrightythen.de/blog/2008/06/file-caching-made-not-so-simple/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 14:29:12 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=27</guid>
		<description><![CDATA[I wanted my Digital Signage solution to be less vulnerable to network losses (and save some bandwidth). As the client exists as a flex-version for browser preview and a AIR runtime version on the Panels, i had to come up with a solution providing a minimalistic interface with minimal code changes needed. So a event-based [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2008/06/file-caching-made-not-so-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using RSL&#8217;s to cache framework libraries</title>
		<link>http://www.alrightythen.de/blog/2008/01/using-rsls-to-cache-framework-libraries/</link>
		<comments>http://www.alrightythen.de/blog/2008/01/using-rsls-to-cache-framework-libraries/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 09:29:50 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=20</guid>
		<description><![CDATA[I&#8217;ve just switched from &#8220;merged into code&#8221; to &#8220;runtime shared&#8221; for framework.swc, datavisualisation.swc and rpc.swc. This brings the mere application code size from 518KB down to a very good 188KB. Only one issue popped up: You need to move up framework.swc under &#60;Project&#62;/Properties/Flex Build Path/Library Path/Flex 3 to be above datavisualisation.swc to properly resolve runtime [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2008/01/using-rsls-to-cache-framework-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Layering map and symbol data</title>
		<link>http://www.alrightythen.de/blog/2008/01/layering-map-and-symbol-data/</link>
		<comments>http://www.alrightythen.de/blog/2008/01/layering-map-and-symbol-data/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 16:35:58 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[maptech]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[layers]]></category>
		<category><![CDATA[mapping]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=19</guid>
		<description><![CDATA[Recently i updated the mapTech demo to show 3 layers at once. Please be sure to adjust the 3 sliders at the bottom to set the upper 2 layers alpha value. Next step will be a drag &#38; drop enabled kit to build customized layer sets of both static image/map and dynamic symbolic/charting data.]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2008/01/layering-map-and-symbol-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Charts and Performance</title>
		<link>http://www.alrightythen.de/blog/2007/11/charts-and-performance/</link>
		<comments>http://www.alrightythen.de/blog/2007/11/charts-and-performance/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 16:20:05 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[maptech]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=18</guid>
		<description><![CDATA[As you might have seen in the demo, i want to display 100+ charts on a map. Until today, i created a chart-object (along with dataProvider, Series, and stuff) for every view to be displayed. This rendered the application unresponsive for some seconds, showed no progress and consumed lots of memory. While reworking my display [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2007/11/charts-and-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1000+ Children in a Flex-Container</title>
		<link>http://www.alrightythen.de/blog/2007/11/1000-children-in-a-flex-container/</link>
		<comments>http://www.alrightythen.de/blog/2007/11/1000-children-in-a-flex-container/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 17:29:00 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[maptech]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=16</guid>
		<description><![CDATA[I want to add 1000+ child elements to a flex container that can be moved around with the mouse ( using startDrag / MouseEvent.MOVE). On a first try, i used a Canvas to hold the elements and a class derived from UIComponent as element. Adding 1K of children rendered the application almost completely unresponsive. I [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2007/11/1000-children-in-a-flex-container/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Context menu for DataGrid rows</title>
		<link>http://www.alrightythen.de/blog/2007/09/context-menu-for-datagrid-rows/</link>
		<comments>http://www.alrightythen.de/blog/2007/09/context-menu-for-datagrid-rows/#comments</comments>
		<pubDate>Sat, 01 Sep 2007 11:22:11 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=15</guid>
		<description><![CDATA[UPDATE: In Flex beta3 mouseTraget is set for a MENU_SELECT-event, but not for a MENU_ITEM_SELECT. Workaround: Save the mouseTarget in MENU_SELECT and reuse it in its consecutive MENU_ITEM_SELECT event. UPDATE: this will not work with AIR beta2: mouseTarget is null for MENU_SELECT_ITEM and MENU_SELECT in AIR BETA2. I&#8217;ve filed a bug at Adobe. If you [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2007/09/context-menu-for-datagrid-rows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A long way from Flash to AIR</title>
		<link>http://www.alrightythen.de/blog/2007/07/a-long-way-from-flash-to-air/</link>
		<comments>http://www.alrightythen.de/blog/2007/07/a-long-way-from-flash-to-air/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 06:08:26 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=5</guid>
		<description><![CDATA[I&#8217;ve been playing with Apollo/AIR for some time now and i really like it. But let&#8217;s go back in time: For years i managed to avoid first Macromedia Director (Lingo!!) and then Flash (framebased animation with almost no scripting). Then we had to finish 5 language versions of a Flash-projector (with around 100 screens) in [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2007/07/a-long-way-from-flash-to-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
