我有一个 Adobe AIR Actionscript for Mobile 项目。我想发布,使其行为类似于:sensorLandscape“横向,但可以是基于设备传感器的正常或反向横向。” - 来自Android API 文档。
我已经设定:
<initialWindow>
<content>AppName.swf</content>
<aspectRatio>landscape</aspectRatio>
<autoOrients>true</autoOrients>
<initialWindow>
在 App.xml 中。
结果是在从 FlashBuilder 7 发布调试文件时在 Nexus 7 上 - 它始终是横向的 - 但它不会随着设备重新定向以显示反向横向。