Question

I'm looking at Flash Builder for my next project. I'm following some tutorials, yet I keep getting stuck at the same part. The tutorials I am following tell me to add a SWC files (containing my art) and should be in a library project.

I can create the library project and use it as a reference in my application. However, when I try to add the SWC file to the "Flex Library Build Path" the OK button does nothing. The same happens if I try to add a SWC or SWC Folder.

I' m using Flash Builder 4.6 (trial version) if that makes any difference. Below is a screenshot of the window that I am talking about in case I'm not very clear.

Flash Builder Library Build Path

Was it helpful?

Solution

It has also happened to me. There is workaround - just place SWC into /libs directory of your project and perform clean. SWCs there will be loaded automatically.

OTHER TIPS

Make sure you have added the folder to the Workspace's linked resources. In Flash Builder, go to menu Windows > Preferences > General > Workspace > Linked Resources, and add a new path variable to the component directory. After this, the component can be added to the project's Flex Library path.

I think this is a bug of flash builder. It has also happened to me. And I can not choose the output path in fb....

I found a way, first, delete this project, delete evrey thing fb created itself except the source code, then u can swith ur fb to a new workspace, add creat a new project, u will see that u can add the swc file now.finally,switch back to the workspace u worked with before......

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top