Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Extract the bug files.
2. CD to MxmlComponent
3. Run compc -load-config=LocalContainerTest.rsl
4. cd to ../MxmlComponents_mycomponents/rsl
5. Extract the library.swf from the swc
6. Optimize the library.swf
7. cd back to MxmlComponent
8. Compile using mxmlc VerifyDigestsTest.mxml
9. Run the swf.
Actual Results:
Stream Error 2032.
In the flashlog:
Connection to file:///C|/bugs/rslBug/MxmlComponent/../MxmlComponents_mycomponents/rsl/output.swf halted - not permitted from file:///C|/bugs/rslBug/MxmlComponent/VerifyDigestTest.swf
Error #2032: Stream Error. URL: file:///C|/bugs/rslBug/MxmlComponent/../MxmlComponents_mycomponents/rsl/output.swf
Expected Results:
Should run without error.