For me in ff 3.6 you code works either this is something specific to 3.0 or
the sample of code you have posted does not contain the cause of the problem

perhaps you can post a link? to a fuller example

- S



On 17 May 2010 13:47, lococo <[email protected]> wrote:

> hi all
>
> i'm using SWFObject 2.2 on my index.html page
> viewing it in ABL, Firefox 3.0 Windows show a white page..
>
> what i'm doing wrong??
> thx in advance
>
> arno
>
> the code:
> <!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>XXX</title>
> <meta name="keywords" content="xxx"/>
> <meta name="description" content="xxx"/>
> <meta http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1" />
>         <style type="text/css">
>                 <!--
>            html, body {
>                        margin:0;
>                        padding:0;
>                        width: 100%;
>                        height: 100%;
>            }
>            body {
>                        background: #FFFFFF;
>                        overflow:hidden;
>            }
>            #myAlternativeContent {
>            color:#F00;
>            }
>                        -->
>        </style>
>                <script type="text/javascript"
> src="swfobject/swfobject.js"></
> script>
>                <script type="text/javascript">
>                        window.moveTo(0,0);
>                        if (document.getElementById || document.all)
>                        {
>                        window.resizeTo(screen.availWidth,
> screen.availHeight);
>                        }
>                        else if (document.layers)
>                        {
>                        if (window.outerHeight<screen.availHeight ||
> window.outerWidth<screen.availWidth)
>                        {
>                        window.outerHeight = screen.availHeight;
>                        window.outerWidth = screen.availWidth;
>                        }
>                        }
>
>                        var flashvars = {
>                                cheminSWF:"swf/",
>                                cheminXML:"xml/",
>                                cheminGRAFX:"grafx/",
>                                cheminSON:"son/"
>                                };
>
>                        var params = {
>                                wmode:"window",
>                                quality:"high"
>                                };
>                        var attributes = {};
>                        swfobject.embedSWF("swf/base.swf",
> "myAlternativeContent", "100%",
> "100%", "9.0.0", "swfobject/expressInstall.swf", flashvars, params,
> attributes);
>                </script>
>        </head>
>        <body>
>                <div id="myAlternativeContent">
>       <p>You need Flash Player version 9 minimum, click here to
> download the last version :</p>
>       <p>Vous devez avoir le Flash Player version 9 minimum installé,
> cliquez ci-dessous pour télécharger la dernière version :</p>
>
>                        <a href="http://www.adobe.com/go/getflashplayer";>
>                                <img src="
> http://www.adobe.com/images/shared/download_buttons/
> get_flash_player.gif<http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif>"
> alt="Get Adobe Flash player" />
>                        </a>
>                </div>
>        </body>
> </html>
>
> --
> You received this message because you are subscribed to the Google Groups
> "SWFObject" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<swfobject%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/swfobject?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to