Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Create a flex library project with one class.
2. Create a Java project with Flex.
3. Add the first project as a library RSL to the second one.
4. Reference the library class in a module of the second project (and not in the application mxml).
Actual Results:
The class from the library is not loaded and we have a Verify Error (1014).
Expected Results:
The class should be loaded normally.
Workaround (if any):
Reference the class int the application mxml file.
We didn(t have that kind of problem in Flex 3.x