<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Nested SWF communication</title>
	<atom:link href="http://saturnboy.com/2009/04/nested-swf-communication/feed/" rel="self" type="application/rss+xml" />
	<link>http://saturnboy.com/2009/04/nested-swf-communication/</link>
	<description>Code, Work, and Life</description>
	<lastBuildDate>Thu, 10 May 2012 17:13:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Perfunction</title>
		<link>http://saturnboy.com/2009/04/nested-swf-communication/comment-page-1/#comment-37</link>
		<dc:creator>Perfunction</dc:creator>
		<pubDate>Fri, 04 Sep 2009 14:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=437#comment-37</guid>
		<description>Just as a tip that you might want to include. I found that if your child application has separate MXML components within itself, you have to catch and rethrow the events all the way up the chain to the parent. 

Example:
Parent.swf 
- final catch
Search.swf 
--App.mxml: catch, final rethrow
--Criteria.mxml: catch, rethrow
--Results.mxml: initial throw</description>
		<content:encoded><![CDATA[<p>Just as a tip that you might want to include. I found that if your child application has separate MXML components within itself, you have to catch and rethrow the events all the way up the chain to the parent. </p>
<p>Example:<br />
Parent.swf<br />
- final catch<br />
Search.swf<br />
&#8211;App.mxml: catch, final rethrow<br />
&#8211;Criteria.mxml: catch, rethrow<br />
&#8211;Results.mxml: initial throw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swathi</title>
		<link>http://saturnboy.com/2009/04/nested-swf-communication/comment-page-1/#comment-35</link>
		<dc:creator>Swathi</dc:creator>
		<pubDate>Fri, 21 Aug 2009 08:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=437#comment-35</guid>
		<description>Thanks for the blog post. It helped solve my real time problem. I was having problem getting the application property of the system Manager as null. Using the Flex Event solved it.</description>
		<content:encoded><![CDATA[<p>Thanks for the blog post. It helped solve my real time problem. I was having problem getting the application property of the system Manager as null. Using the Flex Event solved it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

