[Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread Van De Velde Hans
Hi list, a question that's in my mind since for a little while now : how can you get event bubbling (cfr. Flex) in Flash? I have a menu with nested bullet-movieclips. A click on a bullet dispatches an event and my menu does not automatically forward that event to the listeners on the menu

Re: [Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread Johannes Nel
personally i use a different mechanism, but this one by ralf bokelberg is good http://www.helpqlodhelp.com/blog/archives/000144.html On 9/28/06, Van De Velde Hans [EMAIL PROTECTED] wrote: Hi list, a question that's in my mind since for a little while now : how can you get event bubbling

RE: [Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread Van De Velde Hans
: donderdag 28 september 2006 16:59 To: Flashcoders mailing list Subject: Re: [Flashcoders] Event bubbling in Flash like in Flex personally i use a different mechanism, but this one by ralf bokelberg is good http://www.helpqlodhelp.com/blog/archives/000144.html On 9/28/06, Van De Velde Hans [EMAIL

RE: [Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread Merrill, Jason
I've updated the sample with the static function initializeBubbling in a separate class all is well ! Actionscript 3.0 will have event bubbling. Just FYI, not to burst your bubble. Jason Merrill Bank of America Learning Organization Effectiveness - Technology Solutions

Re: [Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread eka
://www.novio.be/downloads/showReel/showReel.zip) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Nel Sent: donderdag 28 september 2006 16:59 To: Flashcoders mailing list Subject: Re: [Flashcoders] Event bubbling in Flash like in Flex personally

Re: [Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread Johannes Nel
but this is as2. On 9/28/06, Merrill, Jason [EMAIL PROTECTED] wrote: I've updated the sample with the static function initializeBubbling in a separate class all is well ! Actionscript 3.0 will have event bubbling. Just FYI, not to burst your bubble. Jason Merrill Bank of America Learning

RE: [Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread Van De Velde Hans
september 2006 18:33 To: Flashcoders mailing list Subject: RE: [Flashcoders] Event bubbling in Flash like in Flex I've updated the sample with the static function initializeBubbling in a separate class all is well ! Actionscript 3.0 will have event bubbling. Just FYI, not to burst your bubble. Jason

RE: [Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread Merrill, Jason
, September 28, 2006 12:37 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Event bubbling in Flash like in Flex but this is as2. On 9/28/06, Merrill, Jason [EMAIL PROTECTED] wrote: I've updated the sample with the static function initializeBubbling in a separate class all is well

RE: [Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread Merrill, Jason
] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Van De Velde Hans Sent: Thursday, September 28, 2006 12:29 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Event bubbling in Flash like in Flex It's because event bubbling is so great in Flex 2, that I started looking for a slick