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

Splash Screen for Android with Flash CS5.5

Explorer ,
May 06, 2011 May 06, 2011

Copy link to clipboard

Copied

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

Views

12.3K

Translate

Translate

Report

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.

Votes

Translate

Translate
Mentor ,
May 07, 2011 May 07, 2011

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

nobody know about it ? ...

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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).

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Thank you

Votes

Translate

Translate

Report

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