Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile attached mxml files using:
./mxmlc +tlf.Build=<tlf build number> +osmf.Build=<osmf buld number> +build=<sdk number> +frameworks-dir=<path to frameworks directory> <mxml file name>
example:
./mxmlc +tlf.Build=1.1.0.604 +osmf.Build=4.0.0.13495 +build=4.5.0.16344 +frameworks-dir=c:/depot/flex/qa/sdk/build/frameworks/
RPCAppTest.mxml
2. Run the swf RPCAppTest.swf
Actual Results:
RPCSubApp.swf tries to load rpc rsl and fails to instantiate.
Expected Results:
RPCSubApp.swf should not try to load rpc rsl. It should use rpc rsl loaded by RPCAppTest.swf