Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Language Found: English
Description
In a Flex Mobile project, observe the library path is missing utilities.swc
As per Glenn Ruehle a comment on http://bugs.adobe.com/jira/browse/FB-28507 - 10/19/10 01:18 PM
Utilities.swc is dependent on mx.swc due to the createImage() method in FlashComponentPlaceholder and FlashContainerPlaceholder. This method returns an mx:Image.
The simplest fix would be to change these methods to return SWFLoader instead. SWFLoader is packaged in framework.swc and is the superclass of mx:Image, so it should be an easy change to digest. There is authoring code that is dependent on these classes that needs to be updated at the same time.
So utilities swc should be usage in mobile project.