Setting 0 pixel margin

I hear this will fix the issue with Firefox, but how exactly do I do this?

BTW: I’m using Flash MX 2004 Professional

Add

<style type="text/css">
<!--
body {margin: 0px;}
-->
</style>

in between the <head></head> tags of the HTML page.

Alright, thanks. Thats just what I needed.