[flexcoders] Re: Events and Child SWFs

2009-02-12 Thread stldvd
Hi Steve, But I need the child swf to react, not the parent. So I think the listener has to be in the child, not the parent. David --- In flexcoders@yahoogroups.com, Steve Mathews wrote: > > You are assigning the listener to the wrong object. "this" is your child > swf, but it is the parent tha

[flexcoders] Re: Events and Child SWFs

2009-02-12 Thread stldvd
ervices > > Flex development bandwidth available > > > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of stldvd > Sent: Thursday, February 12, 2009 1:02 PM > To: flexcoders@yahoogroups.com > Subject: [f

re: [flexcoders] Re: Events and Child SWFs

2009-02-12 Thread Wally Kolcz
What happens if you set you dispatchEvent to bubble? From: "stldvd" Sent: Thursday, February 12, 2009 10:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Events and Child SWFs Hi Steve, But I need the child swf to react, not

RE: [flexcoders] Re: Events and Child SWFs

2009-02-12 Thread Tracy Spratt
: Thursday, February 12, 2009 1:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Events and Child SWFs Hi Steve, But I need the child swf to react, not the parent. So I think the listener has to be in the child, not the parent. David --- In flexcoders@yahoogroups.com <mail

RE: [flexcoders] Re: Events and Child SWFs

2009-02-12 Thread Wally Kolcz
#x27;s clicked, I want to set a flag in a child swf, which is loaded via SWF loader. " From: "Tracy Spratt" Sent: Thursday, February 12, 2009 10:16 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Events and C

Re: [flexcoders] Re: Events and Child SWFs

2009-02-12 Thread Adrian Williams
is loaded via SWF loader. " *From*: "Tracy Spratt" *Sent*: Thursday, February 12, 2009 10:16 AM *To*: flexcoders@yahoogroups.com *Subject*: RE: [flexcoders] Re: Events and Child SWFs You are misunderstanding how listeners work. You

RE: [flexcoders] Re: Events and Child SWFs

2009-02-12 Thread Tracy Spratt
Subject: RE: [flexcoders] Re: Events and Child SWFs I thought the child of the parent (main application) would be up the chain. The child has to listen and react to the event dispatched by the main application. "I've got a parent application with a 'delete' button. When it&

RE: [flexcoders] Re: Events and Child SWFs

2009-02-12 Thread Tracy Spratt
rsday, February 12, 2009 2:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Events and Child SWFs Hi Tracy, Thanks for responding. Here is my understanding: 1) The idea behind events and event listeners is that you can dispatch an event anywhere in the app and listen for it a