<?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: Event Bubbling in Flex 1.5 &#038; ActionScript 3	</title>
	<atom:link href="https://jessewarden.com/2005/11/event-bubbling-in-flex-15-actionscript-3.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2005/11/event-bubbling-in-flex-15-actionscript-3.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Wed, 17 May 2006 23:58:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2005/11/event-bubbling-in-flex-15-actionscript-3.html/comment-page-1#comment-3068</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 17 May 2006 23:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=907#comment-3068</guid>

					<description><![CDATA[var o = {};
o.bubbles = true;
o.type = &#039;someEvent&#039;;
o.target = this;
dispatchEvent(o);

You do that in Flex 1.5, and she&#039;ll bubble up.

Flex 1.5 supports event bubbling, even though it outputs Flash Player 7.  Flash Player 7 does not have EventDispatcher built into the player, whereas Flash Player 9 does, which Flex 2 uses.

The Macromedia / Adobe developers, however, managed to get the component framework from Flash MX 2004 converted &#038; insanely upgraded for Flex 1 &#038; 1.5 to support event bubbling.  The above syntax will not work in Flash MX 2004, nor Flash 8, but will work in Flex 1 and 1.5.

ActionScript 3 is the language utilized to write code for Flash Player 9, whether you choose to utilize Flex 2 technologies or not.  It has EventDispatcher built-in, and a lot of the DisplayObjects, such as MovieClip, extend it, which is really nice.  Now, MovieClip has dispachEvent built-in and it&#039;s tons faster.

This article was written on 11/2005; the date is acccurate.  I know the tile is somewhat abmigious since it says Flex 1.5 and AS3 in the same context even though they are 2 totally seperate technologies.


]]></description>
			<content:encoded><![CDATA[<p>var o = {};<br />
o.bubbles = true;<br />
o.type = &#8216;someEvent&#8217;;<br />
o.target = this;<br />
dispatchEvent(o);</p>
<p>You do that in Flex 1.5, and she&#8217;ll bubble up.</p>
<p>Flex 1.5 supports event bubbling, even though it outputs Flash Player 7.  Flash Player 7 does not have EventDispatcher built into the player, whereas Flash Player 9 does, which Flex 2 uses.</p>
<p>The Macromedia / Adobe developers, however, managed to get the component framework from Flash MX 2004 converted &amp; insanely upgraded for Flex 1 &amp; 1.5 to support event bubbling.  The above syntax will not work in Flash MX 2004, nor Flash 8, but will work in Flex 1 and 1.5.</p>
<p>ActionScript 3 is the language utilized to write code for Flash Player 9, whether you choose to utilize Flex 2 technologies or not.  It has EventDispatcher built-in, and a lot of the DisplayObjects, such as MovieClip, extend it, which is really nice.  Now, MovieClip has dispachEvent built-in and it&#8217;s tons faster.</p>
<p>This article was written on 11/2005; the date is acccurate.  I know the tile is somewhat abmigious since it says Flex 1.5 and AS3 in the same context even though they are 2 totally seperate technologies.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JabbyPanda		</title>
		<link>https://jessewarden.com/2005/11/event-bubbling-in-flex-15-actionscript-3.html/comment-page-1#comment-3067</link>

		<dc:creator><![CDATA[JabbyPanda]]></dc:creator>
		<pubDate>Wed, 17 May 2006 22:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=907#comment-3067</guid>

					<description><![CDATA[Example of event bubbling in Flex 1.5 and AS2 would be nice, because Flex 1.5 docs are saying contradictory information regarding this matter.

And your post from 11/2005 has a  title &#039;Flex 1.5 and AS3 event bubbling&#039;, which is puzzling too.

Example files from 11/2005  attached with your post are written in AS3.]]></description>
			<content:encoded><![CDATA[<p>Example of event bubbling in Flex 1.5 and AS2 would be nice, because Flex 1.5 docs are saying contradictory information regarding this matter.</p>
<p>And your post from 11/2005 has a  title &#8216;Flex 1.5 and AS3 event bubbling&#8217;, which is puzzling too.</p>
<p>Example files from 11/2005  attached with your post are written in AS3.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2005/11/event-bubbling-in-flex-15-actionscript-3.html/comment-page-1#comment-3066</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 17 May 2006 16:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=907#comment-3066</guid>

					<description><![CDATA[Event Bubbling is built into the Flash Player 9, so yes.  In Flex 1.5 it had to be built into the component framework, but now even dispatcher is part of the player itself.]]></description>
			<content:encoded><![CDATA[<p>Event Bubbling is built into the Flash Player 9, so yes.  In Flex 1.5 it had to be built into the component framework, but now even dispatcher is part of the player itself.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JabbyPanda		</title>
		<link>https://jessewarden.com/2005/11/event-bubbling-in-flex-15-actionscript-3.html/comment-page-1#comment-3065</link>

		<dc:creator><![CDATA[JabbyPanda]]></dc:creator>
		<pubDate>Wed, 17 May 2006 13:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=907#comment-3065</guid>

					<description><![CDATA[Speaking about read-only &#039;bubbles&#039; property in Flex 2 UI framework.

Documentation doc is here:
http://livedocs.macromedia.com/labs/1/flex20beta3/langref/flash/events/Event.html

We had spotted, that the constructor of Event expects &#039;bubble&#039; property  as parameter:
----
&lt;i&gt;Event(type:String, bubbles:Boolean = false, cancelable:Boolean = false)&lt;/i&gt;
&lt;i&gt;&lt;/i&gt;
&lt;i&gt;Creates an Event object to pass as a parameter to event listeners.&lt;/i&gt;
----
Does this mean that we can set bubbles property when creating new instance of the event?]]></description>
			<content:encoded><![CDATA[<p>Speaking about read-only &#8216;bubbles&#8217; property in Flex 2 UI framework.</p>
<p>Documentation doc is here:<br />
<a href="http://livedocs.macromedia.com/labs/1/flex20beta3/langref/flash/events/Event.html" rel="nofollow ugc">http://livedocs.macromedia.com/labs/1/flex20beta3/langref/flash/events/Event.html</a></p>
<p>We had spotted, that the constructor of Event expects &#8216;bubble&#8217; property  as parameter:<br />
&#8212;-<br />
<i>Event(type:String, bubbles:Boolean = false, cancelable:Boolean = false)</i><br />
<i></i><br />
<i>Creates an Event object to pass as a parameter to event listeners.</i><br />
&#8212;-<br />
Does this mean that we can set bubbles property when creating new instance of the event?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2005/11/event-bubbling-in-flex-15-actionscript-3.html/comment-page-1#comment-3064</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Thu, 10 Nov 2005 16:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=907#comment-3064</guid>

					<description><![CDATA[Cool; just commented out those 2 lines of code, and she worked great; nice!  Thanks man.

How do you do it with a custom event?  The bubbles property is read-only, and my custom event class didn&#039;t work...]]></description>
			<content:encoded><![CDATA[<p>Cool; just commented out those 2 lines of code, and she worked great; nice!  Thanks man.</p>
<p>How do you do it with a custom event?  The bubbles property is read-only, and my custom event class didn&#8217;t work&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
