我正在尝试在VGroup中调整Flash游戏的大小,无论我尝试设置什么配置,我的一些Flash游戏都会被剪掉。我只看到80%的实际闪光屏幕。
这是我的代码:
<s:VGroup id="gameVGroup" clipAndEnableScrolling="true" height="480" maxHeight="480" width="540" maxWidth="540">
<mx:SWFLoader id="swfGameLoader" loadForCompatibility="true" scaleContent="true" maintainAspectRatio="true" width="100%" height="100%" maxWidth="540" maxHeight="480" />
</s:VGroup>
任何想法?
我仍然想保持宽高比。 因此,如果游戏比我的应用程序窗口更宽或更高,我希望它能够正确调整大小。
答案 0 :(得分:0)
maintainAspectRatio="false"