Landscape mode both side 180 degree
I have developed a Flash game for Adobe Air. In the game I set it t开发者_运维技巧o only allow the display to be in landscape mode. If the device is rotated 180 degrees I want it to flip the view. However, at no time do I want the display to allow portrait mode. How can I accomplish this?
here is image you can see:
You have to set the app to auto-rotate, and also prevent changes to portrait-aspect orientations.
See http://forums.adobe.com/message/3771984 for the details.
精彩评论