Matt.

You need to have a look at your CSS. Currently you have used code which will
size you swf to 100% of the available size with no scroll bars due to the
overflow:hidden setting.

If you want to se a minimum size, have a look at this demo page:

http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test_dynamic_fullbrowserflash_adv.html

The FAQ and test suite for SWFObject are always a good palce to start with
common issues:

http://code.google.com/p/swfobject/wiki/faq
http://code.google.com/p/swfobject/wiki/test_suite


Regards,
Aran



On Fri, Oct 2, 2009 at 6:58 AM, matty <[email protected]> wrote:

>
> I sincerely apologize if this has been covered in another.  If so a
> simple link to that post would be greatly appreciated.
>
> This seems like such a non-issue however I couldn't find anything that
> worked...
>
> I have a project which uses the latest SWFObject and I cannot figure
> out how to get my browser scroll bars to appear when the browser is
> resized to a size that makes the swf hang off the bottom of the page.
>
> Here is my code(snippet):
>
>    <script type="text/javascript">
>        swfobject.embedSWF("MotorsportFlexApp.swf", "wrapper", "100%",
> "100%", "10.0.0");
>    </script>
>        <style type="text/css" media="screen">
>                html, body, #containerA, #containerB { height:100%; }
>                body { margin:0; padding:0; overflow:hidden; }
>        </style>
> </head>
> <body scroll="auto">
>
> Can anyone help?
>
> Thanks.
>
> Matt
> >
>

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