Now I know this not 100% a flash problem, but I use this CSS with mostly my flash projects so it primarily a flash problem to me.
Any ways I have been using a small CSS style in html to remove the padding around the stage.
example.
<style type="text/css">
<!--
body {
margin: 0px;
padding: 0px;
}
-->
</style>
but I have had many people say that this wont work in Safari.
Any ideas on a good CSS for all browsers?