How to stop the SWF resizing in the browser?

Hi… well the title pretty much explains it all I’m just trying to stop the SWF resizing when its being viewed in the browser. Im not brilliant with actionscript so you’ll have to bare with me.

I’m using the following code but it’s doesn’t seem to have any effect

Stage.align = "LT";
Stage.scaleMode = "noScale";