Is it possible to flip stage video playback horizontally on iOS?
I'm using stage video in an app to play back some video and it would be useful if I could offer users the option to flip the video along the horizontal axis.
i.e. the equivalent of scaleX = -1 on a normal display object.
The reason I want to do this is that the video is of people and flipping the video would flip their handedness (so right handers become left handers).
Is this possible? It is quite easy to do with 'normal' video (i.e. scaleX = -1) but on iPad I am using stageVideo (primarily to try to maximse performance which I belive stageVideo does) and as it isn't a real display object it doesn't have the necessary scaleX property.
Does anyone know if this is possible?
