Have a look at FAQ #1: http://code.google.com/p/swfobject/wiki/faq
An example of what you want is here: http://www.bobbyvandersluis.com/swfobject/testsuite_2_1/test_dynamic_fullbro wserflash_adv.html Aran -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Pierre-Olivier Sent: Thursday, 27 November 2008 7:57 PM To: SWFObject Subject: Re: How to make overflow working on a full flash site ? 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 -~----------~----~----~----~------~----~------~--~---
