Actually I did figure it out. I dynamically created a box component the size of the swf and inserted at the beginning of the child list. That way the box component get the mouseout, mousedown, etc events....
--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Can you post a small test case? > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of essuark > Sent: Monday, October 15, 2007 5:49 PM > To: [email protected] > Subject: [flexcoders] Re: Capturing RollOver events in a loaded swf that > has it own actionscript. > > > > Ah, yes I tried that. It didn't work... thanks... > > --- In [email protected] <mailto:flexcoders% 40yahoogroups.com> > , "Alex Harui" <aharui@> wrote: > > > > See doc for addEventlListener and the capture parameter > > > > > > > > ________________________________ > > > > From: [email protected] <mailto:flexcoders% 40yahoogroups.com> > > [mailto:[email protected] <mailto:flexcoders% 40yahoogroups.com> > ] On > > Behalf Of essuark > > Sent: Monday, October 15, 2007 4:45 PM > > To: [email protected] <mailto:flexcoders% 40yahoogroups.com> > > Subject: [flexcoders] Re: Capturing RollOver events in a loaded swf > that > > has it own actionscript. > > > > > > > > Thanks but I am not sure what that means? What is a capture phase > > listener? > > > > --- In [email protected] > <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders% > 40yahoogroups.com> > > , "Alex Harui" <aharui@> wrote: > > > > > > If that's true, you should be able to use capture phase listener. > > If > > > the swf is from another domain or is a player 8 swf or older > there > > might > > > be an issue with that. > > > > > > > > > > > > ________________________________ > > > > > > From: [email protected] > <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders% > 40yahoogroups.com> > > > > [mailto:[email protected] > <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders% > 40yahoogroups.com> > > ] On > > > Behalf Of essuark > > > Sent: Monday, October 15, 2007 1:16 PM > > > To: [email protected] <mailto:flexcoders% 40yahoogroups.com> > <mailto:flexcoders% > 40yahoogroups.com> > > > Subject: [flexcoders] Capturing RollOver events in a loaded swf > > that has > > > it own actionscript. > > > > > > > > > > > > I have a swf that I load in my flex application. Apparently, the > > swf > > > has some actionscript behind so my flex application will not > > recieve a > > > RollOver event because I am assuming that the swf that I load is > > > capturing that event. Is there a way I can override this? > > > > > > Thanks > > > Ralph > > > > > >

