<?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>Joshua Ostrom - riafan &#187; ActionScript</title>
	<atom:link href="http://www.joshuaostrom.com/category/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuaostrom.com</link>
	<description>RIA, embedded programming, what else!</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:21:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>VerifyError: Error #1053: Illegal override of removeChildBridge in mx.managers.SystemManagerProxy</title>
		<link>http://www.joshuaostrom.com/2009/03/25/verifyerror-error-1053-illegal-override-of-removechild-bridge-in-mxmanagerssystemmanagerproxy/</link>
		<comments>http://www.joshuaostrom.com/2009/03/25/verifyerror-error-1053-illegal-override-of-removechild-bridge-in-mxmanagerssystemmanagerproxy/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 03:36:24 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/03/25/verifyerror-error-1053-illegal-override-of-removechild-bridge-in-mxmanagerssystemmanagerproxy/</guid>
		<description><![CDATA[Ran into this error recently when using automation testing (RunTimeLoading.html/swf). Turned out to be a recently updated SWC (library) that was compiled under a newer SDK than the main app. With the mixed SDKs main app / SWC(s) RunTimeLoading.swf was unable to load regardless of which SDK version RunTimeLoading was compiled under.]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2009/03/25/verifyerror-error-1053-illegal-override-of-removechild-bridge-in-mxmanagerssystemmanagerproxy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Iterating a Filtered Collection</title>
		<link>http://www.joshuaostrom.com/2009/02/12/iterating-a-filtered-collection/</link>
		<comments>http://www.joshuaostrom.com/2009/02/12/iterating-a-filtered-collection/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 00:51:36 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/02/12/iterating-a-filtered-collection/</guid>
		<description><![CDATA[Okay, nothing profound here but thought I&#8217;d post as it&#8217;s a common question. If you have filtered a collection, ex var ac:ArrayCollection = new ArrayCollection(); ... ... ac.filterFunction = myFilter ac.refresh() but you&#8217;d like to iterate over / access the unfiltered collection, simply use the .list property var items:IList = ac.list cheers Josh]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2009/02/12/iterating-a-filtered-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 4 Gumbo Compiler Benchmark</title>
		<link>http://www.joshuaostrom.com/2008/11/21/flex-4-gumbo-compiler-benchmark/</link>
		<comments>http://www.joshuaostrom.com/2008/11/21/flex-4-gumbo-compiler-benchmark/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 16:28:36 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/11/21/flex-4-gumbo-compiler-benchmark/</guid>
		<description><![CDATA[&#8216;Benchmark&#8217; is being used pretty loosely here. I just got back from MAX and thought I&#8217;d check out the new compiler performance. In addition to the exciting new display logic separation (Spark Framework), the SDK team has worked on speeding up compilation. I compiled (incremental build) a project containing 57K lines of code (34K AS3, [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/11/21/flex-4-gumbo-compiler-benchmark/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AMFPHP Class Mapping Primer [1.9 beta]</title>
		<link>http://www.joshuaostrom.com/2008/07/01/amfphp-class-mapping-primer-19-beta/</link>
		<comments>http://www.joshuaostrom.com/2008/07/01/amfphp-class-mapping-primer-19-beta/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 04:27:12 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/07/01/amfphp-class-mapping-primer-19-beta/</guid>
		<description><![CDATA[Thought I&#8217;d post a simple AMFPHP class mapping primer. I ran into a wall after re-arranging my VO / DAO package structure on the server, learned a few things in the process and thought I&#8217;d post . I&#8217;m assuming your using AMFPHP 1.9 beta. Class mapping allows your php backend and actionscript frontend to pass [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/07/01/amfphp-class-mapping-primer-19-beta/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AMFPHP Complex Classes &#8211; Yeah I knew that</title>
		<link>http://www.joshuaostrom.com/2008/06/19/amfphp-complex-classes-yeah-i-knew-that/</link>
		<comments>http://www.joshuaostrom.com/2008/06/19/amfphp-complex-classes-yeah-i-knew-that/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 17:09:32 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/06/19/amfphp-complex-classes-yeah-i-knew-that/</guid>
		<description><![CDATA[Just blew half an hour tracking down something I *knew* I&#8217;d done before. Thought I&#8217;d post here for future &#8216;lapses.&#8217; To return a typed object from PHP to the flashplayer the process is simple, declare a variable called $_expicitType in your PHP class e.g. class SummaryVO { var $_explicitType = "com.dl.SummaryVO"; $standards = array(); $levels [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/06/19/amfphp-complex-classes-yeah-i-knew-that/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS3 PureMVC Dynamic Modules</title>
		<link>http://www.joshuaostrom.com/2008/05/24/as3-puremvc-dynamic-modules/</link>
		<comments>http://www.joshuaostrom.com/2008/05/24/as3-puremvc-dynamic-modules/#comments</comments>
		<pubDate>Sat, 24 May 2008 05:33:14 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Modules]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/24/as3-puremvc-dynamic-modules/</guid>
		<description><![CDATA[Okay, I&#8217;ve had some questions on refactoring my PureMVC dynamic modules classes to support AS3 projects (i.e. no flex). I&#8217;ve posted a sample app that does just that. I threw this together off the cuff, so don&#8217;t expect too much The app (10K) simply loads 6 modules dynamically, 3 &#8220;RedTint&#8221; modules and 3 &#8220;GreenTint&#8221; modules [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/05/24/as3-puremvc-dynamic-modules/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
