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
Please sign in to leave a comment.
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).
Thanks- but this project is intended as a DeskTop application. Can I just add the mobilecomponents.swc to my Dependencies list?
Yes, it should work, just add it as a library ([+] -> New Library -> select swc file)
Thank you, adding it works.