Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Load the three Flash Builder projects in SDK-24698 into Flash Builder.
2. Change project AppA to link with all libraries statically ("Merged into code").
3. Change project AppB to link with all libraries statically.
4. Run AppA and press the "load AppB" button.
5. Press the "unload AppB" button three times.
Actual Results:
AppB does not unload.
Expected Results:
AppB unloads.
Workaround (if any):
Add
" import mx.controls.Button; mx.controls.Button;"
to the fx:Script section.