Page margin problem when publishing flash, HELP!

Can u pls help me and tell me what to do to get rid of the bottom margin?
i am currently building a web page using flash 5, i have done what the tutorial says in order to get rid of the page margin so that i will get a borderless window. I have even tried the following HTML code:

<body topmargin:“0” leftmargin:“0” rightmargin:“0” bottommargin:“0” marginwidth=“0” marginheight:“0” bgcolor:#ffffff>

The top and left margin were removed, however, i still get a margin at the bottom, i think the whole flash page has shifted upwards, leaving the background color, which is white at the bottom. There is a scroll bar on the right, and when i scroll down, i can see the white bottom margin. How can u make that scroll bar disappear so that the flash site occupies the entire window, without any margins?

For your information, I am using the web space provided by geocities.com.

Cheers

It’s me again, actually the code i’ve typed is:

<BODY topmargin=“0” leftmargin=“0” rightmargin=“0” bottommargin=“0” marginwidth=“0” marginheight=“0” bgcolor="#FFFFFF">

all u need to add is: topmargin=“0” and leftmargin=“0”…

i.e:

<body text=#000000 bgcolor=#FFFFFF topmargin=“0” leftmargin=“0”>

Cheerio,
Ben…