Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 2.0 (Release)
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Now that AS2 code is being stripped a warning is printed each time that you use a component that has a busy state (example the <mx:HTTPService>) which will include the busy cursor. (I am guessing that these assets are in the Assets.swf?????)
This is the warning that is printed anytime you compile an app that uses mx.skins.cursor.BusyCursor
Compiling...
Warning: ignoring AS2 code within 'mx.skins.cursor.BusyCursor'; Flex 2 applications only support AS3
Reproduction:
1. compile the bug file or compile anything that has <mx:HTTPService/> in it
Actual Results:
Compiling...
Warning: ignoring AS2 code within 'mx.skins.cursor.BusyCursor'; Flex 2 applications only support AS3
Expected Results:
The framework should never use any assets that use AS2 code