google-code-export / swfobject

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

Vertical resize doesn't work for height 100% #482

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Embed a SWF of width 100% and height 100%
swfobject.embedSWF("test.swf", "mainContent", "100%", "100%", "9.0.0", false, 
flashvars, params, attributes);
2. Resize the browser vertically (click and drag the bottom or top edge of the 
browser).

What is the expected output? What do you see instead?
1. SWF should resize to height 100%. Instead a blank white area is seen below 
the swf which is the html. Screenshot attached.
2. AC_OETags.js in IE7 works as expected.

What version of the product are you using? On what operating system?
swfobject2.2, Windows, Firefox3.5, IE7

Please provide any additional information below.
Width 100% works as expected, the problem is seen only for height 100%

Original issue reported on code.google.com by cforcl...@gmail.com on 13 Jul 2010 at 8:32

Attachments:

GoogleCodeExporter commented 9 years ago
The examples provided in the test suite show proper 100% handling.

please review the examples:
http://code.google.com/p/swfobject/wiki/test_suite

Original comment by aran.rhee@gmail.com on 19 Jul 2010 at 6:04