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

Unable to use a Class variable to specify splashScreenImage.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK Previous
    • None
    • Mobile: SplashScreen
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Embed an image:

      [Embed(source="images/ks16833.jpg")]
      [Bindable]
      static public var TheSplashImage:Class;

      2. Use it as the splashScreenImage in a MobileApplication:
      <s:MobileApplication ... splashScreenImage="

      {TheSplashImage}">


      Actual Results:
      Compiler error: Invalid class name '{TheSplashImage}

      ' specified for 'splashScreenImage' attribute.

      Expected Results:
      Since the property is type Class, this should be acceptable.

      Workaround (if any):

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: