ios - Getting Black Bars in iphone 6 Flash Movie? -


i'm working on flash cs6, adobe air18 , having resolution problem displaying flash video. code:

stage.scalemode = stagescalemode.exact_fit; stage.align     = stagealign.top_left; 

on ipads videos display full screen, on iphone 6 , 6+ i'm getting black bars left , right.

i imagine might because not including necessary iphone 6 , 6+ default images. if these not included in package app revert displaying 4:3 ratio stage. ios thing.

take here correct naming formats , sizes default images.

http://blog.tomasmahrik.com/list-of-properties-sizes-for-application-icons-launch-images-screenshots-video-previews-for-ios-air-apps/


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -