MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Reference page 710

Actionscript language reference
Table of Contents

Advertisement

stageListener.onResize = function() {
stageSize_txt.text = "w:"+Stage.width+", h:"+Stage.height;
};
Stage.scaleMode = "noScale";
Stage.addListener(stageListener);
See also
Stage.align, Stage.height,
Stage.scaleMode
710
Chapter 7: ActionScript for Flash

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flex

Table of Contents