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 -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.472 / Virus Database: 269.9.1/857 - Release Date: 6/20/2007 2:18 PM
_______________________________________________ [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

