public static const EXACT_FIT:String = "exactFit"
运行时版本: | AIR 1.0 Flash Player 9 |
指定整个应用程序在指定区域中可见,但不尝试保持原始高宽比。可能会发生扭曲。
public static const NO_BORDER:String = "noBorder"
运行时版本: | AIR 1.0 Flash Player 9 |
指定整个应用程序填满指定区域,不会发生扭曲,但有可能会进行一些裁切,同时保持应用程序的原始高宽比。
public static const NO_SCALE:String = "noScale"
运行时版本: | AIR 1.0 Flash Player 9 |
指定应用程序的大小是固定的,因此,即使在更改播放器窗口大小时,它仍然保持不变。如果播放器窗口比内容小,则可能进行一些裁切。
public static const SHOW_ALL:String = "showAll"
运行时版本: | AIR 1.0 Flash Player 9 |
指定整个应用程序在指定区域中可见,且不会发生扭曲,同时保持应用程序的原始高宽比。应用程序的两侧可能会显示边框。
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Sun Dec 14 2008, 10:39 PM -08:00