Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Splash Screen for Android with Flash CS5.5

Explorer ,
May 06, 2011 May 06, 2011

How can I make a SplashScreen with Flash CS5.5 or just with AIR/AS3 codes. I need it while the App/Game is loading...

I know that it's possible with Flex 4.5 as:

<?xml version="1.0" encoding="utf-8"?>
<s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                          xmlns:s="library://ns.adobe.com/flex/spark"
                          firstView="views.HomeView"
                          splashScreenImage="@Embed('splashscreen.png')" />

...


http://workflowflash.com/98437/air-for-android-splash-screen-with-flex-4-5.php

But I want to do it without Flex. So can I ?

Thank you

TOPICS
Development
12.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Mentor , May 10, 2011 May 10, 2011

Android officially not support any splash screens, you make the one within your flash file with the preloader.

Translate
Mentor ,
May 07, 2011 May 07, 2011

Use Default.png to show it as a splash screen.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 09, 2011 May 09, 2011

The Default.png is for Iphone not Android, I need SplashScreen for Android apps.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 10, 2011 May 10, 2011

nobody know about it ? ...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
May 10, 2011 May 10, 2011

Android officially not support any splash screens, you make the one within your flash file with the preloader.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
May 19, 2011 May 19, 2011

Can you give me some more info about this? How do you make a splash screen for android?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 19, 2011 May 19, 2011

relaxatraja said:

Android officially not support any splash screens, you make the one within your flash file with the preloader

...


SO: You can't create a real splashSCreen or loader, you need to create a fictive loader/splashScreen at start of your apps.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
May 19, 2011 May 19, 2011

Here is a workaround of both of you, Joeboy and SriDragon.

A sample to create a splash screen before your application begins.

http://swfhead.com/blog/?p=817

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 20, 2011 May 20, 2011

As I said, you can't create a real splashScreen or loader, you need to create a fictive loader/splashScreen at start of your apps.Because a real Spash Screen like you can do with Android SDK, it display before loading your apps, so you don't have a 1 or 2 or 3....  sec black screen... (When you make a big game).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
May 20, 2011 May 20, 2011
LATEST

i'm not sure if this is necessary anymore, but i took the advise of another user here

http://forums.adobe.com/thread/764981

the key difference is, the user stated a preloading swf needed to embed the image in order to display before the whole apk is loaded.

Seems to be working for me anyway

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 11, 2011 May 11, 2011

Thank you

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines