Closed
Bug 159682
Opened 23 years ago
Closed 23 years ago
wmode transparency parameter on flash does not work
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
People
(Reporter: jhu, Assigned: rubydoo123)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1a) Gecko/20020610
BuildID: 2002061014
basically if you visit any page with flash that has the wmode transparency (a
flash movie that is transparent). it will not work and hte background color will
be there and it won't go away.
Reproducible: Always
Steps to Reproduce:
1.visit www.ionami.com
2.see how the site is different than when you use IE4+ on the PC
3.
Actual Results: no flash movie transparency
Expected Results: it should allow flash movies to be transparent
look for the <param name="wmode" value="transparent"> in the below
code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
width="140" height="80">
<param name="movie" value="menu.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="menu.swf" width="140" height="80" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" wmode="transparent"></embed></object>
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 93959 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•