He levancho.Thank you for your help. I almost got it with your advice.
Putting it all together it is the following for me:
1) create an Adobe ID at
https://cocomo.acrobat.com/2) unzip CocomoSDK_0.91 and place that directory under your
eclipse_install_dir/plugins
3) create a new Flex Project
4) add the
eclipse_install_dir/plugins/cocomo../lib/player10/afcs.swc to Flex
Build Path / Library path in the project properties
5) Change Flex Compiler / Require Flash Player version to
10.0.0 in the project properties
6) Add the attached code as a test application ...
I found the following tutorial very helpful:
http://www.adobe.com/devnet/flex/articles/cocomo_gettingstarted.htmlNotice that I changed some namespaces since the given code
did not exactly work for me.
Thank you, Noam