Closed
Bug 206264
Opened 22 years ago
Closed 19 years ago
flash/swf problems with opaque option
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: webmaster, Assigned: peterlubczynski-bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030507
If you use the option wmode=opaque (or wmode=transparent) with an
embedded shockwave flash document, the swf get's useless, because
it's impossible to press any buttons within the swf document.
It's like there would be an invisible layer over the movie.
So now you ask "why should one want to use the wmode command" ?
Because it speeds up the Shockwave-Flashmovie a whole lot !
you can try it:
use http://www.flashmark-benchmark.de/2003/index_mozilla.html for a slow but
working version,
http://www.flashmark-benchmark.de/2003 for a fast but buggy version
the only difference is the wmode=opaque option in the source code !
Reproducible: Always
Steps to Reproduce:
1.compare the speed, check source code and decide
2.http://www.flashmark-benchmark.de/2003
3.http://www.flashmark-benchmark.de/2003/index_mozilla.html
Actual Results:
the swf loads completly normal, but all buttons in the flashmovie don't work
Expected Results:
-
Comment 1•22 years ago
|
||
http://www.flashmark-benchmark.de/2003 works for me, I press on the button and
then it shows "Your sytem is compatible ...", now I don't press the second
button but I think that it will also works.
Which version of the Flash plugin are you using? (use about:plugins)
win 98, Mozilla 2003051216, Shockwave Flash 6.0 r79
Comment 2•22 years ago
|
||
According to a mail from Florian the page didn't have the wmode parameter when I
tested.
I did it again and I saw the behaviour described in the bug.
Nevertheless, the code of the page isn't right:
<div id="Layer1" style="position:absolute; left:0px; top:0px; width:100%;
height:98%; z-index:1">
<param name=movie
value="http://www.flashmark-benchmark.de/2003/konzept/konzept.swf" wmode=opaque>
<embed width="100%" height="100%" id=farbtiefe
src="http://www.flashmark-benchmark.de/2003/konzept/konzept.swf" menu=false
wmode=opaque>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#FFFFFF>
</embed>
</div>
I don't understand why IExplorer shows the flash as there is no <object>,
removing just the first <param > make the flash work normaly, and adding the
<object> and placing the <param> outside <embed> make the flash works again. :
<div id="Layer1" style="position:absolute; left:0px; top:0px; width:100%;
height:98%; z-index:1">
<OBJECT
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="fmovie" name="fmovie"
ALIGN="">
<param name=movie
value="http://www.flashmark-benchmark.de/2003/konzept/konzept.swf" wmode=opaque>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#FFFFFF>
<embed width="100%" height="100%" id=farbtiefe
src="http://www.flashmark-benchmark.de/2003/konzept/konzept.swf" menu=false
wmode=opaque>
</embed>
</object>
I think that this is invalid
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•19 years ago
|
||
looks like the site now has the missing <object>
-> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
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
•