Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Add LCDS 2.5 fds.swc and fds_rb.swc to the libs directory of Flex Moxie SDK Beta 1.
2. Compile the dstest.mxml file using mxmlc.exe
3. Run the generated SWF.
Actual Results:
A runtime error shown as:
Error: Could not find resource bundle data
at mx.resources::ResourceBundle$/getResourceBundle()
at mx.data.utils::ResourceTranslator$cinit()
at global$init()
at mx.data.utils::SerializationProxy$cinit()
at global$init()
at _dstest_FlexInit$/init()
at mx.managers::SystemManager/::docFrameHandler()
Expected Results:
No runtime error. Should work as expected.
Workaround (if any):
None.