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