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

2006-09-28 Thread Merrill, Jason
- >>From: [EMAIL PROTECTED] [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 >> >>

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

2006-09-28 Thread Merrill, Jason
ehalf Of Johannes Nel >>Sent: Thursday, 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: >>>

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

2006-09-28 Thread Van De Velde Hans
ag 28 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

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 Lear

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

2006-09-28 Thread eka
ll is well ! (sample : http://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

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 Van De Velde Hans
Nel Sent: 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 Han

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 (cf

[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 (sam