The code works. I swapped it to use a fullscreen test I have and noticed the version your using 7
Enables Flash's full-screen mode (requires Flash Player 9,0,28,0 or greater). - from learnswfobject.com - S On 5 March 2010 01:15, PT <[email protected]> wrote: > <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http:// > www.w3.org/TR/html4/loose.dtd'> > <html> > > <head> > <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> > <title></title> > <style type='text/css'> > html { height: 100%; overflow: hidden; /* Hides scrollbar in IE */ } > body { height: 100%; margin: 0; padding: 0; } > #mySWF { display: block; height: 100%; } > </style> > <script type='text/javascript' src='swfobject.js'></script> > <script type='text/javascript'> > var flashvars = {}; > var parameters = {}; > parameters.allowfullscreen = 'true'; > var attributes = {}; > swfobject.embedSWF('video background experiment1', 'mySWF', '100%', > '100%', '7.0.0', false, flashvars, parameters, attributes); > </script> > > </head> > > <body> > > <div id='mySWF'> > <p> DEW | Inc. </p> > </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]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
