Skip to main content
Inspiring
September 12, 2011
Answered

android splash screen with Flex?

  • September 12, 2011
  • 2 replies
  • 791 views

Hi,

To my knowledge there is no default option to add an android splash screen in a flash cs5.5 project.

There is a little bit of a delay before the image appears when first opening the app(1 to 2 seconds...no big deal)

I read in the notes here that you can implement a splash screen in flex

https://bugbase.adobe.com/index.cfm?event=bug&id=2948842

So i was just curious, is there a splash screen delay when creating a flex project like there is in my AS3 projects from flash cs5.5?

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Joe ... Ward

Yes. (Flex doesn't have any magic over ActionScript). Also, in Flex, a splash screen is more useful. It takes longer to load an initialize the Framework, so you would have a longer black screen in Flex if you don't use a preloading splash screen.

2 replies

Joe ... WardCorrect answer
Participating Frequently
September 12, 2011

Yes. (Flex doesn't have any magic over ActionScript). Also, in Flex, a splash screen is more useful. It takes longer to load an initialize the Framework, so you would have a longer black screen in Flex if you don't use a preloading splash screen.

boat5Author
Inspiring
September 13, 2011

thanks