Quick question: why adobe air load up with a black screen in iPad(inital load screen when the app first launch)? Is there a way you can get around it byload up with the a bitmap or movieClip existed on the stage?
Cheers
|
Quick question: why adobe air load up with a black screen in iPad(inital load screen when the app first launch)? Is there a way you can get around it byload up with the a bitmap or movieClip existed on the stage? Cheers |
|||
|
|
|
Without Flex Yes, this is possible on iOS without the use of Flex. This process involves placing a Default image in your project root. More info can be found here: On Android I do not think there is a similar bit of functionality. I believe this tries to come close: http://swfhead.com/blog/?p=817 With Flex When using the Flex SDK you have the ability to set a splash screen inside if your Application:
As of Flex 4.6 you also have the ability to set an array of splash screen images for use on different size screens. This is done by defining a SpashScreenImage.mxml file:
And back in your app:
More info here: http://devgirl.org/2012/01/20/flex-mobile-development-dynamic-splash-screens/ |
|||||||||||||
|
|
There seems to be something misleading here. On iOS, you need to set the splashScreenImage AND include the "Default.png" When the app starts, you will immediately see the "Default.png" image being scaled up. Almost immediately after that you will the "SplashScreenImage" show. The Default image is showing before the app begins to load... the SplashScreenImage shows as the app loads. |
|||
|
|