Closed Bug 286301 Opened 20 years ago Closed 18 years ago

Flash With and height 100% wont come out with the correct measures

Categories

(Firefox :: General, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: flash, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1

when I publish a .swf file from flash, with and height 100% the movie when i
play it wont come out with the correct measures


Reproducible: Always
www.argentilemon.com.ar could not be found. Please check the name and try again.
One more.
 
 This site use width="100%" height="100%"

Bug? or bad code?
 DTD is the problem ... 

 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
 
 Use
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
 
 when use this DTD .. Firefox show good the movie. 
 
(In reply to comment #3)
>  DTD is the problem ... 
> 
>  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
>  
>  Use
>  
>  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
>  
>  when use this DTD .. Firefox show good the movie. 
>  

Tnk, you're right, I tried right now, and removing the "loose" dtd Firefox
passed from "Standard compliance mode" to "Quirk Mode", resolving the problem.
So, there is no bug, but it's necessary to now it. I think that a very few
developers now what TDTd are...
Assignee: bross2 → nobody
Comment 4 suggests no bug, closing as such. If there is a bug and you can reproduce using Firefox 2.0.0.3 or later, please file a new bug with detailed steps.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.