Importing spark mobilecomponents using an imported FlashBuilder Project

Answered

I have an import that works in Flash=Builder, but not in IDEA. (BusyIndicator)

The run config in FB includes frameworks\projects\mobilecomponents.

How do I get IDEA to do the same?

Thanks

Richard

0
4 comments

Make sure you have Target Platform set to Mobile (Project Structure | Modules | your Flash module | your Flash Build Configuration subnode | General tab). In this case you should have mobilecomponents.swc respected, see my screenshot (Dependencies tab).

0
Avatar
Permanently deleted user

Thanks- but this project is intended as a DeskTop application.  Can I just add the mobilecomponents.swc to my Dependencies list?

0

Yes, it should work, just add it as a library ([+] -> New Library -> select swc file)

0
Avatar
Permanently deleted user

Thank you, adding it works.

0

Please sign in to leave a comment.