Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Build an application which uses multiple SWFLoaders to load child applications in various areas of the screen.
2. all modules are built with the option "Framework Linkage" is RSL
3. Try to run the application
Actual Results:
some child applications fail to show! applicationComplete only fires on one or two of them. Run the main app untill the probleme occur. use the attached project to see the simple code and run bin-debug/LoadSubApps.swf through file explorer or in IDE
Expected Results:
All child applications load and show successfully
Workaround (if any):
If an RSL is not used (so each child application has all the common code linked into it) then it works fine. It also works if you load one child application, wait for applicationComplete, load the next, wait for applicationComplete, load the next, etc etc but this is VERY slow.
remark:
The child application download 100% and fire complete event but it doesnt show.