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 complicated but we "brand" our 
white-label app dozens of times and the process is to let our partners upload 
their own custom splash screen during "branding" and we place it into the IPA 
and APK root folders and refer to that at runtime. We cannot compile the app 
(and embed the images) for each "branded" instance. That process doesn't scale.

But I think I know how to solve this now by creating my own preloader class 
that implements IPreLoaderDisplay. My mistake was trying to use the existing 
spark.preloaders.SplashScreenImage class as-is and it's set up for using 
embedded images which makes sense because it would be faster to display quickly 
if embedded. 

Thanks for your feedback but I think I'm good to go. 

Erik

On Dec 25, 2017, at 10:10 PM, Prabhu Moorthy <prabu.moor...@symphonysummit.com> 
wrote:

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: http://apache-flex-users.2333346.n4.nabble.com/


Reply via email to