full flash screen
full flash screen
Out of context: Reply #3
- Started
- Last post
- 31 Responses
- nopublik0
like this -
expandTop = function() {
Stage.align = "LT";
Stage.scaleMode = "noScale";stageListener = new Object();
stageListener.onResize = function() {
expandTop();
}Stage.addListener(stageListener...
bg_mc._height = Stage.height;
bg_mc._width = Stage.width;
}but it still doesnt work?