Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. import the attached fxp - it's a mobile project with an embedded splash screen + a regular embedded image
2. Build the project
Actual Results:
the output folder contains the splash folder with the image.
The build Report class is used by FB to get the embedded files, it calls getAssetNames(), all embedded assets are returned properly except for the one specified in the splashScreenImage attribute for the MobileApplication.
Expected Results:
shouldn't be included b/c it's already embedded in the swf.
Workaround (if any):
Manually remove splash screen asset from packaged asset files