In AS3 documentation it says:
When the value of the scaleMode property is set to StageScaleMode.NO_SCALE, the stageWidth property represents the width of Flash Player. This means that the stageWidth property varies as you resize the Flash Player window. When the value of the scaleMode property is not set to StageScaleMode.NO_SCALE, the stageWidth property represents the width of the SWF file as set during authoring in the Document Properties dialog box. This means that the value of the stageWidth property stays constant as you resize the Flash Player window. This property cannot be set.
Now, in flash9 with AS3 no matter what the scaleMode is set to when I try to read stageWidth or stageHeight I allways get the size of Flash Player window instead of the SWF file dimensions (as set during authoring in the Document Properties dialog box). Does any of you have this bug? If it’s not a bug, then please let me konw how to make this to work.
Regards,
Psykovsky