Here's my index.php :

    <style type="text/css" media="screen">
        html, body{
                        height:100%;
                }
        body {
                        margin:0;
                        padding:0;
                        overflow:scroll;
                }
    </style>
    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">

    var flashvars = {};

    var params = {};
    params.menu = "false";
        params.scale = "noscale"

    var attributes = {};
    attributes.id = "myContent";

    swfobject.embedSWF("index.swf", "myContent", "100%", "100%",
"9.0.0","expressInstall.swf", flashvars, params, attributes);

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