Publishing so my flash movie fills the screen

HI,
I’m ready to publish my flash movie, but I would like the movie to fill the entire screen. I set my publishing settings as follows:
Dimensions: Percent
W:100% H:100%
and set it for no scale.

then I added this css into the html file (inside the head tag):
<style type=“text/css”>
<!–
body {
height: 100%;
width: 100%;
margin: 0;
}
–>
</style>

I think this just centered it, and cut off the top of my movie. :frowning:
I’ve tried playing around with the settings a lot, but I’m not sure how to make it fill the sceen.
I am probably just not understanding something that is simple. Any help would be really appreciated.