RESOLVED WONTFIX 9796
Flash Content with transparency has a black background
https://bugs.webkit.org/show_bug.cgi?id=9796
Summary Flash Content with transparency has a black background
paul meier
Reported 2006-07-08 20:53:41 PDT
Dashboard or Safari Debug Use Transparent Window flash trancparency only works for pictures on lower layers but not for the background the widget has a black background, all areas without pictures on lower layers a black <html> <body > <div id="flash"> <embed src="http://abcnews.go.com/flash/abcnewslogo.swf" quality="high" width="200" height="200" align="right" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </div> <div id="image"> <img src="http://www.opensource.org/trademarks/osi-certified/web/transparent/osi-certified-600x500-t.png"> </div> <style type="text/css"> #image { position:absolute; top:0px; left:0px; width:200px; height:200px; z-index:1; } #flash { position:absolute; top:40px; left:40px; width:200px; height:200px; z-index:2; } </style> </body> </html>
Attachments
Testcase (189 bytes, text/html)
2006-07-09 03:31 PDT, Joost de Valk (AlthA)
no flags
Joost de Valk (AlthA)
Comment 1 2006-07-09 03:31:57 PDT
Created attachment 9290 [details] Testcase
Joost de Valk (AlthA)
Comment 2 2006-07-09 03:38:26 PDT
Confirmed: 1. Open the attached testcase 2. Select "Use transparent window" from the debug menu 3. See the background is black 4. Refresh: the flash file completely disappears!! (that's probably another bug :) )
Mihnea Ovidenie
Comment 3 2008-11-20 06:33:39 PST
(In reply to comment #2) > Confirmed: > > 1. Open the attached testcase > 2. Select "Use transparent window" from the debug menu > 3. See the background is black > 4. Refresh: the flash file completely disappears!! (that's probably another bug > :) ) > Hello, I tested this one with latest WebKit Tot and i was not able to reproduce it. I am having Tiger 10.4.9 and Flash 9.0.124. Can you give it a new try? Regards, Mihnea
Alexey Proskuryakov
Comment 4 2022-07-01 11:36:21 PDT
Mass closing plug-in bugs, as plug-in support has been removed from WebKit. Please comment and/or reopen if this still affects WebKit in some way.
Note You need to log in before you can comment on or make changes to this bug.