Dealing with iPhone Screen Orientation in Flash AS3

http://www.republicofcode.com/The way your iPhone app deals with change of screen orientation is a major issue that you will have to address at a very stage of your app development cycle. By default the iPhone will change the orientation of your application view if the user rotates the phone to view that way. This tutorial will explore how to deal with the change of screen orientation and how to update your layout change properly when the orientation changes.

View Tutorial Source (http://www.republicofcode.com)