Desperate Flash Website help needed!

Right i don’t know a huge amount about flash but i have managed to make my website but when i upload it to my hosting space it has the white margin in the browser window.

Now i know there is code to remove this etc but WHERE in flash do i find how to edit my website’s code or tags. I’ve simply published a html and swf file so are the tags hidden in one of these files? Or is there a menu in flash that i can click on to find these to edit them.

Please help, have no idea where to find the codes or tags to remove the stupid white margin (what a bright and pointless idea Adobe!) and i don’t have dreamweaver etc just Flash Professional 8.

In desperate need, about to break my laptop through fustration!

it’snot the flash movie -it’s the browser

change your html to something like this to fill the browser 100%

<style type=“text/css”>

#flashcontent {
	position: absolute;
			top: 0px;
			left: 0px;
			height: 100%;
			width:  100%;
}

</style>

What I typically do is set the wmode (window mode) to transparent and control the background of the swf within the css.

Thanks, but i’ve sorted it out finally!

All i needed to know was to open the html file using notepad and then change the code in there!

Thanks anyway (and man this reply field is rubbish for typing in!)