Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Compile the attached files
2. Run in Debug,
3. Click on "load" button, then "unload" button
4. Repeat step 3. Take a look at the debug console
Actual Results:
Note that the first time the module is loaded, it's not unloaded.
[SWF] C:\Documents and Settings\egeorgie\Desktop\workspaces\trunk2\testModules\bin-debug\testModules.swf - 2,009,162 bytes after decompression
[SWF] C:\Documents and Settings\egeorgie\Desktop\workspaces\trunk2\testModules\bin-debug\module1.swf - 184,874 bytes after decompression
[SWF] C:\Documents and Settings\egeorgie\Desktop\workspaces\trunk2\testModules\bin-debug\module1.swf - 184,874 bytes after decompression
[Unload SWF] C:\Documents and Settings\egeorgie\Desktop\workspaces\trunk2\testModules\bin-debug\module1.swf
Expected Results:
[SWF] C:\Documents and Settings\egeorgie\Desktop\workspaces\trunk2\testModules\bin-debug\testModules.swf - 2,009,162 bytes after decompression
[SWF] C:\Documents and Settings\egeorgie\Desktop\workspaces\trunk2\testModules\bin-debug\module1.swf - 184,874 bytes after decompression
[Unload SWF] C:\Documents and Settings\egeorgie\Desktop\workspaces\trunk2\testModules\bin-debug\module1.swf
[SWF] C:\Documents and Settings\egeorgie\Desktop\workspaces\trunk2\testModules\bin-debug\module1.swf - 184,874 bytes after decompression
[Unload SWF] C:\Documents and Settings\egeorgie\Desktop\workspaces\trunk2\testModules\bin-debug\module1.swf
That is what I get when I compile with Flex 3.4
Workaround (if any):