This will add an event listener so that your event handler will be called when 
the orientation is changed:

Stage.addEventListener(StageOrientationEvent.ORIENTATION_CHANGE, 
orientationChangeHandler);

Also take a look at StageOrientationEvent.ORIENTATION_CHANGING

-- Tom


--- In flexcoders@yahoogroups.com, j2me_soul <j2me_soul@...> wrote:
>
> How to detect change of  mobile orientation ? portrain or landscape
>


Reply via email to