full screen...
- Started
- Last post
- 5 Responses
- thepulpbox
ok i've asked this question before with my old username - i've been having problems doing the full flash screen on the browers that is stretch-able with the nav buttons staying in place like -
any tutorials and/or help would be appreciated.
- thepulpbox0
anyone?
- stewart0
sorry
search PVN for fullscreen flash or something
answers are posted over and over again
- F_180
paste this into your movie and set your flash html export to use 100% and not a fixed pixel size. kill the border with some css.
Stage.scaleMode = "noScale";
Stage.align = "tl";
this.onResize = function()
{
updateStageStuff();
}Stage.addListener(th is);
_global.updateStageS tuff = function()
{var sw = Stage.width;
var sh = Stage.height;bg._width = sw;
bg._height = sh;
}
- thepulpbox0
cheers dudes, gonna try it now
- _salisae_0
i'm getting sleepy