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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d129907d2886-8000.html#WS901d38e593cd1bac58d08f9112e26606ea8-8000
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/