fabriciocs / swfobject

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

Firefox and swf at 100% #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using a simple example:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
        <title>help</title>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            swfobject.embedSWF("content.swf", "myAlternativeContent", "100%", "100%", "9.0.0", 
"expressInstall.swf");
        </script>
    </head>
    <body>
        <div id="myAlternativeContent">
                <h1>Alternative content</h1>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img 
src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" 
alt="Get 
Adobe Flash player" /></a></p>
        </div>
    </body>
</html>

What steps will reproduce the problem?
the swfobject.embedSWF("MISSION_content.swf", "myAlternativeContent", "100%", 
"100%", "9.0.0", 
"expressInstall.swf");

100% used in this line fails to display in firefox 2.0.0.12

What is the expected output? What do you see instead?
i want to see my flash stage at full width!

What version of the product are you using? On what operating system?
Mac OSX 10.4.11
powerPC G5

Please provide any additional information below.

if i remove the % and enter a fixed size i see the content

Original issue reported on code.google.com by alex.p.d...@googlemail.com on 19 Mar 2008 at 3:14

GoogleCodeExporter commented 9 years ago
Please read Q1 from our FAQ:
http://code.google.com/p/swfobject/wiki/SWFObject_2_0_faq_web_authors

And study the Full Browser Flash test pages:
http://code.google.com/p/swfobject/wiki/SWFObject_2_0_testsuite 

Original comment by bobbyvandersluis on 19 Mar 2008 at 4:05