<?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: Dispatching custom events between child SWFs in AS3</title>
	<atom:link href="http://www.jeffdepascale.com/index.php/flash/dispatching-custom-events-between-child-swfs-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffdepascale.com/index.php/flash/dispatching-custom-events-between-child-swfs-in-as3/</link>
	<description>Blogging on and developing web and mobile technologies</description>
	<lastBuildDate>Tue, 06 Dec 2011 13:20:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Andrea</title>
		<link>http://www.jeffdepascale.com/index.php/flash/dispatching-custom-events-between-child-swfs-in-as3/comment-page-1/#comment-384</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Tue, 20 Sep 2011 18:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=147#comment-384</guid>
		<description>you have 2 swf. parent swf and child swf. Parent swf import your CustomEvent class, and child import CustomEvent class. When the two swf create a new istance of CustomEvent to dispatch Event, the CustomEvent class for the parent swf is not the CustomEvent class of the Child... even those look the same.

when the parent swf load the child, parent must load child CustomEvent class definition inside the loader.loaderinfo.getDefinition(CustomEvent class) , so the parent swf will dispatch custom event of the REAL CustomEvent class of the child.</description>
		<content:encoded><![CDATA[<p>you have 2 swf. parent swf and child swf. Parent swf import your CustomEvent class, and child import CustomEvent class. When the two swf create a new istance of CustomEvent to dispatch Event, the CustomEvent class for the parent swf is not the CustomEvent class of the Child&#8230; even those look the same.</p>
<p>when the parent swf load the child, parent must load child CustomEvent class definition inside the loader.loaderinfo.getDefinition(CustomEvent class) , so the parent swf will dispatch custom event of the REAL CustomEvent class of the child.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

