Full Screen in Internet Explorer 8

Lately I’ve been having great success in testing my applications on all types of different browsers and such. But I’m very disappointed in Internet Explorer 8 because I can’t seem to make a full screen flash page that works properly in this browser.

I’ve used the following:
<style type=“text/css”>
body {
height: 100%;
width: 100%;
margin: 0ppx;
}
</style>

I’ve also set the width and height to 100% for both the embed and object. I’m stumped, any ideas?? :h: