Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Create an AIR project in FlexBuilder.
2. Add the attached two mxml applications ApplicationBoundary.mxml and Loader1.mxml to the project.
3. Run ApplicationBoundary.mxml.
4. Click on "Load App" that loads Loader1.swf into a swf loader.
5. Click on "Trace Dimension" button in Loader1.swf
6. Maximize the application and then click on "Trace Dimension"
Actual Results:
Alert shows different results
(727, 749)
(1400, 964)
Expected Results:
Result should be the same and should be equal to its container SWFLoader''s size always (727,749)
Workaround (if any):