Full screen problem

when i put my swf in a an html page it doesn,t scale cus i have this code in it …

Stage.align = "CT";
Stage.scaleMode = "noScale";
fscommand("allowscale", "false")

but when i use the full screen method it scales though it has the noScale code … why ?