SWF in HTML file help

I am trying to get a new html window with my flash movie in it. The problem is that the swf isn’t oriented at 0,0 in the new window. How do I get rid of this border?

Thanks,
Any help would be appreciated.

in your HTML code make your body tag look something like this:


<body topmargin="0" leftmargin="0" >

thanks for the help