Folks,
I have designed an Adobe AIR
application. I want to show some preloader
on it, before it opens up.
Can anyone guide me with
If this is a mobile app and you just want a splash screen:
Inside the main application's mxml file, insert:
splashScreenImage="@Embed('MyImage.png')"
splashScreenScaleMode="zoom" // optional - display type
splashScreenMinimumDisplayTime="2000" //optional - display duration
into the ViewNavigatorApplication block.
Check the specs:
http://opensource.adobe.com/wiki/display/flexsdk/Mobile+Splash+Screen