Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK 3.4 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 7.x
Language Found: English
Description
Found on Windows, but not on OSX.
Steps to reproduce:
1. Externalize the SDK RSL instead of merged into code (Merging into code and the issue goes away.)
2. Load a module after onCreationComplete of you main document.
3. The progress event for ModuleLoader should fire as it's loaded
4. The ready event should fire when loaded but does not.
Actual Results:
This is a funny one, on one of our team's boxes, this no longer appears, but it does on others. Also, this does not occur on OSX.
Expected Results:
ModuleLoader fires ready event when loaded. (Commented out in attached code sample.
Workaround (if any):
Ugly hack: Test to see if bytesLoaded == totalBytes in your progress event handler and if so, fire the ready event manually.