I have some views in my mobile app (for both ios and android) whose orientation was fixed to PORTRAIT
using <aspectRatio>portrait</aspectRatio><autoOrients>false</autoOrients>
in the settings xml file.
Now I have added another view which plays video from Youtube and it should be able to play videos, both in LANDSCAPE
& PORTRAIT
orientation. So I came across this question which provides a solution to restrict only 1 orientation (globally for all views), but how can I re-enable orientation change only for one view?
Note: I am using Flash Builder 4.6 with actionscript 3 and youtube api
Any help is appreciated :)