Flex Builder Actionscript プロジェクトでmx
または 名前空間にアクセスするにはどうすればよいですか?fl
特定の .swc ファイルを含める必要がありますか?
私はどれを見つけることができないようです。
Flex Builder Actionscript プロジェクトでmx
または 名前空間にアクセスするにはどうすればよいですか?fl
特定の .swc ファイルを含める必要がありますか?
私はどれを見つけることができないようです。
import mx.effects.easing.*;
You can just import mx, but be aware your project will carry a ton of weight from the Flex framework. All of the l package classes are in your Flash installation folder and need to be added as a source folder in your compiler paths in FB.
If you just want to use the easing function than the solution is easier than importing any of the MX packages. When I use GTween in AS3 projects I simply cut-n-paste the functions into my own static classes.