[Webkit-unassigned] [Bug 9796] New: Flash Content with transparentcy has a black background

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jul 8 20:53:42 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9796

           Summary: Flash Content with transparentcy has a black background
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P5
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: l99l99 at lycos.de


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>


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list