Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a new application
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundColor="#dddddd">
<mx:VBox borderStyle="solid">
<mx:SWFLoader source="banner.swf"/>
</mx:VBox>
</mx:Application>
2. use attached banner.swf (created in Sothink)
3. Run
Flex build 3.0.194161
Actual Results:
Background of included swf does not appear (see: swfloader.jpg)
Expected Results:
Background is rendered as if it was runned invidually (see: banner.swf.jpg).
Workaround (if any):