hiimnalaa / swfobject

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

expressInstall not working when width, height is 100% #382

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the expressInstall.swf to enable express install.

Eg. swfobject.embedSWF("myapp", "flashcontent", "550", "400", "11", 
"expressInstall.swf");

2. Change the width and height to 100%

swfobject.embedSWF("myapp", "flashcontent", "100%", "100%", "11", 
"expressInstall.swf");

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

Expected output is to show the express install (as Flash player 11 doesn't 
exist). I see my alternative content instead.

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

2.2 on Windows. Firefox 3.5, Google Chrome

Please provide any additional information below.

The example 
http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test_dynamic_fullbr
owserflash_adv.html together with expressInstall.swf will not work.

Original issue reported on code.google.com by wbervo...@gmail.com on 2 Oct 2009 at 12:06

GoogleCodeExporter commented 9 years ago
Solution:

html, body{ height:100%; }

Original comment by Ronan...@gmail.com on 21 Jan 2011 at 9:03

GoogleCodeExporter commented 9 years ago
100% width / heigh fix is noted in FAQ #1 : 
http://code.google.com/p/swfobject/wiki/faq

closing as invaid

Original comment by aran.rhee@gmail.com on 21 Jan 2011 at 11:00