hi,
there would be 2 div tags in body for SWFObject to work properly as below

<body>
    <div>

      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="780" height="420">
        <param name="movie" value="myContent.swf" />
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash"
data="myContent.swf" width="780" height="420">
        <!--<![endif]-->
          <p>Alternative content</p>
        <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>

    </div>
  </body>

saumya



On Sun, Jan 25, 2009 at 3:18 AM, Pépê <[email protected]> wrote:

>
> hi..
> When i try to load the page, the screen doesnt show nothing in ff3
> browser while in ie 7 it works perfect.
>
> Here is 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></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">
>                        var flashvars = {};
>                        var params = {};
>                        var attributes = {};
>                        swfobject.embedSWF("container2.swf",
> "myAlternativeContent",
> "100%", "100%", "9.0.0", "expressInstall.swf", flashvars, params,
> attributes);
>                </script>
> <style type="text/css">
>
> body {margin:0px;padding:0px;
> background-color:#000;}
>
> </style>
>        </head>
>        <body>
>                <div id="myAlternativeContent">
>                        <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>
> >
>


-- 
Saumya
http://saumyaray.wordpress.com

--~--~---------~--~----~------------~-------~--~----~
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