Flash resizing and full browser screen size

Ok, I have searched the forums and found ways that are close to what I want but I cant seem to find a method that works. What I am trying to do is create a main swf that is the fullscreen background of a browser window. The main.swf then loads another swf on top of it. The problem is I dont want the swf that is on top of the main.swf to change sizes or scale when the browser window is resized.

I tried both
fscommand(“fullscreen”,true);
fscommand(“allowscale”,false);

and didnt get what I was looking for.

I know how to do all the html formatting for the embedded flash file, I just cant figure out how to get in working on the flash end.

Can anyone help me figure this out?

That code is to turn the browser full screen. What he is looking for is the on top loaded swf not resize.

Id really like to know how do do this myself.

You can see this method used here… http://www.slimstudio.com .

See how the little glowing line goes the length of the screen but the content does not resize when the browser is resized.

Can anyone give me some insight on this?

I also see this effect here http://www.volumeone.com/

Anyone know how to do this?

i found it out…

awesome man! Thanks!