[flexcoders] Flash based flex component issue

2008-08-25 Thread Clint Tredway
Hey all. We are working on a 'game' for kids using Flex and Flash together
and have run into a random issue. We have some assets that flash made
components that being referenced through a SWC. We are applying a glow
filter to the objects and if the mouse movement is too quick, the components
flicker. Is this an issue with the redrawing of the component due to the
glow being added and then removed?

Thanks

-- 
When you choose hope, anything is possible.
-Christopher Reeve


RE: [flexcoders] Flash based flex component issue

2008-08-25 Thread Alex Harui
Don't know, maybe someone else does, but when I run into issues like
this, I create small test cases including AS-only projects to eliminate
as much as possible

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Clint Tredway
Sent: Monday, August 25, 2008 8:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flash based flex component issue

 

Hey all. We are working on a 'game' for kids using Flex and Flash
together and have run into a random issue. We have some assets that
flash made components that being referenced through a SWC. We are
applying a glow filter to the objects and if the mouse movement is too
quick, the components flicker. Is this an issue with the redrawing of
the component due to the glow being added and then removed?

Thanks

-- 
When you choose hope, anything is possible. 
-Christopher Reeve

 



Re: [flexcoders] Flash based flex component issue

2008-08-25 Thread anuj sharma
Once thing like this happened to me and I disabled mouseChildren, I am not
sure that will work here
Thxs
Anuj

On Mon, Aug 25, 2008 at 8:30 AM, Clint Tredway [EMAIL PROTECTED] wrote:

   Hey all. We are working on a 'game' for kids using Flex and Flash
 together and have run into a random issue. We have some assets that flash
 made components that being referenced through a SWC. We are applying a glow
 filter to the objects and if the mouse movement is too quick, the components
 flicker. Is this an issue with the redrawing of the component due to the
 glow being added and then removed?

 Thanks

 --
 When you choose hope, anything is possible.
 -Christopher Reeve