Shihyen / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

Firefox 3 fails to display swf when width & height are set to 100% #248

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Change the width & height to "100%" in either static or dynamic html
2.
3.

What is the expected output? What do you see instead?

It should display SWF movie in full screen.  IE works just fine.

What version of the product are you using? On what operating system?

I'm using the latest version (2.1) with Firefox 3.0.5 on 32 bit Vista
Ultimate SP1

Please provide any additional information below.

Original issue reported on code.google.com by calvin.l...@gmail.com on 9 Jan 2009 at 4:12

GoogleCodeExporter commented 9 years ago
Please read our FAQ Q1

Original comment by bobbyvandersluis on 9 Jan 2009 at 4:47

GoogleCodeExporter commented 9 years ago
I may be missing something basic but:

If I cut and paste the style information in the header (included below fwiw) of 
the
html page then everything works no problem in BOTH IE and FireFox.

However, if duplicate the style information in a separate css page (included 
below as
well) and then link to it then everything works in IE BUT FireFox SHOWS ONLY A 
BLANK
SCREEN.  Any help?

<style type="text/css" media="screen">
    html, body, #flashContent   { height:100%; }
    body                    { margin:0; padding:0; overflow:hidden; }
    #altContent             { /* style alt content */ }
</style>

----------------------------- CSS Linked Page: -------------------------
@charset "utf-8";

html, body, #flashContent   { height:100%; }
body                { margin:0; padding:0; overflow:hidden; }
#altContent         { /* style alt content */ }

Original comment by mikeashi...@gmail.com on 5 Feb 2009 at 1:34

GoogleCodeExporter commented 9 years ago
please discuss this in the discussion group

Original comment by bobbyvandersluis on 5 Feb 2009 at 10:15

GoogleCodeExporter commented 9 years ago
OK, thanks

Original comment by mikeashi...@gmail.com on 5 Feb 2009 at 4:29