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. Run this. The source for LoadedSWF sets its size to 800 pixels wide. (In the bug file, look at the 2nd tab.):
<mx:TabNavigator id="tn" width="100%" height="100%" creationPolicy="all">
<mx:VBox label="SWFLoader" width="100%" height="100%">
<mx:Box width="100%" height="100%" >
<mx:SWFLoader id="loader1" source="@Embed(source='LoadedSWF.swf')" width="100%" height="100%" />
</mx:Box>
</mx:VBox>
</mx:TabNavigator>
Actual Results:
It's 750 pixels wide.
Expected Results:
It should be 800 pixels wide.
Workaround (if any):