Hey Phil,

Thanks for the info. I think your attachment was stripped, could you point me to the class file and line number?

I found a UIComponent.as file here:
C:\Program Files\Adobe\Adobe Flash CS3\en\Configuration\Component Source\ActionScript 3.0\User Interface\fl\core

I replaced all three occurrences of Event.RENDER with Event.ENTER_FRAME in that file, but it didn't seem to take. Is that the correct file?

Thanks, I really appreciate the help,

Kevin N.



Phil Chung wrote:
Kevin,

Yes, i've run into this as well.  After some testing, i narrowed it down to
the fact that the mozilla Flash player doesn't capture RENDER events when
wmode = "transparent".  A bug has been filed with Adobe.

In the meantime, this is a fairly significant player bug that does break the
CS3 components because they rely on RENDER events for invalidation.  One
quick fix is to change the invalidation setup to use ENTER_FRAME instead of
RENDER.  I've attached an updated UIComponent file that does this (look in
the callLater and callLaterDispatcher functions).  I'm pretty sure this is
kosher under the EULA.

Phil

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kevin
Newman
Sent: Thursday, June 21, 2007 1:52 PM
To: [email protected]
Subject: [Flashcoders] wmode transparent,disappearing cs3 components and
Firefox


Hello all,

Has anyone else experienced a problem with using CS3 components along
with wmode transparent? I tried that recently, and the CS3 widget I was
using (List) simply will not show up if wmode is set to transparent in
Firefox (Firefox 2.0.0.4 on Windows - opaque works fine).

So the questions - why is it doing that, and more inportantly how do I
fix it? :-)

If anyone has experienced this problem, I'd really appreciate the help.

Thanks,

Kevin N.




_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to