Full Browser Flash

Hey guys - I’m trying to have my movie take up the full browser and not slide UP when the window is smaller vertically. I’ve read all of the tutorials but can’t seem to get it not to move up and cut off the top.
Here is the movie : http://www.vmg-marketing.com/kirupa/

Any suggestions?

Thanks,
Mike

try adding:

Stage.align = “TL”;
Stage.scaleMode = “noScale”;

I’m not sure if you need the scaleMode part though.

then to position the bar, put every mc you have on the stage in a new mc called “holder” and add this code:

this.onEnterFrame = function(){
holder._y = 0;
}

word! all I needed was the “Stage.align = “TL”;” - what does the TL stand for? I’ve never seen that code before…

ohhhhh “top left” - that must be new to flash 8…?

yeah top left. I’m not sure if it is new but i first used it in flash 8