Colorful4U Flash Scrollbar Resizes?
Colorful4U Flash Scrollbar Resizes?
Out of context: Reply #6
- Started
- Last post
- 9 Responses
- frankbb0
Stage (object)
look in the dictionary..
Stage.align = "TL";
Stage.showMenu = false;
Stage.scaleMode = "noScale";
myListener = new Object();
myListener.onResize = function() {
// do something
};
Stage.addListener(myListener);