Closed
Bug 278526
Opened 21 years ago
Closed 21 years ago
FireFox do not scale well using percentaje of Flash objects
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 237113
People
(Reporter: u54774, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.5) Gecko/20041108 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.5) Gecko/20041108 Firefox/1.0
Hi ,
I create a html document an insert a flash object that fit all browser screen ,
100% width and 100% height.
To do this , i use this code :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="100%" height="100%" hspace="0" vspace="0" border="0">
<param name="movie" value="flashobject.swf">
<param name="quality" value="high"><param name="SCALE" value="exactfit">
<embed src="flashobject.swf" width="100%" height="100%" hspace="0" vspace="0"
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" scale="exactfit"></embed>
</object>
This code works OK into Internet Explorer.
FireFox scale width good , but the height do not scale to 100% , it scale at 35
% more or less , in a maximized window.
Reproducible: Always
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 237113 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•