Flashcs3[Actionscript2.0] Help needed to make my site truly fullscreen flash site

Hi,
I am really tired of searching a solution to make my site to a fullscreen flash site…What i want to make is a site that fills the screen without extra spaces and all…The funny thing is it is working fine in swf but not in html…When viewed in html there is a big white space to the right…I have tried several solutions for this line making the html “width and height to 100 %” and scale mode to " noscale" It didnt work I tried changing the html code itself like this:-
[COLOR=#00BBDD]<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>[/COLOR]
[COLOR=#009900][COLOR=#000000]<html>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]<head>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]<meta[/COLOR] [COLOR=#000066]http-equiv[/COLOR]=[COLOR=#FF0000]“Content-Type”[/COLOR] [COLOR=#000066]content[/COLOR]=[COLOR=#FF0000]“text/html; charset=utf-8”[/COLOR] /[COLOR=#000000]>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]<title>[/COLOR][/COLOR]Flash Fullscreen[COLOR=#009900][COLOR=#000000]</title>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]<style>[/COLOR][/COLOR]
html, body {
height: 100%;
margin: 0;
padding: 0;
}

#flashFullscreen {
width: 100%;
height: 100%;
}
[COLOR=#009900][COLOR=#000000]</style>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]</head>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]<body>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]<object[/COLOR] [COLOR=#000066]type[/COLOR]=[COLOR=#FF0000]“application/x-shockwave-flash”[/COLOR] [COLOR=#000066]data[/COLOR]=[COLOR=#FF0000]“flashFullscreen.swf”[/COLOR] [COLOR=#000066]id[/COLOR]=[COLOR=#FF0000]“flashFullscreen”[/COLOR] [COLOR=#000066]width[/COLOR]=[COLOR=#FF0000]“640”[/COLOR] [COLOR=#000066]height[/COLOR]=[COLOR=#FF0000]“480”[/COLOR][COLOR=#000000]>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]<param[/COLOR] [COLOR=#000066]name[/COLOR]=[COLOR=#FF0000]“movie”[/COLOR] [COLOR=#000066]value[/COLOR]=[COLOR=#FF0000]“flashFullscreen.swf”[/COLOR] /[COLOR=#000000]>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]<param[/COLOR] [COLOR=#000066]name[/COLOR]=[COLOR=#FF0000]“allowFullScreen”[/COLOR] [COLOR=#000066]value[/COLOR]=[COLOR=#FF0000]“true”[/COLOR] /[COLOR=#000000]>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]</object>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]</body>[/COLOR][/COLOR]
[COLOR=#009900][COLOR=#000000]</html>[/COLOR][/COLOR]It also didnt work…If you could give me a quick reply i would be very thankful to you…