Camera rotated 90º on Flash Professional CC
Hello,
I'm working with Flash Professional CC and exporting my .fla for AIR 17.0 for Android.
In my .fla I get the Camera like follows:
cam1 = Camera.getCamera();
Once I get the camera I attach it to a NetStream:
netLocalStream.attachCamera(cam1);
And then I receive it:
receivedVideo.attachNetStream(netRemoteStream);
But this image received is rotated 90º. How can I fix it?
My App is portrait oriented.
Can someone help me?
Thank you
