Hi, I maintain an AIR app that uses video playback a lot. The videos must be played using the standard video object instead of the stagevideo one since I need to apply various transformations on it to merge with other display objects in animations. Until recently I was using the Adobe CS6 package and used to export my videos in FLV format and everything was just fine. Now I was trying the CC2015 package and noticed that media encoder does not support FLV anymore...
What can I do to keep my videos playing with the standard video object? H264 ones do not seem to be compatible with iOS for this purpose.
Also, how can I keep using alpha channels in my videos without the FLV?