Flash Builder: how to get flex project framework into ActionScript project? -


If I am creating a new flex project with FlashBlender, then these are the libraries that are included via Flex SDK by default:

  http://neo.cycovery.com/flex_problem4.gif   

If I create an Action Script project, then the Flex SDK framework is exactly the same The path involves very few SCC files:

  http://neo.cycovery.com/flex_problem5.gif   

I have a How to get the full flex framework in the project script?

If I try to add aircore.swc manually for example, then I get a

  details processing path location type An internal build error has occurred is. For more information, right-click MVP Unknown Flex Problem   

Error

Erm, you're not. Flex is a framework that brings more functionality to the table, which can not understand the action script (and if I remember correctly, you will be on the basis of the project, while Flex's UIcomplant is based). You can load a Flex application in the ActionScript using Loader only.

Can I ask if you want Flex's capabilities, why are you making the ActionScript project? Why not just make a Flex project?

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -