Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
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="
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):