full screen...
full screen...
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- 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;
}