Re: [flexcoders] How to detect change of mobile orientation ? portrain

2011-09-23 Thread Csomák Gábor
on CreationComplete, add
addEventListener(StageOrientationEvent.ORIENTATION_CHANGE,
orientationChanged);
you can debug out the rest

On Fri, Sep 23, 2011 at 5:34 AM, j2me_soul  wrote:

>
>  How to detect change of  mobile orientation ? portrain or landscape
>
>
>  
>


[flexcoders] How to detect change of mobile orientation ? portrain

2011-09-22 Thread j2me_soul
How to detect change of  mobile orientation ? portrain or landscape