Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-26533

Support the splashScreenImage feature in a desktop Flex project both in AIR and in the browser

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Later
    • Adobe Flex SDK Previous
    • None
    • Mobile: SplashScreen
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile and launch this app in a desktop Flex Project (browser or AIR):

      <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      splashScreenMinimumDisplayTime="3000"
      splashScreenImage="@Embed('loading.png')">

      <s:Image source="@Embed('DSC00049.JPG')" />

      </s:Application>

      2.
      3.

      Actual Results:

      Normal Flex preloader is shown

      Expected Results:

      The splash screen image should be shown

      Work-around for AIR desktop projects:

      1. Add the mobilecomponents.swc in the build path of the project
      2. Set explicitly the preloader="spark.preloaders.SplashScreen"

      Work-around for Flash web browser projects: Not possible due to hard API dependencies in the SplashScreen class

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: