Re: Using non-embedded image in SplashScreenImage

2017-12-26 Thread Erik J. Thomas
Hi M.Prabhu: I probably didn't explain myself very well. The problem is I cannot use SplashScreenImage preloader and set the minimum display time at all because I cannot embed the splash screen image. It's dynamically pulled from the IPA package root folder at run time. The reason is

Re: Using non-embedded image in SplashScreenImage

2017-12-25 Thread Prabhu Moorthy
Hi, You can try with the property splashScreenMinimumDisplayTime in the application root tag. The default value is 1000 milliseconds. This will resolve your blank screen problem. Thanks & Regards, M.Prabhu - Thanks & Regards, M.Prabhu -- Sent from:

Using non-embedded image in SplashScreenImage

2017-12-23 Thread Erik J. Thomas
Hey all: One of my AIR mobile apps is big and contains 7 ANE libraries, and takes about 3 seconds for the AIR runtime to load the SWF before my first view can display. The native iOS launch screen only displays for about 1 second, leaving about 2 seconds of blank screen before the app