Цитата:
|
When the value of the Stage.scaleMode property is set to StageScaleMode.NO_SCALE, the stageHeight property represents the height of the Flash Player window. When the value of Stage.scaleMode is not set to StageScaleMode.NO_SCALE, stageHeight represents the height of the SWF file. This property cannot be set.
|
Как вывод, напрашивается способ-через-одно-место.
Прежде чем выставлять stage.scaleMode="noScale", записать куда-либо stage.stageHeight и stage.stageWidth (они будут представлять высоту и ширину документа соответственно), а уже потом делать флешку резиновой.
Воть...