You could just set the below property, Auto Orientation Enabled : this.stage.autoOrients = true; Auto Orientation Disabled: this.stage.autoOrients = false;
Or control the orientation as, this.stage.setAspectRatio(StageAspectRatio.LANDSCAPE); Regards, Immanuel http://www.iNoel.in On May 21, 4:37 am, Thulasi <[email protected]> wrote: > Hi, > > we are building a flex mobile application and want to enable the auto > orientation just for one of the Views. > > Is there way in API to make the orientation change from portrait to > landscape for required Views, by keepping it locked for rest of the Views( > or Application)??? > > thanks > Thulasi. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

