Align (Stage.align Property) - MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference

Actionscript 2.0 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
onResize (Stage.onResize event listener)
(Stage.removeListener method)

align (Stage.align property)

public static align : String
Indicates the current alignment of the SWF file in the player or browser.
The following table lists the values for the
the SWF file in Flash player or browser area, which is the default setting.
Value
"T"
"B"
"L"
"R"
"TL"
"TR"
"BL"
"BR"
Availability: ActionScript 1.0; Flash Player 6
1120
ActionScript classes
align
Vertical
top
bottom
center
center
top
top
bottom
bottom
,
removeListener
property. Any value not listed here centers
Horizontal
center
center
left
right
left
right
left
right

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF