Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 3.5 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a Flex project with the 3.5 SDK
2. Change the project to use the framework and rpc RSLs
3. Put the RPC library above (in order) the framework library in the project's library path (this is the default on FB for Linux)
Actual Results:
VerifyError: Error #1014: Class IMXMLObject could not be found.
ReferenceError: Error #1065: Variable _88bee54dad1f4ea00befb3f054e31b6906b09ec3fc9233757c67131342cee808_flash_display_Sprite is not defined.
Expected Results:
No error. Ordering of Flex framework libraries shouldn't matter.
Workaround (if any):
Move the RPC library below the framework library